racket/collects/mred/private/wx/win32
Matthew Flatt 7a9c8e5d40 racket/gui win32: fix East Asian font problem
When the theme-specified default font has a localized name,
using it as a Pango faily name doesn't work, with the result that
text on controls could be truncated. Get a Pango-friendly
name by converting a LOGFONT to a Pango font description and
getting the name from the font description.
2012-06-06 13:25:14 +08:00
..
button.rkt racket/gui: scrollbar support panels 2011-02-24 13:23:51 -07:00
canvas.rkt win32: fix canvas% control border drawing 2012-02-11 08:45:32 -07:00
check-box.rkt clean up 2010-11-05 15:54:49 -06:00
choice.rkt racket/gui: scrollbar support panels 2011-02-24 13:23:51 -07:00
clipboard.rkt racket/gui: implement set-clipboard-bitmap' in clipboard<%>' 2012-05-26 19:42:48 -06:00
colordialog.rkt clean up 2010-11-05 15:54:49 -06:00
const.rkt win32: get default frame icon from application 2011-11-16 14:45:32 -07:00
cursor.rkt win32: get default frame icon from application 2011-11-16 14:45:32 -07:00
dc.rkt fix a bug I thought I'd fixed a while back...? 2012-02-22 16:51:48 -06:00
dialog.rkt racket/gui, win32: fix problem with modal dialogs 2012-04-05 06:58:53 -06:00
filedialog.rkt win32: fix `get-file-list' with a single file result 2011-09-10 14:56:53 -06:00
font.rkt racket/gui win32: fix East Asian font problem 2012-06-06 13:25:14 +08:00
frame.rkt racket/gui win32: fix screen info to not assume main is first 2012-05-26 07:38:24 -06:00
gauge.rkt racket/gui: scrollbar support panels 2011-02-24 13:23:51 -07:00
gcwin.rkt clean up 2010-11-05 15:54:49 -06:00
gl-context.rkt Fixed various spelling errors. 2011-02-03 17:42:33 -05:00
group-panel.rkt win32: change HWND allocation and deallocation 2010-11-05 15:54:54 -06:00
hbitmap.rkt win32: fix problem with bitmap labels 2011-01-01 11:33:53 -07:00
icons.rkt win32: get default frame icon from application 2011-11-16 14:45:32 -07:00
init.rkt win32 beginnings 2010-11-05 15:54:31 -06:00
item.rkt win32: change HWND allocation and deallocation 2010-11-05 15:54:54 -06:00
key.rkt add 'shift, 'control, 'rshift, and 'rcontrol events 2011-12-08 15:05:41 -07:00
list-box.rkt racket/gui: correct some casts in GUI bindings 2012-01-23 11:20:21 -07:00
menu-bar.rkt win32: fix alt vs. meta; fix alt-<char> menu dropdown 2010-12-09 18:05:51 -07:00
menu-item.rkt A bunch of scheme' -> racket' conversions. 2012-04-19 16:02:03 -04:00
menu.rkt win32: fix checkable menu item to toggle on selection 2011-06-17 16:02:49 -06:00
message.rkt win32: get default frame icon from application 2011-11-16 14:45:32 -07:00
panel.rkt implement 'border style for `panel%' 2011-08-13 07:00:51 -06:00
platform.rkt cocoa: make grow-box-spacer zero-width for 10.7 2011-10-04 12:59:18 -06:00
printer-dc.rkt win32: fix printing bug related to clipping 2011-01-27 12:26:23 -07:00
procs.rkt cocoa: make grow-box-spacer zero-width for 10.7 2011-10-04 12:59:18 -06:00
queue.rkt win64: racket/draw and racket/gui 2010-12-04 08:29:34 -07:00
radio-box.rkt racket/gui: scrollbar support panels 2011-02-24 13:23:51 -07:00
slider.rkt racket/gui: scrollbar support panels 2011-02-24 13:23:51 -07:00
sound.rkt win32: fix `play-sound' 2011-03-10 07:35:51 -07:00
tab-panel.rkt fix keyboard navigation (all platforms) 2011-09-30 13:44:24 -06:00
theme.rkt racket/gui win32: fix East Asian font problem 2012-06-06 13:25:14 +08:00
types.rkt add ffi/winapi; use it in mzlib/os 2011-07-01 10:42:17 -06:00
utils.rkt racket/gui win32: fix East Asian font problem 2012-06-06 13:25:14 +08:00
window.rkt racket/gui win32: fix East Asian font problem 2012-06-06 13:25:14 +08:00
wndclass.rkt fix race condition on GetLastError() call 2012-03-09 10:34:56 -07:00