Remove use of "size-request" signal for wxWindow sizing.
[wxWidgets.git] / src / gtk / toplevel.cpp
2012-05-17  Paul CornettRemove use of "size-request" signal for wxWindow sizing.
2012-04-24  Paul CornettRemove code to find topmost X window in SetTransparent().
2012-04-15  Vadim ZeitlinNo real changes, just fix misspellings in comments...
2012-02-28  Paul Cornettavoid crash if IsMaximized() is called before native...
2012-02-26  Vadim ZeitlinFix wxGTK compilation when using non X11-based GDK.
2011-10-31  Paul Cornettsimplify code calling gtk_window_set_urgency_hint
2011-10-13  Vadim ZeitlinImplement SetShape() for wxPopupWindow in wxGTK.
2011-10-12  Vadim ZeitlinAnd another compilation fix.
2011-10-12  Vadim ZeitlinCompilation fix after a bad merge.
2011-10-12  Vadim ZeitlinAdded wxWindow::GTKHandleRealized() virtual method...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-15  Vadim ZeitlinFix crash when creating and quickly destroying a wxTLW...
2011-04-15  Paul Cornettworkaround for broken window managers which claim to...
2011-03-28  Paul Cornettavoid deprecated functions and direct struct access
2011-03-26  Václav SlavíkUse accessor functions instead of deprecated GTK+ macros.
2011-03-09  Paul Cornettadd wxEVT_MAXIMIZE support to wxGTK
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2010-10-28  Paul Cornettfix iconize event detection, logical operators don...
2010-10-27  Robert RoeblingUse window-state-event to send ICONIZE events under...
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...
2010-02-28  Vadim ZeitlinFix compilation with GTK+ 2.4.
2010-01-15  Paul Cornetthonor wxMAXIMIZE frame style, fixes #11631
2009-12-16  Paul Cornettallow setting client size to work properly before windo...
2009-12-01  Paul Cornettremove unused data member
2009-10-31  Paul Cornettmake sure ShowWithoutActivating only takes effect once
2009-10-30  Paul Cornettimplement ShowWithoutActivating for GTK+
2009-09-24  Julian SmartApplied patch #9058 (add Hildon 2.0 support)
2009-08-27  Paul Cornettsmall fix to last commit, only disable updating decor...
2009-08-27  Paul Cornettavoid deferred show with Fluxbox, its support for _NET_...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-03-13  Francesco Montorsiavoid GDK warnings about invalid windows when creating...
2009-03-06  Robert RoeblingwxBusyInfo now uses wxGenericStaticText under GTK+...
2009-02-17  Paul Cornettfix deferred show when SetSize() is called after SetCli...
2009-02-15  Francesco Montorsiuse YieldFor() in wxTopLevelWindowGTK::RequestUserAtten...
2009-01-29  Robert RoeblingStore pointer to owning wxWindow in wxPizza widget
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
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...
2008-12-24  Paul Cornettfix saving/restoring size when WM supports _NET_FRAME_E...
2008-11-27  Paul Cornettfix for shown TLW having m_isShown == false, #9909
2008-10-02  Vadim Zeitlinhonour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderl...
2008-08-27  Paul Cornettget system colors directly from GTK styles, eliminating...
2008-08-26  Paul CornettHold a reference on m_widget for the life of the associ...
2008-08-26  Paul Cornettuncomment line accidentally left commented out in last...
2008-08-26  Paul Cornettfix for GTK assertion `info->icon_pixmap == NULL' faile...
2008-05-20  Paul Cornettput frame extents XGetWindowProperty code in one place
2008-04-23  Paul Cornettrestore caching of WM frame extents
2008-04-19  Paul Cornettdon't reset m_deferShow if Show() is called more than...
2008-04-06  Vadim Zeitlindelay setting the window shape until it is realized...
2008-03-17  Paul Cornettreorganize deferred show logic a bit, to reset m_deferS...
2008-03-15  Paul Cornettuse a different method to prevent an early size_allocate,
2008-03-14  Václav Slavíksimplified and cleaned up wxGTK's focus handling
2008-03-12  Paul Cornettdon't defer showing if _NET_FRAME_EXTENTS handler is...
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-02-22  Václav Slavíkmoved win_gtk.h header to wx/gtk/private, it's for...
2008-02-02  Paul Cornettavoid GCC warnings about breaking strict aliasing rules
2008-01-13  Paul Cornettprevent explicitly set client size from being changed...
2007-12-05  Paul Cornettfix deferred show when min size has been set
2007-12-04  Paul CornettOnly account for WM frame extents in tlw size if WM...
2007-12-02  Paul Cornettkeep initial size from changing when frame extents...
2007-11-29  Václav Slavík1. added wxEvtHandler::SafelyProcessEvent() and wxWindo...
2007-11-22  Paul Cornettstore size of WM decorations separately for each TLW...
2007-11-19  Vadim Zeitlinonly call hildon_program_remove_window() when destroyin...
2007-11-17  Vadim Zeitlinrename g_openDialogs to wxOpenModalDialogsCount and...
2007-11-12  Vadim Zeitlinsome Hildon integration work: use HildonProgram (for...
2007-11-09  Paul Cornettmodified fix for empty client area, first one broke...
2007-11-08  Paul Cornettfix for blank client area after restoring a "rolled...
2007-11-07  Robert RoeblingUpport hint window improvement using custom GTK+ code
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
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-10-23  Vadim Zeitlinuse -Wunused-parameter with gcc for consistency with...
2007-10-20  Paul Cornettdon't need to paint tlw background, GTK does it
2007-09-13  Paul Cornettget more accurate TLW sizing by using a window decorati...
2007-08-30  Paul CornettX property data is long for format 32
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...
next