2004-03-30 |
David Elliott | GetMenuBar() now traverses up the hierarchy so it no... |
blob | commitdiff | raw |
2004-03-16 |
Robert Roebling | Added missing "break;". |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Robert Roebling | New menu code. |
blob | commitdiff | raw | diff to current |
2004-02-22 |
Robert Roebling | Upported menu bitmaps from 2.4.2 |
blob | commitdiff | raw | diff to current |
2004-01-23 |
Robin Dunn | wxMenu::Append (and similar) now return a pointer to... |
blob | commitdiff | raw | diff to current |
2003-12-26 |
Julian Smart | WXK_PRIOR/WXK_NEXT are aliases for WXK_PAGEUP/WXK_PAGEDOWN |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-03 |
Vadim Zeitlin | set event object correctly for the menu events |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Julian Smart | Use WM_INITMENUPOPUP |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw | diff to current |
2003-05-01 |
Vadim Zeitlin | make accelerators for bitmap menu items work (patch... |
blob | commitdiff | raw | diff to current |
2003-04-23 |
Robin Dunn | Prevent a Gtk-CRITICAL message when Remove()ing a menu... |
blob | commitdiff | raw | diff to current |
2003-04-04 |
Robin Dunn | Handle checkable items the right way in all cases |
blob | commitdiff | raw | diff to current |
2003-04-03 |
Robin Dunn | Correction to my new menu code: handle submenus on... |
blob | commitdiff | raw | diff to current |
2003-04-03 |
Robin Dunn | Fixed menu event propogation to be consistent across... |
blob | commitdiff | raw | diff to current |
2003-02-18 |
Julian Smart | Applied patch [ 681262 ] Add EVT_MENU_OPEN support... |
blob | commitdiff | raw | diff to current |
2003-02-10 |
Robert Roebling | Support underscroes in menu item names under GTK2 |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
blob | commitdiff | raw | diff to current |
2002-12-18 |
Julian Smart | Applied patch [ 649599 ] Fixes bug 610850: Inserting... |
blob | commitdiff | raw | diff to current |
2002-12-14 |
Gilles Depeyrot | fix FindMenu broken by implementation of double ampersa... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-06 |
Vadim Zeitlin | fix for radio items creation |
blob | commitdiff | raw | diff to current |
2002-08-13 |
Vadim Zeitlin | better use strncpy() than strncat() with uninitialized... |
blob | commitdiff | raw | diff to current |
2002-08-05 |
Robert Roebling | Lots of updates for Unicode and GTK 2.0 support. |
blob | commitdiff | raw | diff to current |
2002-07-28 |
Václav Slavík | ported characters escaping in menus to GTK+ 2.0 |
blob | commitdiff | raw | diff to current |
2002-06-18 |
Julian Smart | Moved flicker-removal to GTK+ code |
blob | commitdiff | raw | diff to current |
2002-03-26 |
Vadim Zeitlin | don't send the events for the radio menu items being... |
blob | commitdiff | raw | diff to current |
2002-03-25 |
Vadim Zeitlin | more fixes to radio menu items: fixed Check() for them... |
blob | commitdiff | raw | diff to current |
2002-03-25 |
Vadim Zeitlin | fixed the menu bug introduced by the previous commit |
blob | commitdiff | raw | diff to current |
2002-03-23 |
Vadim Zeitlin | compatibility constructors for wxMenuItem() taking... |
blob | commitdiff | raw | diff to current |
2002-03-22 |
Václav Slavík | wxITEM_FOO instead of wxItem_Foo, for the sake of consi... |
blob | commitdiff | raw | diff to current |
2002-03-21 |
Vadim Zeitlin | implemented radio menu items for wxMSW |
blob | commitdiff | raw | diff to current |
2002-03-18 |
Vadim Zeitlin | 1. implemented radio menu items for wxGTK |
blob | commitdiff | raw | diff to current |
2002-03-12 |
Vadim Zeitlin | changes to make wxGTK compile with GTK+ 2.0: now it... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Vadim Zeitlin | added support for non alphanumeric simple character... |
blob | commitdiff | raw | diff to current |
2002-02-06 |
Vadim Zeitlin | typo in IMPLEMENT_DYNAMIC_CLASS fixed |
blob | commitdiff | raw | diff to current |
2002-02-06 |
Vadim Zeitlin | IMPLEMENT_DYNAMIC_CLASS fixes |
blob | commitdiff | raw | diff to current |
2002-01-09 |
Vadim Zeitlin | fixes for the compilation warnings with Sun CC: |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-01-07 |
Robert Roebling | Make wxMenuItem::GetLabel() handle escaped underscores |
blob | commitdiff | raw | diff to current |
2000-09-12 |
Robert Roebling | Corrcted accel keys for bitmap menus. |
blob | commitdiff | raw | diff to current |
2000-09-01 |
Julian Smart | Added to wxSystemSettings for better GTK+ themes compat... |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-14 |
Vadim Zeitlin | call wxMenubarSetInvokingWindow for submenus appended... |
blob | commitdiff | raw | diff to current |
2000-03-13 |
Vadim Zeitlin | 1. some patches from Janos Vegh to docview template... |
blob | commitdiff | raw | diff to current |
2000-03-10 |
Robert Roebling | Fixed various bugs (from - err - various authors... |
blob | commitdiff | raw | diff to current |
2000-03-09 |
Vadim Zeitlin | (failed) attempts at fixing menu bar swapping |
blob | commitdiff | raw | diff to current |
2000-03-01 |
Vadim Zeitlin | 1. warning in gtk/menu.cpp fixed |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Robert Roebling | Commented out debug code. |
blob | commitdiff | raw | diff to current |
2000-01-11 |
Vadim Zeitlin | wxMenuItem::GetLabelFromText() added/documented, bug... |
blob | commitdiff | raw | diff to current |
2000-01-05 |
Vadim Zeitlin | unreachable code warning fixed |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Robert Roebling | New colour, font, theme and size code.. |
blob | commitdiff | raw | diff to current |
2000-01-03 |
Robert Roebling | Corrected some things in, and some thing revealed by |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Robert Roebling | Change to wxMenuBar::Remove(), |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Vadim Zeitlin | wxMenu::Insert() seems to work, bug in wxMenuBase:... |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Vadim Zeitlin | wxMenuBar::Insert() seems to work! |
blob | commitdiff | raw | diff to current |
1999-11-28 |
Robert Roebling | New event locking. |
blob | commitdiff | raw | diff to current |
1999-11-15 |
Vadim Zeitlin | wxMenu::callback stuff taken inside WXWIN_COMPATIBILITY... |
blob | commitdiff | raw | diff to current |
1999-11-14 |
Julian Smart | Watcom C++ fixup in tbar95.cpp; removed WXWIN_COMPATIBI... |
blob | commitdiff | raw | diff to current |
1999-11-05 |
Robert Roebling | Added IsTopLevel() as a virtual function. |
blob | commitdiff | raw | diff to current |
1999-11-03 |
Robert Roebling | Some menu things. |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | wxGTK compiles (and seems to work) again after wxMenu... |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | 1. wxMenu changes: wxMenuBase appears, several new... |
blob | commitdiff | raw | diff to current |
1999-10-30 |
Robert Roebling | Some work on tabbing and menu accels, |
blob | commitdiff | raw | diff to current |
1999-10-26 |
Vadim Zeitlin | 1. added wxMenuBarBase |
blob | commitdiff | raw | diff to current |
1999-10-26 |
Vadim Zeitlin | fix for items without accelerators |
blob | commitdiff | raw | diff to current |
1999-10-25 |
Robert Roebling | Mem leak in new accelerator code. |
blob | commitdiff | raw | diff to current |
1999-10-25 |
Vadim Zeitlin | 1. small dnd compilation fixes (no attempt to make... |
blob | commitdiff | raw | diff to current |
1999-10-22 |
Robert Roebling | Compile fix for wxDataFormat cast, |
blob | commitdiff | raw | diff to current |
1999-10-11 |
Robert Roebling | Added wxMenu::Delete() and fixed some menu deleted... |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-09-18 |
Vadim Zeitlin | small underscores fix for GTK 1.0 |
blob | commitdiff | raw | diff to current |
1999-09-18 |
Vadim Zeitlin | underscores in menu items handled too under GTK+ 1.2 |
blob | commitdiff | raw | diff to current |
1999-09-15 |
Vadim Zeitlin | underscors are handled better in the menu item labels |
blob | commitdiff | raw | diff to current |
1999-08-19 |
Robert Roebling | Doc updates, wxsizer et al |
blob | commitdiff | raw | diff to current |
1999-08-16 |
Robert Roebling | compile fixes for EMX |
blob | commitdiff | raw | diff to current |
1999-08-15 |
Robert Roebling | Added and corrected a few more html makefiles, |
blob | commitdiff | raw | diff to current |
1999-08-04 |
Robert Roebling | Compile fixes for samples and dialoged, |
blob | commitdiff | raw | diff to current |
1999-07-27 |
Robert Roebling | Small distrib updates, |
blob | commitdiff | raw | diff to current |
1999-07-26 |
Karsten Ballüder | destructor for wxMenu deletes menu now |
blob | commitdiff | raw | diff to current |
1999-07-19 |
Vadim Zeitlin | compilation fixes |
blob | commitdiff | raw | diff to current |
1999-07-19 |
Vadim Zeitlin | wxMenu ctor made compatible again |
blob | commitdiff | raw | diff to current |
1999-07-15 |
Guilhem Lavaux | * wxMemoryStreams updates |
blob | commitdiff | raw | diff to current |
1999-07-07 |
Vadim Zeitlin | compilation fixes for wxGTK |
blob | commitdiff | raw | diff to current |
1999-07-07 |
Karsten Ballüder | Made tearoff menus work for gtk :-) |
blob | commitdiff | raw | diff to current |
1999-06-29 |
Robert Roebling | wxChoiceDialog fix. |
blob | commitdiff | raw | diff to current |
1999-06-17 |
Robert Roebling | Made the RTTI thing an option. |
blob | commitdiff | raw | diff to current |
1999-06-17 |
Karsten Ballüder | Implemented tearoff menus, please see my posting to... |
blob | commitdiff | raw | diff to current |
1999-06-06 |
Robert Roebling | Corrected hotkeys for MDI menus. |
blob | commitdiff | raw | diff to current |
1999-06-01 |
Robert Roebling | Hotkey fix for submenus. |
blob | commitdiff | raw | diff to current |
1999-05-22 |
Robert Roebling | GTK 1.0 compilation (not tested) |
blob | commitdiff | raw | diff to current |
1999-05-13 |
Karsten Ballüder | Fixed a minor bug in hotKey handling. |
blob | commitdiff | raw | diff to current |
1999-05-05 |
Robert Roebling | fix for menu separator |
blob | commitdiff | raw | diff to current |
1999-05-02 |
Robert Roebling | mini-bugs in wxMenu (it now converts / to \ in |
blob | commitdiff | raw | diff to current |
1999-04-30 |
Robert Roebling | Added hotkeys to menus "E&xit\tAlt-X" and such. |
blob | commitdiff | raw | diff to current |
1999-04-29 |
Robert Roebling | Compile fixes for SGI |
blob | commitdiff | raw | diff to current |
1999-04-28 |
Karsten Ballüder | Fixed gtk 1.0.6 corruped menu entry names. |
blob | commitdiff | raw | diff to current |
1999-04-27 |
Robert Roebling | New idle handling. Only that. |
blob | commitdiff | raw | diff to current |
next |