Remove obsolete VisualAge-related files.
[wxWidgets.git] / src / gtk1 / toplevel.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Vadim Zeitlindon't use invalid wxIconBundles, it results in asserts...
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-26  Włodzimierz SkibaInclude wx/control.h according to precompiled headers...
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2005-12-24  Vadim ZeitlinGTK+ 1 compilation fixes
2005-11-07  Mart Raudsepp[wxGTK] Support run-time changing of the wxFRAME_NO_TAS...
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-09-04  Mart Raudsepp[wxTLW-GTK] Don't connect to the configure_event twice...
2005-07-29  Mart Raudseppslight CPP logic fix in my wxTLW::RequestUserAttention...
2005-07-28  Mart RaudseppwxGTK: Implemented wxTLW::RequestUserAttention()
2005-07-28  Vadim ZeitlinShowFullScreen() shows the window if it was still hidde...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-06-20  Václav Slavíkchanged exceptions handling to work under wxGTK
2005-06-14  Mart RaudseppAdd some missing runtime gtk+ version checks. There...
2005-05-21  Kevin HockMay as well add the GTK version runtime checks for...
2005-05-21  Robert Roebling Add runtime 2.4.0 check.
2005-05-21  Kevin HockAdd wxSTAY_ON_TOP support [Patch 1206023]
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-02-11  Robert Roebling Make wxTLW::Raise() actually bring the window to...
2005-01-24  Kevin HockFor consistency between WMs and with MSW, TOOL_WINDOW...
2004-12-12  Vadim Zeitlinfixed broken logic in ShowFullScreen() (some compiler...
2004-12-06  Václav Slavíkfixed ShowFullScreen after somebody broke it by naively...
2004-11-30  Kevin Hockgtk_window_[un]fullscreen only available with GTK ...
2004-11-20  Robert Roebling Use GTK+ calls for fullscreen mode.
2004-11-04  Václav Slavíkcompilation fix for GTK+ 2.0
2004-11-03  Robert Roebling Applied patch to reorder includes. Not the most
2004-10-27  Julian SmartGTK+1 doesn't have gtk_window_set_type_hint
2004-10-26  Václav Slavíkfixed wxFRAME_TOOL_WINDOW to use 'utility' type hint...
2004-10-13  Julian Smartgtk_frame_focus_out_callback can be called with g_activ...
2004-10-05  Robert Roebling Fixed missing focus problem.
2004-10-03  Václav Slavíkfixed transiency when the parent is MDI child frame
2004-10-03  Robert Roebling Reworked TLW and app activation event code, also
2004-09-27  Julian SmartEarly versions of GTK+2 don't have has_toplevel_focus
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-07-17  Václav SlavíkwxTLW::IsMaximized for wxGTK2 (patch 992743)
2004-07-04  Vadim Zeitlintypo fix in Restore(): __GTK20__ -> __WXGTK20__ (patch...
2004-07-03  Václav Slavíkm_queuedFullRedraw is not used anymore
2004-06-28  Václav Slavíkimplemented wxFRAME_NO_TASKBAR for wxGTK2
2004-06-28  Václav Slavíkcreate wxDialog with proper _NET_WM hint so that the...
2004-05-31  Václav Slavíkallow classes derived from wxTopLevelWidnow to use...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-01  Robin DunnReverted last change
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
next