2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw |
2011-06-15 |
Vadim Zeitlin | Fix crash when creating and quickly destroying a wxTLW... |
blob | commitdiff | raw |
2011-04-15 |
Paul Cornett | workaround for broken window managers which claim to... |
blob | commitdiff | raw | diff to current |
2011-03-28 |
Paul Cornett | avoid deprecated functions and direct struct access |
blob | commitdiff | raw | diff to current |
2011-03-26 |
Václav Slavík | Use accessor functions instead of deprecated GTK+ macros. |
blob | commitdiff | raw | diff to current |
2011-03-09 |
Paul Cornett | add wxEVT_MAXIMIZE support to wxGTK |
blob | commitdiff | raw | diff to current |
2011-01-07 |
Paul Cornett | move default OnInternalIdle processing to wxWindowBase |
blob | commitdiff | raw | diff to current |
2010-10-28 |
Paul Cornett | fix iconize event detection, logical operators don... |
blob | commitdiff | raw | diff to current |
2010-10-27 |
Robert Roebling | Use window-state-event to send ICONIZE events under... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Paul Cornett | better fix for #11803, don't set iconized state for... |
blob | commitdiff | raw | diff to current |
2010-03-23 |
Paul Cornett | ignore iconized state when computing client size for... |
blob | commitdiff | raw | diff to current |
2010-02-28 |
Vadim Zeitlin | Fix compilation with GTK+ 2.4. |
blob | commitdiff | raw | diff to current |
2010-01-15 |
Paul Cornett | honor wxMAXIMIZE frame style, fixes #11631 |
blob | commitdiff | raw | diff to current |
2009-12-16 |
Paul Cornett | allow setting client size to work properly before windo... |
blob | commitdiff | raw | diff to current |
2009-12-01 |
Paul Cornett | remove unused data member |
blob | commitdiff | raw | diff to current |
2009-10-31 |
Paul Cornett | make sure ShowWithoutActivating only takes effect once |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Paul Cornett | implement ShowWithoutActivating for GTK+ |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Julian Smart | Applied patch #9058 (add Hildon 2.0 support) |
blob | commitdiff | raw | diff to current |
2009-08-27 |
Paul Cornett | small fix to last commit, only disable updating decor... |
blob | commitdiff | raw | diff to current |
2009-08-27 |
Paul Cornett | avoid deferred show with Fluxbox, its support for _NET_... |
blob | commitdiff | raw | diff to current |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-03-13 |
Francesco Montorsi | avoid GDK warnings about invalid windows when creating... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Robert Roebling | wxBusyInfo now uses wxGenericStaticText under GTK+... |
blob | commitdiff | raw | diff to current |
2009-02-17 |
Paul Cornett | fix deferred show when SetSize() is called after SetCli... |
blob | commitdiff | raw | diff to current |
2009-02-15 |
Francesco Montorsi | use YieldFor() in wxTopLevelWindowGTK::RequestUserAtten... |
blob | commitdiff | raw | diff to current |
2009-01-29 |
Robert Roebling | Store pointer to owning wxWindow in wxPizza widget |
blob | commitdiff | raw | diff to current |
2009-01-26 |
Robert Roebling | Removed queuedResize code again as GTK+ does this inter... |
blob | commitdiff | raw | diff to current |
2009-01-23 |
Robert Roebling | Postpone size event from wxTLW resizing to idle |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2008-12-24 |
Paul Cornett | fix saving/restoring size when WM supports _NET_FRAME_E... |
blob | commitdiff | raw | diff to current |
2008-11-27 |
Paul Cornett | fix for shown TLW having m_isShown == false, #9909 |
blob | commitdiff | raw | diff to current |
2008-10-02 |
Vadim Zeitlin | honour wx{CLOSE,MINIMIZE,MAXIMIZE}_BOX even for borderl... |
blob | commitdiff | raw | diff to current |
2008-08-27 |
Paul Cornett | get system colors directly from GTK styles, eliminating... |
blob | commitdiff | raw | diff to current |
2008-08-26 |
Paul Cornett | Hold a reference on m_widget for the life of the associ... |
blob | commitdiff | raw | diff to current |
2008-08-26 |
Paul Cornett | uncomment line accidentally left commented out in last... |
blob | commitdiff | raw | diff to current |
2008-08-26 |
Paul Cornett | fix for GTK assertion `info->icon_pixmap == NULL' faile... |
blob | commitdiff | raw | diff to current |
2008-05-20 |
Paul Cornett | put frame extents XGetWindowProperty code in one place |
blob | commitdiff | raw | diff to current |
2008-04-23 |
Paul Cornett | restore caching of WM frame extents |
blob | commitdiff | raw | diff to current |
2008-04-19 |
Paul Cornett | don't reset m_deferShow if Show() is called more than... |
blob | commitdiff | raw | diff to current |
2008-04-06 |
Vadim Zeitlin | delay setting the window shape until it is realized... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Paul Cornett | reorganize deferred show logic a bit, to reset m_deferS... |
blob | commitdiff | raw | diff to current |
2008-03-15 |
Paul Cornett | use a different method to prevent an early size_allocate, |
blob | commitdiff | raw | diff to current |
2008-03-14 |
Václav Slavík | simplified and cleaned up wxGTK's focus handling |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Paul Cornett | don't defer showing if _NET_FRAME_EXTENTS handler is... |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Paul Cornett | revert updating GTK size hints when window decorations... |
blob | commitdiff | raw | diff to current |
2008-02-26 |
Paul Cornett | update GTK size hints when window decorations change |
blob | commitdiff | raw | diff to current |
2008-02-22 |
Václav Slavík | moved win_gtk.h header to wx/gtk/private, it's for... |
blob | commitdiff | raw | diff to current |
2008-02-02 |
Paul Cornett | avoid GCC warnings about breaking strict aliasing rules |
blob | commitdiff | raw | diff to current |
2008-01-13 |
Paul Cornett | prevent explicitly set client size from being changed... |
blob | commitdiff | raw | diff to current |
2007-12-05 |
Paul Cornett | fix deferred show when min size has been set |
blob | commitdiff | raw | diff to current |
2007-12-04 |
Paul Cornett | Only account for WM frame extents in tlw size if WM... |
blob | commitdiff | raw | diff to current |
2007-12-02 |
Paul Cornett | keep initial size from changing when frame extents... |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
blob | commitdiff | raw | diff to current |
2007-11-22 |
Paul Cornett | store size of WM decorations separately for each TLW... |
blob | commitdiff | raw | diff to current |
2007-11-19 |
Vadim Zeitlin | only call hildon_program_remove_window() when destroyin... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Vadim Zeitlin | rename g_openDialogs to wxOpenModalDialogsCount and... |
blob | commitdiff | raw | diff to current |
2007-11-12 |
Vadim Zeitlin | some Hildon integration work: use HildonProgram (for... |
blob | commitdiff | raw | diff to current |
2007-11-09 |
Paul Cornett | modified fix for empty client area, first one broke... |
blob | commitdiff | raw | diff to current |
2007-11-08 |
Paul Cornett | fix for blank client area after restoring a "rolled... |
blob | commitdiff | raw | diff to current |
2007-11-07 |
Robert Roebling | Upport hint window improvement using custom GTK+ code |
blob | commitdiff | raw | diff to current |
2007-11-06 |
Paul Cornett | New "pizza" widget implementation. Window border widths... |
blob | commitdiff | raw | diff to current |
2007-11-05 |
Vadim Zeitlin | removed all compile- and run-time checks for GTK+ ... |
blob | commitdiff | raw | diff to current |
2007-10-27 |
Julian Smart | Implementation of wxSysColourChangedEvent on wxGTK |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Paul Cornett | Use a GtkVBox to do TLW layout. Rework some of the... |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Vadim Zeitlin | use -Wunused-parameter with gcc for consistency with... |
blob | commitdiff | raw | diff to current |
2007-10-20 |
Paul Cornett | don't need to paint tlw background, GTK does it |
blob | commitdiff | raw | diff to current |
2007-09-13 |
Paul Cornett | get more accurate TLW sizing by using a window decorati... |
blob | commitdiff | raw | diff to current |
2007-08-30 |
Paul Cornett | X property data is long for format 32 |
blob | commitdiff | raw | diff to current |
2007-05-26 |
Paul Cornett | restructure fullscreen code dealing with hiding bars |
blob | commitdiff | raw | diff to current |
2007-05-25 |
Paul Cornett | Remove unneeded wxTLW child inserter function. |
blob | commitdiff | raw | diff to current |
2007-05-19 |
Paul Cornett | simplify DoSetClientSize |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
blob | commitdiff | raw | diff to current |
2007-05-02 |
Paul Cornett | remove miniframe stuff from GtkOnSize(), it's handled... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Paul Cornett | replace 5 copies of size constraining code with one... |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Paul Cornett | really fix window being repositioned after hiding,... |
blob | commitdiff | raw | diff to current |
2007-04-24 |
Paul Cornett | Fix window being repositioned after hiding, then reshowing. |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Paul Cornett | revert move events change, it blocks programmatic move... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Vadim Zeitlin | remove wxWindow::m_needParent and use GTKNeedsParent... |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Paul Cornett | don't send move events for size changes |
blob | commitdiff | raw | diff to current |
2007-04-23 |
Paul Cornett | fix return type for "map_event" and "unmap_event" handlers |
blob | commitdiff | raw | diff to current |
2007-04-21 |
Paul Cornett | remove redundant GTK_WIDGET casts |
blob | commitdiff | raw | diff to current |
2007-04-19 |
Paul Cornett | Reorganize idle system code. |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | made wxTLW::SetIcon() non-virtual, it was already imple... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | don't try to access empty wxIconBundle in gtk_frame_rea... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | 1. changed wxIconBundle to use m_refData and COW to... |
blob | commitdiff | raw | diff to current |
2007-03-31 |
Vadim Zeitlin | added gtk.tlw.can-set-transparency system option (repla... |
blob | commitdiff | raw | diff to current |
2007-03-26 |
Vadim Zeitlin | use native TAB traversal for GTK+ 2 |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Vadim Zeitlin | return size without decorations from size_request GTK... |
blob | commitdiff | raw | diff to current |
2007-02-11 |
Vadim Zeitlin | wxTopLevelWindow::GetClientSize() returns 0x0 when... |
blob | commitdiff | raw | diff to current |
2007-02-10 |
Vadim Zeitlin | make GetSize() return the size of the window including... |
blob | commitdiff | raw | diff to current |
2007-02-06 |
Paul Cornett | simplify wxGTK DoSetSizeHints logic, respect size incre... |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Robert Roebling | [ 1603704 ] Fix g++ -Wall warning in gtk/src/toplevel.cpp |
blob | commitdiff | raw | diff to current |
2006-11-02 |
Robert Roebling | Return to just using the official API for setting |
blob | commitdiff | raw | diff to current |
2006-11-02 |
Robert Roebling | Correct code for TLW placement, this fixes several |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Robert Roebling | Moved overridden SetMinSize() to base class. |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Robert Roebling | Make SetMinSize() and SetMaxSize() virtual so they |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Robert Roebling | Make wxWindow::SetSizeHints() do nothing. |
blob | commitdiff | raw | diff to current |
2006-10-27 |
Robert Roebling | Add EnableCloseButton() as wxMSW does. Use it in |
blob | commitdiff | raw | diff to current |
next |