Added wxWindow::GTKHandleRealized() virtual method to wxGTK.
[wxWidgets.git] / include / wx / gtk / toplevel.h
2011-10-12  Vadim ZeitlinAdded wxWindow::GTKHandleRealized() virtual method...
2011-04-15  Paul Cornettworkaround for broken window managers which claim to...
2010-08-21  Robert Roeblingmake Set/GetLabel() set and return title in wxTLW,...
2010-03-23  Paul Cornettbetter fix for #11803, don't set iconized state for...
2010-03-23  Paul Cornettignore iconized state when computing client size for...
2009-10-30  Kevin OllivierInitial ShowWithoutActivating implementations for Mac...
2009-03-06  Robert RoeblingwxBusyInfo now uses wxGenericStaticText under GTK+...
2009-02-17  Paul Cornettfix deferred show when SetSize() is called after SetCli...
2009-01-26  Robert RoeblingRemoved queuedResize code again as GTK+ does this inter...
2009-01-23  Robert RoeblingPostpone size event from wxTLW resizing to idle
2008-12-24  Paul Cornettfix saving/restoring size when WM supports _NET_FRAME_E...
2008-08-27  Paul Cornettget system colors directly from GTK styles, eliminating...
2008-04-23  Paul Cornettrestore caching of WM frame extents
2008-04-06  Vadim Zeitlindelay setting the window shape until it is realized...
2008-02-28  Paul Cornettrevert updating GTK size hints when window decorations...
2008-02-26  Paul Cornettupdate GTK size hints when window decorations change
2008-01-13  Paul Cornettprevent explicitly set client size from being changed...
2007-12-04  Paul CornettOnly account for WM frame extents in tlw size if WM...
2007-11-22  Paul Cornettstore size of WM decorations separately for each TLW...
2007-11-22  Paul Cornettmake DoSetSizeHints protected, remove parameter defaults
2007-10-27  Julian SmartImplementation of wxSysColourChangedEvent on wxGTK
2007-10-24  Paul CornettUse a GtkVBox to do TLW layout. Rework some of the...
2007-09-13  Paul Cornettget more accurate TLW sizing by using a window decorati...
2007-05-26  Paul Cornettrestructure fullscreen code dealing with hiding bars
2007-05-25  Paul CornettRemove unneeded wxTLW child inserter function.
2007-05-19  Paul Cornettmove m_sizeSet out of wxWindow
2007-05-19  Paul Cornettsimplify DoSetClientSize
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-02-15  Vadim Zeitlinreturn size without decorations from size_request GTK...
2007-02-10  Vadim Zeitlinmake GetSize() return the size of the window including...
2006-12-07  Paul Cornettcorrect access for virtuals
2006-10-30  Robert Roebling Moved overridden SetMinSize() to base class.
2006-10-30  Robert Roebling Make SetMinSize() and SetMaxSize() virtual so they
2006-10-29  Robert Roebling Make wxWindow::SetSizeHints() do nothing.
2006-10-27  Robert Roebling Add EnableCloseButton() as wxMSW does. Use it in
2006-09-07  Paul CornettGtkOnSize parameters aren't useful
2006-07-19  Mart RaudseppInitial wxTLW::(Can)SetTransparent support for wxGTK...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2005-11-07  Mart Raudsepp[wxGTK] Support changing the wxSTAY_ON_TOP style value...
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxGTK part).
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-21  Mart Raudsepp[wxGTK] Remove wxTLW::RequestUserAttention related...
2005-08-02  Michael WetherellAdd import/export attributes
2005-07-29  Mart RaudseppwxABI_VERSION guard for wxTopLevelWindowGTK::RequestUse...
2005-07-28  Mart RaudseppwxGTK: Implemented wxTLW::RequestUserAttention()
2005-02-11  Robert Roebling Make wxTLW::Raise() actually bring the window to...
2004-09-26  Vadim Zeitlinrenamed HasFocus() to IsActive() to avoid confusion...
2004-09-26  Robert Roebling Added wxTopLevelWindow::HasFocus() as discussed.
2004-08-22  Václav Slavíkuse GTK+ API for setting icons instead of direct X11...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-06-18  Julian SmartAdded AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK
2002-04-22  Vadim Zeitlinremoved unused OnSetFocus()
2002-04-20  Vadim Zeitlinfixed initial focus handling in the dialog and made...
2002-03-26  Mattia BarbonwxIconBundle implementation.
2001-09-28  Václav Slavíkfixed wxGTK fullscreen mode, broken by my previous...
2001-09-22  Václav Slavíkevaluate window style in Create, not later
2001-09-15  Václav SlavíkwxTopLevelWindow (only for wxGTK for now)