]> git.saurik.com Git - wxWidgets.git/history - src/gtk1/toplevel.cpp
In wxGTK2 the wxMessageDialog is not a real wxDialog so its m_widget
[wxWidgets.git] / src / gtk1 / toplevel.cpp
2004-05-01  Robin DunnIn wxGTK2 the wxMessageDialog is not a real wxDialog...
2004-03-13  Robin DunnI keep running into situations where the old small...
2004-03-10  Robin DunnTLWs can use the WidthDefault and HeightDefault methods too
2004-02-28  Robert Roebling make use of GPE feature
2004-02-15  Robert Roebling wxGPE updates to HEAD.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-05-03  Robin DunnReversed the meaning of black and white in wxRegion...
2003-04-30  Robin DunnShaped window support for wxMac, plus a wxSTAY_ON_TOP...
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-02-27  Václav SlavíkwxCLOSE->wxCLOSE_BOX
2003-02-26  Václav Slavíkadded wxCLOSE and fixed wxSYSTEM_MENU on Unix
2003-02-03  Václav Slavíkfixes to ShowFullScreen (KDE 3.1)
2003-01-05  Robert Roebling Minor fix related to wxMiniFrame drawing.
2003-01-04  Václav Slavíkadded more robust wxTLW::ShowFullScreen implementation
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-20  Robert Roebling Implemented Maximize() etc for GTK 2.0.
2002-08-16  Julian SmartApplied patch [ 594717 ] Implements wxFRAME_FLOAT_ON_PARENT
2002-08-15  Vadim Zeitlinthe app doesn't exit any more if a dialog is shown...
2002-08-13  Václav Slavíkcompilation fix
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-07-28  Robert Roebling New implementation of ShowFullScreen(). It works
2002-07-23  Robert RoeblingChanged wxGTK's notion of SetSize() to never allow...
2002-07-01  Ron LeeFix for the irksome, 'Details' sizing bug. Or at least...
2002-06-18  Julian SmartAdded AddGrab, RemoveGrab, IsGrabbed to wxTopLevelWindowGTK
2002-05-31  Vadim Zeitlinremoved unused wxWindowGTK::m_isFrame
2002-04-23  Mattia BarbonMake Univ/GTK compile again
2002-04-22  Vadim Zeitlinremoved unused OnSetFocus()
2002-04-20  Vadim Zeitlinfixed initial focus handling in the dialog and made...
2002-04-17  Robert Roebling Various changes to focus handling when TLW start.
2002-04-02  Vadim Zeitlincompilation warning fixed
2002-03-28  Robert Roebling Put some life into GTK 2.0 drawing.
2002-03-28  Mattia BarbonFixed problems with wxFrame::SetIcons
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-19  Vadim Zeitlinfixed GTK critical warning when closing MDI child ...
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-02-10  Václav Slavíkrespect minimal wxTLW size in wxUniv
2002-01-27  Robert Roebling wxMiniFrame works again.
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2001-12-18  Vadim Zeitlinfix for the X fatal error when closing frames
2001-11-17  Robert Roebling Trying to fix dialog close/focus_widget problem.
2001-11-17  Robert Roebling Fixed bug which prevented toplevel window from reacting
2001-10-19  Václav Slavíkwe no longer need wxFrameNative
2001-09-30  Václav Slavíkfixed wxDialog creation (created window wasn't transient)
2001-09-29  Václav Slavíkoops, reverted wrong code
2001-09-28  Václav Slavíkfixed wxGTK fullscreen mode, broken by my previous...
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
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)