2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
blob | commitdiff | raw |
2010-08-11 |
Vadim Zeitlin | Make wxTopLevelWindow::GetDefaultSize() public and... |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Vadim Zeitlin | Change wxDIALOG_NO_PARENT value to avoid clashing with... |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Vadim Zeitlin | Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTIN... |
blob | commitdiff | raw | diff to current |
2010-05-10 |
Vadim Zeitlin | No changes, just added comments summarizing the use... |
blob | commitdiff | raw | diff to current |
2009-12-09 |
Kevin Ollivier | Add OSX prefix, and be clear that this is OS X only... |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Kevin Ollivier | Add wxTLW::SetModified to allow apps to set the TLW... |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Kevin Ollivier | Initial ShowWithoutActivating implementations for Mac... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Vadim Zeitlin | Don't test whether wxTopLevelWindowNative is defined. |
blob | commitdiff | raw | diff to current |
2009-07-31 |
Vadim Zeitlin | Use base class ctors in wxTopLevelWindow. |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2008-06-11 |
Stefan Csomor | fixing file paths after renaming |
blob | commitdiff | raw | diff to current |
2008-05-27 |
Robert Roebling | Use wxWindowRef to hold pointer to default button |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2007-11-12 |
Vadim Zeitlin | make various control names constants of type char,... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Václav Slavík | make wxFrame a wxControlContainer too, so that it behav... |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Vadim Zeitlin | removed unneeded duplication of DoSetSizeHints() in... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | made wxTLW::SetIcon() non-virtual, it was already imple... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | 1. changed wxIconBundle to use m_refData and COW to... |
blob | commitdiff | raw | diff to current |
2007-04-06 |
Vadim Zeitlin | handle child destruction notifications in wxTLW itself... |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Václav Slavík | implemented wxPopupWindow for wxDFB; added wxNonOwnedWi... |
blob | commitdiff | raw | diff to current |
2006-12-07 |
Paul Cornett | correct access for virtuals |
blob | commitdiff | raw | diff to current |
2006-11-23 |
Vadim Zeitlin | limit TLW size to display size in wxSizer::Fit() instea... |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Robert Roebling | Moved overridden SetMinSize() to base class. |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Robert Roebling | Make wxWindow::SetSizeHints() do nothing. |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Robert Roebling | Add empty EnableCloseButton() into wxTLW base class. |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Václav Slavík | added wxWindow::IsVisible() method |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Václav Slavík | initial (not yet working) code for DirectFB port |
blob | commitdiff | raw | diff to current |
2006-08-21 |
Robin Dunn | Move CanSetTransparent and SetTransparent up to wxWindo... |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Vadim Zeitlin | move default button handling code from wxControlContain... |
blob | commitdiff | raw | diff to current |
2006-07-17 |
Robin Dunn | Translucency --> Transparent |
blob | commitdiff | raw | diff to current |
2006-07-16 |
Robin Dunn | Added wxTopLevelWindow::SetTranslucency and CanSetTrans... |
blob | commitdiff | raw | diff to current |
2006-04-27 |
Włodzimierz Skiba | wxTLW::IsAlwaysMaximized() introduction. |
blob | commitdiff | raw | diff to current |
2006-04-12 |
Vadim Zeitlin | made ShouldPreventAppExit() public |
blob | commitdiff | raw | diff to current |
2006-04-07 |
Vadim Zeitlin | added wxTLW::ShouldPreventAppExit() which can be overri... |
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-03-15 |
Mart Raudsepp | Don't return the return value of a void method in a... |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Vadim Zeitlin | we don't need reserved virtual functions on HEAD |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Vadim Zeitlin | added GetScreenPosition/Rect() which always return... |
blob | commitdiff | raw | diff to current |
2006-02-10 |
Vadim Zeitlin | fixed centering of top level windows on secondary displ... |
blob | commitdiff | raw | diff to current |
2006-01-23 |
Mart Raudsepp | Include gtk1 headers for non-gtk2. I don't really like... |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Mart Raudsepp | Move constant strings to .rodata/.data.rel.ro ELF segme... |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxX11 part... |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxCocoa part). |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxMac part). |
blob | commitdiff | raw | diff to current |
2005-11-04 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxOS2 part). |
blob | commitdiff | raw | diff to current |
2005-11-04 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxMGL part). |
blob | commitdiff | raw | diff to current |
2005-11-04 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxGTK part). |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Włodzimierz Skiba | Build fix after last commit. |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxMotif part). |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Włodzimierz Skiba | Get/SetTitle only for wxTopLevelWindow (wxMSW part). |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-26 |
Robert Roebling | Revert Ron's removal of the reserved functions. |
blob | commitdiff | raw | diff to current |
2005-06-24 |
Ron Lee | Put a humane end to the pathetic flailing over whether... |
blob | commitdiff | raw | diff to current |
2005-04-17 |
Julian Smart | Added some reserved functions |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Vadim Zeitlin | simplifications and corrections to background drawing: |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Julian Smart | No resize border on WinCE by default |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Włodzimierz Skiba | Warning fixes for MinGW. |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Włodzimierz Skiba | Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK... |
blob | commitdiff | raw | diff to current |
2004-12-19 |
Vadim Zeitlin | moved ProvidesBackground() from wxUniv to base wxWindow... |
blob | commitdiff | raw | diff to current |
2004-11-22 |
David Elliott | Fix centering of top-level children of wxMDIParentFrame... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Julian Smart | Committed William Osborne's wxPalmOS port |
blob | commitdiff | raw | diff to current |
2004-10-01 |
Vadim Zeitlin | extracted OnSize() body in a new DoLayout() method... |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Włodzimierz Skiba | Hardware defines spec. |
blob | commitdiff | raw | diff to current |
2004-09-26 |
Vadim Zeitlin | renamed HasFocus() to IsActive() to avoid confusion... |
blob | commitdiff | raw | diff to current |
2004-09-26 |
Robert Roebling | Added wxTopLevelWindow::HasFocus() as discussed. |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Vadim Zeitlin | added wxTopLevelWindow::RequestUserAttention(); documen... |
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-27 |
Julian Smart | SmartPhone windows are always maximized: Patch 942118 |
blob | commitdiff | raw | diff to current |
2004-04-13 |
Vadim Zeitlin | moved dialog/frame styles to their own headers; don... |
blob | commitdiff | raw | diff to current |
2004-04-04 |
Vadim Zeitlin | added wxTLWBase::GetDefaultSize() to avoid creating... |
blob | commitdiff | raw | diff to current |
2004-03-13 |
Robin Dunn | I keep running into situations where the old small... |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Václav Slavík | removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 |
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-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
blob | commitdiff | raw | diff to current |
2003-03-28 |
Robin Dunn | Added wxTLW::SetShape and implementations for wxGTK... |
blob | commitdiff | raw | diff to current |
2003-03-22 |
David Elliott | Include wxCocoa specific header |
blob | commitdiff | raw | diff to current |
2003-03-21 |
David Elliott | Allow headers to be compiled in Objective-C++ mode |
blob | commitdiff | raw | diff to current |
2003-01-06 |
Mattia Barbon | Implemented wxToplevelWindowMotif. |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-08-16 |
Vadim Zeitlin | fix for the bug introduced by the last commit: don... |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Vadim Zeitlin | the app doesn't exit any more if a dialog is shown... |
blob | commitdiff | raw | diff to current |
2002-03-26 |
Mattia Barbon | wxIconBundle implementation. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Ron Lee | Added GetMaxSize virtual method for use by sizers. |
blob | commitdiff | raw | diff to current |
2002-02-10 |
David Webster | Removing OS/2 specific positioning methods, no longer... |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Julian Smart | Reformatted Motif headers; added __WXX11__ symbol suppo... |
blob | commitdiff | raw | diff to current |
2002-02-04 |
David Webster | OS/2 scrolling support |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | moved InteractiveMove to wxUniv's wxTopLevelWindow |
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 |
2002-01-07 |
David Webster | Removal of WXPM ifdefs. |
blob | commitdiff | raw | diff to current |
2002-01-07 |
David Webster | Some needed OS/2 things in the base class for OS/2... |
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-09-30 |
Václav Slavík | implemented wxTLW::InteractiveMove and mostly finished... |
blob | commitdiff | raw | diff to current |
next |