2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw |
2008-11-14 |
Vadim Zeitlin | make code dealing with wxUSE_IDLEMENUUPDATES a bit... |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Vadim Zeitlin | move SendSizeEvent() down to wxWindow from wxFrame... |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Vadim Zeitlin | avoid duplicating wxWindow::HandleCommand() in wxFrame... |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Vadim Zeitlin | use kind, not id, of a menu item to test whether it... |
blob | commitdiff | raw | diff to current |
2008-01-30 |
Vadim Zeitlin | use HandleWindowEvent() in ProcessCommand(); return... |
blob | commitdiff | raw | diff to current |
2007-11-11 |
Vadim Zeitlin | correct typo in last commit |
blob | commitdiff | raw | diff to current |
2007-11-11 |
Vadim Zeitlin | unused parameter warning fixes for --disable-all-featur... |
blob | commitdiff | raw | diff to current |
2007-05-18 |
Vadim Zeitlin | added virtual wxFrame::FindItemInMenuBar(): overriding... |
blob | commitdiff | raw | diff to current |
2007-05-18 |
Vadim Zeitlin | removed unused statusbar parameter from wxFrameBase... |
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-02 |
Vadim Zeitlin | removed second parameter of wxFrame::DoGiveHelp(),... |
blob | commitdiff | raw | diff to current |
2007-03-30 |
Vadim Zeitlin | clear m_oldStatusText after restoring it, otherwise... |
blob | commitdiff | raw | diff to current |
2006-10-21 |
Vadim Zeitlin | restore the old status bar text when DoGiveHelp(false... |
blob | commitdiff | raw | diff to current |
2006-08-01 |
Václav Slavík | fixed compilation for wxUSE_STATUSBAR w/o wxUSE_MENUS |
blob | commitdiff | raw | diff to current |
2006-07-02 |
Stefan Neis | Fixed typos in comments (patch #1515724) |
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-05 |
Włodzimierz Skiba | Include wx/frame.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2005-11-30 |
David Surovell | minor refactoring of menu UpdateUI handling |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Mattia Barbon | Removed WXWIN_COMPATIBILITY_2_2 together with code... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-05-10 |
Włodzimierz Skiba | Do not send event for already selected menu radio item... |
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 | replaced a weird (and wrong when wxUSE_STL == 1) test... |
blob | commitdiff | raw | diff to current |
2005-01-05 |
Włodzimierz Skiba | Old API clearly deprecated. |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Robin Dunn | Give SendSizeEvent a generic implementation. It can... |
blob | commitdiff | raw | diff to current |
2004-10-01 |
Vadim Zeitlin | relayout frame contents when tool/statusbar is shown... |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau... |
blob | commitdiff | raw | diff to current |
2004-06-16 |
Włodzimierz Skiba | Warning fixes for WinCE. |
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-20 |
Julian Smart | Don't use wxUSE_POCKETPC_UI, determine appropriate... |
blob | commitdiff | raw | diff to current |
2004-04-15 |
Robert Roebling | Fix for white area above frame because of funky |
blob | commitdiff | raw | diff to current |
2004-04-04 |
Vadim Zeitlin | do take the toolbar into account for Windows CE, otherw... |
blob | commitdiff | raw | diff to current |
2004-01-27 |
Dimitri Schoolwerth | Applied patch #876969: "Fixes to Borland warnings"... |
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-10-07 |
Vadim Zeitlin | restore status bar text after a menu has been shown |
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-07-18 |
Julian Smart | Added some standard further identifiers to help with... |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Julian Smart | Added call to top-level window OnInternalIdle |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Julian Smart | Use WM_INITMENUPOPUP |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | added wxTB_HORZ_TEXT (patch 713813); documented it... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | Removed overloaded DoMenuUpdates function since it... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
blob | commitdiff | raw | diff to current |
2003-07-07 |
Julian Smart | Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE... |
blob | commitdiff | raw | diff to current |
2003-06-07 |
Vadim Zeitlin | DoGiveHelp() should be defined even if !wxUSE_STATUSBAR |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Julian Smart | Pass focus window to submenu items too (no reason I... |
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-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Václav Slavík | removed wxTLW cruft now that all ports have it |
blob | commitdiff | raw | diff to current |
2002-05-02 |
Mattia Barbon | Implemented wxStatusBar::Push/PopStatusText. |
blob | commitdiff | raw | diff to current |
2002-03-21 |
Vadim Zeitlin | implemented radio menu items for wxMSW |
blob | commitdiff | raw | diff to current |
2002-02-24 |
Julian Smart | Fixed conflicts with Robert's similar fixes; fixed... |
blob | commitdiff | raw | diff to current |
2002-02-12 |
Václav Slavík | fixed menubar attaching: create it first, THEN set... |
blob | commitdiff | raw | diff to current |
2002-01-07 |
Gilles Depeyrot | implement out-of-line destructors where needed instead... |
blob | commitdiff | raw | diff to current |
2001-12-08 |
Vadim Zeitlin | fixed bugs with setting the client size when the differ... |
blob | commitdiff | raw | diff to current |
2001-11-13 |
Robert Roebling | Applied patch from SF on menu command not blocked |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Vadim Zeitlin | 1. added wxStatusBarUniv |
blob | commitdiff | raw | diff to current |
2001-09-15 |
Václav Slavík | wxTopLevelWindow (only for wxGTK for now) |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | wxUniv compilation fixes |
blob | commitdiff | raw | diff to current |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
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-05-31 |
Vadim Zeitlin | we now send iconize events |
blob | commitdiff | raw | diff to current |
2000-10-05 |
Julian Smart | Removed wxFindFocusDescendant for non-wxMSW platforms. |
blob | commitdiff | raw | diff to current |
2000-10-04 |
Julian Smart | Speed fix for wxGenericDirCtrl, starting to add text... |
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-02-08 |
Julian Smart | Misc. fixes for obscure compilers |
blob | commitdiff | raw | diff to current |
2000-02-05 |
Vadim Zeitlin | 1. wxTimer change - now generates EVT_TIMER() |
blob | commitdiff | raw | diff to current |
1999-12-20 |
Vadim Zeitlin | 'grey border' bug under MSW fixed |
blob | commitdiff | raw | diff to current |
1999-12-15 |
Vadim Zeitlin | more WXUNUSED() here and there |
blob | commitdiff | raw | diff to current |
1999-12-01 |
Vadim Zeitlin | 1. wxMotif::wxFrame derives from wxFrameBase now |
blob | commitdiff | raw | diff to current |
1999-11-16 |
Vadim Zeitlin | wxMSW fixes after wxFrameBase change - seems to work... |
blob | commitdiff | raw | diff to current |
1999-11-16 |
Vadim Zeitlin | wxFrameBase class for wxMSW and wxGTK |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | compilation fixes |
blob | commitdiff | raw | diff to current |
1999-10-14 |
Robert Roebling | Changed time of sending the wxSizeEvent and assorted... |
blob | commitdiff | raw | diff to current |
1999-04-08 |
Julian Smart | Changed the focus-window event handling back |
blob | commitdiff | raw | diff to current |
1999-04-07 |
Julian Smart | Menu/toolbar event handling now tries the window with... |
blob | commitdiff | raw | diff to current |
1998-11-23 |
Robert Roebling | Added install scripts in missing places |
blob | commitdiff | raw | diff to current |
1998-07-26 |
Vadim Zeitlin | double wxMenuItem definition problem fixed |
blob | commitdiff | raw | diff to current |
1998-07-24 |
Julian Smart | Corrected some problems |
blob | commitdiff | raw | diff to current |
1998-07-24 |
Robert Roebling | wxFrame::CreateToolBar() stuff |
blob | commitdiff | raw | diff to current |
1998-07-24 |
Vadim Zeitlin | some common code moved from wxWindow/wxFrame into files... |
blob | commitdiff | raw | diff to current |
1998-07-23 |
Vadim Zeitlin | common code of wxFrame class |
blob | commitdiff | raw | diff to current |
|