set m_isBeingDeleted to true (only) in SendDestroyEvent(); call it as early as possib...
[wxWidgets.git] / src / gtk / toplevel.cpp
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...
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...
next