racket/collects/mred/private
Matthew Flatt 55f98a15d4 racket/gui gtk: make `on-demand' for menus work better
There appears to be no way to make `on-demand' work right for the
Unity window manager's global menu bar, since there's no notificiation
when the menu bar is clicked. We approximate the correct behavior
by calling `on-demand' when a containing frame loses the keyboard
focus, which might be because the menu bar was clicked; that may be
too late (because the menu has already been shown), but it should
work most of the time.

Closes PR 13347.

Relevant to PR 13395, but DrRacket will have to change to work
around the remaining limitations of `on-demand'.
2013-01-01 15:55:36 -07:00
..
wx racket/gui gtk: make `on-demand' for menus work better 2013-01-01 15:55:36 -07:00
wxme adjust find-string in text% so it doesn't allocate as many temporary strings 2012-12-24 23:35:12 -06:00
app.rkt racket/gui: new-style error messages 2012-09-02 16:38:43 -06:00
check.rkt racket/gui: new-style error messages 2012-09-02 16:38:43 -06:00
const.rkt
cycle.rkt
dynamic.rkt
editor.rkt make right-clicking on non-text offer copy and cut in the 2012-11-22 17:33:34 -06:00
filedialog.rkt racket/gui: new-style error messages 2012-09-02 16:38:43 -06:00
fontdialog.rkt
gdi.rkt
helper.rkt
kernel.rkt improve editor-canvas resizing 2012-09-13 14:17:14 -06:00
lock.rkt
messagebox.rkt
misc.rkt racket/gui: new-style error messages 2012-09-02 16:38:43 -06:00
moredialogs.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
mrcanvas.rkt Lots of bad TAB eliminations. 2012-11-07 11:22:20 -05:00
mrcontainer.rkt racket/gui: new-style error messages 2012-09-02 16:38:43 -06:00
mred.rkt scheme/gui/base: fix module-attach problem in `make-gui-base-namespace' 2012-11-19 07:56:48 -07:00
mritem.rkt racket/gui: add delete' to choice%' and `list-control<%>' 2012-11-04 08:25:43 -07:00
mrmenu.rkt error message repair 2012-11-04 06:09:21 -07:00
mrmenuintf.rkt
mrpanel.rkt racket/gui: new-style error messages 2012-09-02 16:38:43 -06:00
mrpopup.rkt
mrtextfield.rkt racket/gui: new-style error messages 2012-09-02 16:38:43 -06:00
mrtop.rkt add display-changed method 2012-12-21 19:22:59 -06:00
mrwindow.rkt racket/gui: new-style error messages 2012-09-02 16:38:43 -06:00
path-dialog.rkt
repl.rkt racket/gui: new-style error messages 2012-09-02 16:38:43 -06:00
seqcontract.rkt
snipfile.rkt lift the restriction that the port passed to open-input-text-editor 2012-11-02 10:24:34 -05:00
syntax.rkt
te.rkt
wx.rkt
wxcanvas.rkt
wxcontainer.rkt
wxitem.rkt fix internal position adjustment for `pane%' 2012-08-22 09:07:05 -06:00
wxlitem.rkt racket/gui: fix problems with control labels and client/global positions 2012-11-04 08:47:50 -07:00
wxmenu.rkt
wxpanel.rkt fix error check on the result of place-children 2012-11-28 10:54:34 -06:00
wxtextfield.rkt
wxtop.rkt add display-changed method 2012-12-21 19:22:59 -06:00
wxwindow.rkt racket/gui: skip some redundant 'enter & 'leave events 2012-10-02 07:26:25 -06:00