2011-12-28 |
Vadim Zeitlin | Complete wxEVT_MENU_{OPEN,CLOSE} implementation in... |
blob | commitdiff | raw |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw | diff to current |
2011-03-31 |
Vadim Zeitlin | Fix HMENU to wxMenu translation in wxMSW code. |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
blob | commitdiff | raw | diff to current |
2010-11-22 |
Vadim Zeitlin | Use status full, not client, size to determine frame... |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Vadim Zeitlin | Use symbolic names for popup menu ids in wxEVT_MENU_HIG... |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Vadim Zeitlin | Fix bug with using incorrect negative ids in wxEVT_MENU... |
blob | commitdiff | raw | diff to current |
2009-12-10 |
Vadim Zeitlin | Set correct toolbar width in wxMSW wxFrame. |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-06-27 |
Julian Smart | Fix for toolbar commands not working |
blob | commitdiff | raw | diff to current |
2009-05-22 |
Vadim Zeitlin | fix unused parameter warning after r60715 |
blob | commitdiff | raw | diff to current |
2009-05-22 |
Vadim Zeitlin | don't clear the status bar help text if the wxEVT_MENU_... |
blob | commitdiff | raw | diff to current |
2009-01-28 |
Vadim Zeitlin | remove the recently added MSWFindMenuBarItem() as we... |
blob | commitdiff | raw | diff to current |
2009-01-27 |
Vadim Zeitlin | refactor WM_COMMAND messages handling in MDI frames... |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Vadim Zeitlin | use a virtual function instead of wxDynamicCast(wxMDIPa... |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
blob | commitdiff | raw | diff to current |
2008-12-17 |
Vadim Zeitlin | don't hard code the menu bar height under WinCE (closes... |
blob | commitdiff | raw | diff to current |
2008-10-20 |
Vadim Zeitlin | a couple of more left over Borland unused variable... |
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-29 |
Vadim Zeitlin | add PostSizeEvent() and use it in wxMSW status bar... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Vadim Zeitlin | send the size event in SendSizeEvent() instead of posti... |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Vadim Zeitlin | remove code for drawing icon of minimized window manual... |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Vadim Zeitlin | avoid duplicating wxWindow::HandleCommand() in wxFrame... |
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-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
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-08-11 |
Julian Smart | Menu label consistency changes |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Vadim Zeitlin | fixes for building wxMSW with --disbale-all-features |
blob | commitdiff | raw | diff to current |
2007-04-03 |
Vadim Zeitlin | Undid last commit and restored bool argument to wxFrame... |
blob | commitdiff | raw | diff to current |
2007-04-03 |
Vadim Zeitlin | removed second parameter of wxFrame::DoGiveHelp(),... |
blob | commitdiff | raw | diff to current |
2006-11-04 |
Vadim Zeitlin | fix warning about unused variable in wxWinCE build |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Vadim Zeitlin | fixes for status bar positioning with non-top aligned... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Vadim Zeitlin | many fixes to toolbar positioning code |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Vadim Zeitlin | added wxTB_RIGHT style for right-aligned toolbars ... |
blob | commitdiff | raw | diff to current |
2006-09-17 |
Robert Roebling | [ 1550698 ] Bottom aligned toolbar |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Robin Dunn | wxStatusBarGeneric is used directly so the header needs... |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Paul Cornett | don't include generic/statusbr.h directly |
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-06-19 |
Włodzimierz Skiba | Include wx/menuitem.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-09 |
Włodzimierz Skiba | Include wx/statusbr.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-07 |
Włodzimierz Skiba | Include wx/toolbar.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-30 |
Włodzimierz Skiba | Include commctrl.h properly. |
blob | commitdiff | raw | diff to current |
2006-05-05 |
Włodzimierz Skiba | Include wx/frame.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-03-31 |
Włodzimierz Skiba | Removed every usage of obsolete wxTLW flags. 2.6 compat... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Vadim Zeitlin | extracted wxFrame::MSWTranslateMessage() implementation... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Vadim Zeitlin | no real changes; just a very minor cleanup in wxFrame... |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Włodzimierz Skiba | __WIN95__ removed (used to differ win3.1 vs. 'modern... |
blob | commitdiff | raw | diff to current |
2005-11-13 |
Włodzimierz Skiba | Resize all top level windows when SIP changes visibility. |
blob | commitdiff | raw | diff to current |
2005-10-23 |
Julian Smart | Patch [ 1314868 ] [wxMSW] Show MDI child menubars when... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Vadim Zeitlin | compilation fix for wxUSE_OLE and wxUSE_ACCEL==0 for... |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Chris Elliott | fix icoinse bug |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Julian Smart | Added WXK_SPECIAL... keycodes for special hardware... |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Julian Smart | Implemented PocketPC menubar/toolbar as wxToolMenuBar... |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Julian Smart | Define Ctrl+Q accelerator on PocketPC for quitting... |
blob | commitdiff | raw | diff to current |
2005-03-05 |
Mattia Barbon | Use the IsMDIChild() function instead of wxRTTI, |
blob | commitdiff | raw | diff to current |
2004-12-19 |
Vadim Zeitlin | moved wxWindow::m_hMenu to wxFrame, it is not needed... |
blob | commitdiff | raw | diff to current |
2004-12-19 |
Vadim Zeitlin | don't propagate our (non default) background to childre... |
blob | commitdiff | raw | diff to current |
2004-11-23 |
Vadim Zeitlin | don't show the status bar after restoring normal view... |
blob | commitdiff | raw | diff to current |
2004-11-16 |
Vadim Zeitlin | made default background colour BTNFACE (so that panels... |
blob | commitdiff | raw | diff to current |
2004-11-15 |
Vadim Zeitlin | removed unnecessary (now that we leave Windows paint... |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Włodzimierz Skiba | Hardware defines spec. |
blob | commitdiff | raw | diff to current |
2004-09-21 |
Włodzimierz Skiba | WinCE warning fix. |
blob | commitdiff | raw | diff to current |
2004-09-15 |
Vadim Zeitlin | fixed wxMaximizeEvent generation |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Włodzimierz Skiba | Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord... |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Włodzimierz Skiba | Fixes to warnings about assigning unused values. |
blob | commitdiff | raw | diff to current |
2004-06-21 |
Włodzimierz Skiba | Different default buttons for native menubars on Smartp... |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Włodzimierz Skiba | Flatening menu for Smartphones when menubar has only... |
blob | commitdiff | raw | diff to current |
2004-06-16 |
Włodzimierz Skiba | Smartphone menus. |
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-05-27 |
Julian Smart | WinCE Standard SDK improvements including adding close... |
blob | commitdiff | raw | diff to current |
2004-05-27 |
Julian Smart | Fixes for Standard WinCE SDK |
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-21 |
Vadim Zeitlin | fixed recent modeless dialog breakage caused by removin... |
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-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
blob | commitdiff | raw | diff to current |
2004-01-02 |
Julian Smart | Fixed menu creation in eVC3 |
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-11-01 |
Vadim Zeitlin | don't show hidden child frames when the parent is restored |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | replaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN... |
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-27 |
Stefan Csomor | event exposure |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Stefan Csomor | unicode adaptions, menu support |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Julian Smart | Added some window style metadata |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Stefan Csomor | xti property extensions, style bits additions |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Stefan Csomor | switching to wxEmptyString to satisfy linker after... |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Stefan Csomor | RTTI simplifications |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Stefan Csomor | rtti informations |
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-05 |
Stefan Csomor | xti extensions |
blob | commitdiff | raw | diff to current |
2003-07-31 |
Julian Smart | Suppressed some flicker in standard wxToolBar |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Stefan Csomor | preliminary EXTENDED_RTTI |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Julian Smart | Added WCE toolbar |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Julian Smart | Use WM_INITMENUPOPUP |
blob | commitdiff | raw | diff to current |
next |