2010-05-09 |
Václav Slavík | Prevent idMenuTitle from being accidentally used as... |
blob | commitdiff | raw |
2010-05-09 |
Václav Slavík | Fixed popup menu's title to be bold regardless of metho... |
blob | commitdiff | raw | diff to current |
2010-04-24 |
Vadim Zeitlin | Move wxMSW wxMenu::GetWindow() down to wxMenuBase. |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Vadim Zeitlin | Return correct invoking window for submenus of a popup... |
blob | commitdiff | raw | diff to current |
2010-04-21 |
Vadim Zeitlin | Remove the extra margins when checking owner drawn... |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Vadim Zeitlin | Correct alignment of menu accelerator strings in owner... |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Vadim Zeitlin | Use theme functions for drawing owner-drawn menus. |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Vadim Zeitlin | Fix calculation of the margins for owner-drawn menu... |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Vadim Zeitlin | Set up menu bitmaps correctly for checkable items. |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Vadim Zeitlin | Refactor owner-drawing code. |
blob | commitdiff | raw | diff to current |
2009-09-26 |
Vadim Zeitlin | Use checked bitmap for menu items under Vista. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
blob | commitdiff | raw | diff to current |
2009-03-23 |
Vadim Zeitlin | don't make the items owner drawn unnecessarily under... |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Vadim Zeitlin | don't use HBMMENU_CALLBACK under Windows Vista as this... |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
blob | commitdiff | raw | diff to current |
2009-01-31 |
Vadim Zeitlin | define MIIM_BITMAP &c in wx/msw/missing.h instead of... |
blob | commitdiff | raw | diff to current |
2009-01-31 |
Vadim Zeitlin | don't use built-in support for menu bitmaps if they... |
blob | commitdiff | raw | diff to current |
2009-01-27 |
Vadim Zeitlin | added CreateAccelTable() helper which creates the accel... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Vadim Zeitlin | don't duplicate base class m_acceleratorTable as m_acce... |
blob | commitdiff | raw | diff to current |
2008-07-18 |
Vadim Zeitlin | compilation fix for eVC4: include commctrl.h explicitely |
blob | commitdiff | raw | diff to current |
2008-07-03 |
Vadim Zeitlin | support disabling items before adding them to the menu... |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Vadim Zeitlin | more /Wp64 warning fixes: mostly use UINT_PTR instead... |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Vadim Zeitlin | fix signed/unsigned comparison warnings |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Vadim Zeitlin | fix several problems in handling of the menu items... |
blob | commitdiff | raw | diff to current |
2007-10-30 |
Vadim Zeitlin | reverted last changed (r49413) as deleting non-attached... |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Vadim Zeitlin | always delete the menus, even if the menu is attached... |
blob | commitdiff | raw | diff to current |
2007-09-20 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
blob | commitdiff | raw | diff to current |
2007-08-11 |
Julian Smart | Menu label consistency changes |
blob | commitdiff | raw | diff to current |
2007-07-29 |
Vadim Zeitlin | we must use TB_BUTTONSTRUCTSIZE before adding menu... |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | many compilation fixes for WinCE using VC8 (it now... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Vadim Zeitlin | correct the checked flag in the event generated by... |
blob | commitdiff | raw | diff to current |
2007-03-17 |
Václav Slavík | first phase of transition to unified Unicode build: |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | no changes, just removed TABs/trailing spaces |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Chris Elliott | fix for sf bug 1671804 |
blob | commitdiff | raw | diff to current |
2007-02-11 |
Vadim Zeitlin | update the popup menu item when it's [un]checked too... |
blob | commitdiff | raw | diff to current |
2007-01-11 |
Vadim Zeitlin | reverted wrong change of rev 1.129 and fixed the first... |
blob | commitdiff | raw | diff to current |
2007-01-09 |
Julian Smart | Fix for missing separator if any previous items were... |
blob | commitdiff | raw | diff to current |
2006-12-28 |
Julian Smart | Temporary fix for inconsistent menu item margins (see... |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Julian Smart | Less drastic compile fix |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Julian Smart | Using MinGW 3, no hbmpItem |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Vadim Zeitlin | use (new) wxAcceleratorEntry::Create() instead of recen... |
blob | commitdiff | raw | diff to current |
2006-07-02 |
Stefan Neis | Fixed typos in comments (patch #1515724) |
blob | commitdiff | raw | diff to current |
2006-07-02 |
Vadim Zeitlin | don't refresh the menu if it's frozen |
blob | commitdiff | raw | diff to current |
2006-05-30 |
Włodzimierz Skiba | Include commctrl.h properly. |
blob | commitdiff | raw | diff to current |
2006-05-18 |
Włodzimierz Skiba | Include wx/menu.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-03-15 |
Julian Smart | Add menus even if we have no menubar HMENU (Windows... |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Włodzimierz Skiba | wxWinCE warning fix. |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Julian Smart | Applied patch from Neil Robinson to allow manipulation... |
blob | commitdiff | raw | diff to current |
2006-02-02 |
Robin Dunn | Fix for bug #1422217. Menu items with the checked... |
blob | commitdiff | raw | diff to current |
2006-01-08 |
Jamie Gadd | InsertMenuItem can be used by submenus having bitmaps... |
blob | commitdiff | raw | diff to current |
2005-11-09 |
Włodzimierz Skiba | Various source cleanings. |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | more extra semicolons removed (patch 1303724) |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-16 |
Vadim Zeitlin | fixed handling of the accelerators of menu items added... |
blob | commitdiff | raw | diff to current |
2005-06-30 |
Włodzimierz Skiba | Helpers in disabling warnings for unused params. |
blob | commitdiff | raw | diff to current |
2005-06-24 |
Vadim Zeitlin | fixed appending menu items for a (popup) menu with... |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Vadim Zeitlin | fix index of appended items (broken by previous commit) |
blob | commitdiff | raw | diff to current |
2005-06-15 |
Vadim Zeitlin | WinCE compilation fixes |
blob | commitdiff | raw | diff to current |
2005-06-09 |
Vadim Zeitlin | don't statically link to SetMenuInfo(): it is not prese... |
blob | commitdiff | raw | diff to current |
2005-06-08 |
Vadim Zeitlin | define MIM_STYLE and MNS_CHECKORBMP for mingw32 which... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Vadim Zeitlin | InsertMenuItem() works with bitmaps under Win98 too... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Włodzimierz Skiba | First part of '[ 1216148 ] cleanup: unused variables... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Vadim Zeitlin | use InsertMenuItem() for more native support of bitmaps... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Julian Smart | MF_BYCOMMAND is zero so don't try to test it |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Dimitri Schoolwerth | fixed signed/unsigned mismatch warning |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Vadim Zeitlin | implemented wxMenuBar ctor taking array of menus/titles... |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Julian Smart | Implemented PocketPC menubar/toolbar as wxToolMenuBar... |
blob | commitdiff | raw | diff to current |
2005-01-31 |
Vadim Zeitlin | fixed the checked flag value for events from check... |
blob | commitdiff | raw | diff to current |
2004-08-30 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !... |
blob | commitdiff | raw | diff to current |
2004-06-16 |
Włodzimierz Skiba | Warning fixes for WinCE. |
blob | commitdiff | raw | diff to current |
2004-06-13 |
Julian Smart | Small WinCE symbol fixes |
blob | commitdiff | raw | diff to current |
2004-06-12 |
Robert Roebling | Applied new master define for CommandBar vs. PocketPC... |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Robert Roebling | Compile fixes for HANDHELDPC |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Julian Smart | WinCE Standard SDK improvements including adding close... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-20 |
Julian Smart | Don't use wxUSE_POCKETPC_UI, determine appropriate... |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Vadim Zeitlin | make XTI compile with VC6 (patch 896614) |
blob | commitdiff | raw | diff to current |
2004-03-30 |
David Elliott | Instead of m_menuBar use GetMenuBar() which will be... |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Vadim Zeitlin | as after recent change wxID_SEPARATOR is now -2, it... |
blob | commitdiff | raw | diff to current |
2004-01-27 |
Julian Smart | Patch from "Viktor Voroshylo" <viktor@voroshylo.com> |
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 |
2004-01-20 |
David Elliott | When inserting a new menu don't try to find th epositio... |
blob | commitdiff | raw | diff to current |
2004-01-14 |
David Elliott | Added MSWPositionForWxMenu() method which is used to... |
blob | commitdiff | raw | diff to current |
2003-12-28 |
Julian Smart | Added wxUSE_POCKETPC_UI to distinguish between using |
blob | commitdiff | raw | diff to current |
2003-12-27 |
Julian Smart | WinCE 4 cleanup |
blob | commitdiff | raw | diff to current |
2003-12-24 |
Ryan Norton | revert |
blob | commitdiff | raw | diff to current |
2003-12-24 |
Ryan Norton | Fixed compilation and |
blob | commitdiff | raw | diff to current |
2003-12-24 |
Ryan Norton | Fixed one of the two MDI problems...see comments |
blob | commitdiff | raw | diff to current |
2003-11-18 |
Julian Smart | WinCE fixes from "Viktor Voroshylo" <viktor@voroshylo... |
blob | commitdiff | raw | diff to current |
2003-09-21 |
Vadim Zeitlin | don't return & in strings returned by GetLabelTop(... |
blob | commitdiff | raw | diff to current |
2003-09-10 |
Mattia Barbon | More warning fixes from ABX. |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Stefan Csomor | macro naming changes |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Stefan Csomor | WX_EVENT_PROPERTY instead of WX_DELEGATE |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Stefan Csomor | unicode adaptions, menu support |
blob | commitdiff | raw | diff to current |
next |