Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / gtk / toplevel.cpp
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 Cornettsimplify DoSetClientSize
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-02  Paul Cornettremove miniframe stuff from GtkOnSize(), it's handled...
2007-04-26  Paul Cornettreplace 5 copies of size constraining code with one...
2007-04-26  Paul Cornettreally fix window being repositioned after hiding,...
2007-04-24  Paul CornettFix window being repositioned after hiding, then reshowing.
2007-04-23  Paul Cornettrevert move events change, it blocks programmatic move...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-23  Paul Cornettdon't send move events for size changes
2007-04-23  Paul Cornettfix return type for "map_event" and "unmap_event" handlers
2007-04-21  Paul Cornettremove redundant GTK_WIDGET casts
2007-04-19  Paul CornettReorganize idle system code.
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-07  Vadim Zeitlindon't try to access empty wxIconBundle in gtk_frame_rea...
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-03-31  Vadim Zeitlinadded gtk.tlw.can-set-transparency system option (repla...
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2007-02-15  Vadim Zeitlinreturn size without decorations from size_request GTK...
2007-02-11  Vadim ZeitlinwxTopLevelWindow::GetClientSize() returns 0x0 when...
2007-02-10  Vadim Zeitlinmake GetSize() return the size of the window including...
2007-02-06  Paul Cornettsimplify wxGTK DoSetSizeHints logic, respect size incre...
2006-11-27  Robert Roebling [ 1603704 ] Fix g++ -Wall warning in gtk/src/toplevel.cpp
2006-11-02  Robert Roebling Return to just using the official API for setting
2006-11-02  Robert Roebling Correct code for TLW placement, this fixes several
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-10-18  Robert Roebling Support wxFULLSCREEN_NOMENUBAR
2006-10-17  Robin DunnNeed to subtract the m_miniTitle to get client size...
2006-10-14  Robert Roebling Better place for coordinate mirroring and removal
2006-09-19  Mart RaudseppFix a few warnings that appear with -Wextra (unused...
2006-09-10  Robert Roebling Implemented window coord mirroring for RTL. This
2006-09-09  Paul Cornettdon't set negative window size
2006-09-07  Paul Cornettdon't use negative windows sizes
2006-09-07  Paul CornettGtkOnSize parameters aren't useful
2006-09-02  Robert Roebling Don't use wxWindows::DoGetClientSize() from
2006-08-27  Paul Cornettreturning true is sufficient to stop signal emission
2006-08-26  Paul Cornettuse "event" signal emission hook to install idle handle...
2006-08-26  Paul Cornettadd needed includes, remove unneeded ones
2006-08-24  Robert Roebling Added resize support to wxMiniFrame.
2006-08-21  Robert Roebling Don't emit bogus size events if a child window
2006-08-01  Robert Roebling Do nothing in wxTLW::Show() if t already is
2006-07-21  Mart RaudseppDon't check with CanSetTransparent from within SetTrans...
2006-07-19  Mart Raudsepp[wxGTK] Be pessimistic about transparency being visuall...
2006-07-19  Mart RaudseppInitial wxTLW::(Can)SetTransparent support for wxGTK...
2006-06-05  Mart RaudseppDo not set the wmclass for toplevels. This MUST be...
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-05-03  Paul CornettwxASSERT(false) --> wxFAIL
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-04-06  Mart RaudseppwxGTK2: No need to check for __WXGTK20__ here
2006-03-15  Włodzimierz SkibawxTinderbox warning fix.
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-02-23  Mart RaudseppUse correct return type for some of the signal callbacks
2006-02-16  Robert Roebling Use g_signal_connect_after for GTK+ native controls
2006-02-15  Robert Roebling The focus handling change in wxTopLevelWindows broke
2006-02-15  Robert Roebling Alter focus handling to disable GTK+ standard
2006-02-05  Mart RaudseppGTK2: Revert one set_resizable back to set_policy for...
2006-02-03  Mart RaudseppGTK2: gtk_timeout_add -> g_timeout_add; gtk_timeout_rem...
2006-02-03  Mart RaudseppGTK2: gtk_window_set_policy -> gtk_window_set_resizable...
2006-01-22  Mart RaudseppUse g_signal* instead of deprecated gtk_signal*. Use...
2006-01-22  Mart RaudseppNuke GTK1 from src/gtk
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.
next