2012-10-07 |
Vadim Zeitlin | Ensure that key events are sent to focused window first... |
blob | commitdiff | raw |
2012-10-04 |
Paul Cornett | silence warnings about shadowed variables with GCC... |
blob | commitdiff | raw | diff to current |
2012-07-23 |
Vadim Zeitlin | Don't change client size of TLW when centering it in... |
blob | commitdiff | raw | diff to current |
2012-07-15 |
Paul Cornett | simplify ifdefs, deferred show and _NET_FRAME_EXTENTS... |
blob | commitdiff | raw | diff to current |
2012-07-14 |
Vadim Zeitlin | Minor fixes to wxGTK3 with Broadway backend build. |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Paul Cornett | no real changes, just remove unnecessary indentation... |
blob | commitdiff | raw | diff to current |
2012-07-10 |
Paul Cornett | update minimum GTK2 version requirement to 2.6 |
blob | commitdiff | raw | diff to current |
2012-06-30 |
Paul Cornett | support for GTK3 |
blob | commitdiff | raw | diff to current |
2012-06-24 |
Paul Cornett | update size hints when decoration size becomes known... |
blob | commitdiff | raw | diff to current |
2012-06-23 |
Paul Cornett | properly handle stupidly small maximum size hints |
blob | commitdiff | raw | diff to current |
2012-06-22 |
Paul Cornett | fix SetSizeHints when wxDefaultSize is given for min... |
blob | commitdiff | raw | diff to current |
2012-06-21 |
Vadim Zeitlin | Don't call gtk_window_set_geometry_hints() if there... |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Paul Cornett | fix warnings about conversion to bool, closes #14381 |
blob | commitdiff | raw | diff to current |
2012-05-17 |
Paul Cornett | Remove use of "size-request" signal for wxWindow sizing. |
blob | commitdiff | raw | diff to current |
2012-04-24 |
Paul Cornett | Remove code to find topmost X window in SetTransparent(). |
blob | commitdiff | raw | diff to current |
2012-04-15 |
Vadim Zeitlin | No real changes, just fix misspellings in comments... |
blob | commitdiff | raw | diff to current |
2012-02-28 |
Paul Cornett | avoid crash if IsMaximized() is called before native... |
blob | commitdiff | raw | diff to current |
2012-02-26 |
Vadim Zeitlin | Fix wxGTK compilation when using non X11-based GDK. |
blob | commitdiff | raw | diff to current |
2011-10-31 |
Paul Cornett | simplify code calling gtk_window_set_urgency_hint |
blob | commitdiff | raw | diff to current |
2011-10-13 |
Vadim Zeitlin | Implement SetShape() for wxPopupWindow in wxGTK. |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Vadim Zeitlin | And another compilation fix. |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Vadim Zeitlin | Compilation fix after a bad merge. |
blob | commitdiff | raw | diff to current |
2011-10-12 |
Vadim Zeitlin | Added wxWindow::GTKHandleRealized() virtual method... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-06-15 |
Vadim Zeitlin | Fix crash when creating and quickly destroying a wxTLW... |
blob | commitdiff | raw | diff to current |
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 |
next |