]> git.saurik.com Git - wxWidgets.git/history - src/gtk/window.cpp
Allow building wxGTK3 with Broadway backend.
[wxWidgets.git] / src / gtk / window.cpp
2007-07-11  Robert RoeblingCompilo.
2007-07-11  Vadim Zeitlincompilation fixes for wxUSE_COMBOBOX/RADIOBTN==0
2007-06-28  Vadim ZeitlinCanAcceptFocus() now returns true if either the window...
2007-06-27  Paul Cornettblock signal handlers, instead of disconnecting, to...
2007-06-23  Robert Roebling Upport scrolling changes and mouse wheel changes.
2007-06-22  Vadim Zeitlindon't crash in SetBackgroundStyle() if the window is...
2007-06-21  Vadim Zeitlincheck that we do have scrollbars before using them...
2007-06-21  Paul Cornettfix reversed left/top variables
2007-06-18  Mart Raudseppgtk_border_free is for freeing GtkBorder's, not g_free.
2007-05-30  Václav Slavíkchanged wxGTK_CONV* macros to use utf8_str() and FromUT...
2007-05-30  Václav Slavíkchanged wxWindow::ApplyToolTip to take UTF8-encoded...
2007-05-25  Paul CornettRemove unneeded wxTLW child inserter function.
2007-05-19  Paul Cornettmove m_sizeSet out of wxWindow
2007-05-19  Paul Cornettsimplify DoSetClientSize
2007-05-11  Robert Roebling Set call event.SetEventObject() from commit_cb for...
2007-05-05  Paul Cornettmove definitions from src/gtk/data.cpp to other appropr...
2007-04-26  Robert Roebling Only set focus to widget automatically if left down
2007-04-26  Paul Cornettreplace 5 copies of size constraining code with one...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-21  Paul Cornettremove redundant GTK_WIDGET casts
2007-04-19  Paul CornettReorganize idle system code.
2007-04-07  Robert Roebling Restore border around non-scrolling widgets. The
2007-04-07  Vadim Zeitlindon't access the window after it had been deleted by...
2007-04-05  Vadim Zeitlinmake wxControlContainer accept focus depending on wheth...
2007-04-03  Paul Cornettmore checks for non-scrolling windows, some code duplic...
2007-03-31  Robert Roebling Don't create GtkScrolledWindow if neither wxHSCROLL
2007-03-30  Vadim Zeitlinno real changes, just fixed confusing (to both people...
2007-03-26  Vadim Zeitlinmake Ctrl-PageUp/Down work for changing notebook pages...
2007-03-26  Vadim Zeitlinadded wxWindow::NavigateIn(); provide wxGTK implementat...
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2007-03-11  Vadim Zeitlinset GtkRcStyle::text to fg colour too to allow changing...
2007-03-07  Vadim Zeitlinno changes, just removed TABs/trailing spaces
2007-02-27  Vadim ZeitlinSupport encodings in wxGTK_CONV_BACK() in the same...
2007-02-15  Vadim Zeitlinreturn size without decorations from size_request GTK...
2007-02-06  Robin DunnReset g_lastMouseEvent after processing the mouse butto...
2006-12-03  Vadim Zeitlinno changes, just de TABified
2006-11-15  Robert Roebling Check if DnD is started from a mouse event.
2006-11-14  Robert Roebling Fix X server hang in DND.
2006-11-05  Robert Roebling #if wxUSE_CARET guard.
2006-10-27  Julian SmartFixed caret droppings left when scrolling
2006-10-23  Robert Roebling[ 1582733 ] Support wxALWAYS_SHOW_SB in wxGTK
2006-10-18  Robin DunnIf an empty string is passed, remove the tooltip instea...
2006-10-16  Robert Roebling Correct wxComboBox height in wxToolbar for old
2006-10-15  Paul Cornettremove gtk_pizza_expose, its purpose is easily accompli...
2006-10-15  Robert Roebling Do not remove GDK events for native GTK+ controls.
2006-10-15  Paul Cornettstore GtkPizza border width in GtkContainer.border_widt...
2006-10-14  Robert Roebling Better place for coordinate mirroring and removal
2006-10-14  Paul Cornettremove unused XIM code, minor cleanup
2006-10-11  Robert Roebling Fix [ 1574240 ] wx.RadioButton doesn't navigate correctly
2006-10-09  Robert Roebling IsExposed() needs to reverse the direction in RTL.
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-09-19  Robert Roebling Fix scrolling bug where client size was reported...
2006-09-18  Robert Roebling More RTL work. Now transform m_updateRegion and
2006-09-16  Robert Roebling Next round of RTL fixes. This change greatly simplifes
2006-09-13  Robert Roebling More RTL work.
2006-09-12  Paul Cornettgtk_pizza_set_external is redundant
2006-09-12  Paul Cornettcalling GtkPizza base class method on non-GtkPizza...
2006-09-12  Julian SmartSometimes, m_x and m_y don't reflect the true position...
2006-09-12  Robert Roebling More RTL fixes.
2006-09-12  Robert Roebling RD forgot to add "Do"
2006-09-11  Robin DunnUse DoIsExposed for the virtual version of the method...
2006-09-11  Robert Roebling Further RTL fixes.
2006-09-11  Robert Roebling Implement dc mirroring for RTL.
2006-09-10  Robert Roebling Implemented window coord mirroring for RTL. This
2006-09-10  Robert Roebling Also set GTK text direction to m_wxwindow.
2006-09-10  Robert Roebling Remove direct access to GtlPizza's offset
2006-09-10  Mart RaudseppRestore ability to have a much lower runtime GTK versio...
2006-09-09  Paul Cornettdon't set negative window size
2006-09-07  Paul Cornettremove a few unnecessary queue_resize/queue_draw calls
2006-09-04  Vadim Zeitlinmerge of RTL changes (with many modifications) from...
2006-09-01  Vadim Zeitlinadded GTKProcessEvent() to allow controlling whether...
2006-09-01  Vadim Zeitlinno changes, just remove comments which don't make sense...
2006-09-01  Vadim Zeitlincall GTKUpdateCursor() from SetCursor()
2006-09-01  Robert Roebling Implement wxSetCusorEvent better than before.
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-27  Vadim Zeitlinremoved g_eraseGC and wxWinModule used for initializing...
2006-08-27  Vadim Zeitlinassert that GTKGetWindow() returns non-NULL GdkWindows
2006-08-27  Paul CornettGTK+ paints during idle time, it doesn't need help...
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-25  Vadim Zeitlinchanged GTKCallbackCommonPrologue() to return -1 in...
2006-08-25  Vadim ZeitlinMany changes:
2006-08-22  Robert Roebling Add the new showOnIdle code to various other
2006-08-22  Robert Roebling Added intermediate state (m_showOnIdle) indicating...
2006-08-19  Vadim Zeitlincentralized Esc key handling for closing the dialogs...
2006-08-19  Vadim Zeitlinrefactoring/simplification of code dealing with scrollb...
2006-08-19  Vadim ZeitlinScrollLines() didn't use correct step_increment, so...
2006-07-23  Alex BlighPer Robert R, apply: [ 1484667 ] Make wxWindow::Update...
2006-07-16  Vadim Zeitlindon't crash if m_widget == NULL in OnInternalIdle()
2006-07-02  Stefan NeisFixed typos in comments (patch #1515724)
2006-06-15  Paul Cornett1. more accurate conversion from 8-bit wx color to...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-06-13  Robin DunnCtrl-letter --> ascii(1..26) for EVT_CHAR events now...
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
2006-06-08  Paul Cornettuse "event-after" signal to send thumb release event
2006-06-07  Włodzimierz SkibaInclude wx/combobox.h according to precompiled headers...
2006-06-07  Włodzimierz SkibaInclude wx/toolbar.h according to precompiled headers...
next