]> git.saurik.com Git - wxWidgets.git/history - include/wx/gtk/window.h
added wxWindow::NavigateIn(); provide wxGTK implementation of DoNavigateIn() working...
[wxWidgets.git] / include / wx / gtk / window.h
2007-03-26  Vadim Zeitlinadded wxWindow::NavigateIn(); provide wxGTK implementat...
2007-03-26  Vadim Zeitlinuse native TAB traversal for GTK+ 2
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-09-18  Robert Roebling More RTL work. Now transform m_updateRegion and
2006-09-11  Robin DunnUse DoIsExposed for the virtual version of the method...
2006-09-11  Robert Roebling Implement dc mirroring for RTL.
2006-09-10  Robert Roebling The usual missing commit.
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 Zeitlincall GTKUpdateCursor() from SetCursor()
2006-09-01  Robert Roebling Implement wxSetCusorEvent better than before.
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 Zeitlinrefactoring/simplification of code dealing with scrollb...
2006-06-03  Paul Cornettdon't generate a scroll event when setting scroll posit...
2006-05-28  Vadim Zeitlinadded SetDoubleBuffered() (patch 1491093)
2006-05-18  Paul Cornettspinbutton code simplification
2006-05-17  Paul Cornettscrollbar handling simplification
2006-05-05  Paul Cornettcorrect access for virtuals
2006-04-16  Vadim Zeitlincentralized the handling of border styles; added border...
2006-03-12  Vadim Zeitlinsupport mnemonics for wxStatic/RadioBox and made it...
2006-02-09  Vadim Zeitlinimplemented ScrollLines/Pages() for all classes in...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-22  Mart RaudseppNuke GTK1 from include/gtk
2005-12-13  Mart RaudseppRemove my binary compatibility stuff from HEAD. Patch...
2005-11-28  Vadim Zeitlinfix unused parameter warning
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-07  Mart Raudsepp[wxGTK] Support changing the wxSTAY_ON_TOP style value...
2005-11-04  Włodzimierz SkibaSource cleaning.
2005-11-04  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxGTK part).
2005-10-10  Vadim Zeitlinadded GtkUpdateScrollbar; folded some code duplicated...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-24  Vadim Zeitlinfix for -Wundef warning for HAVE_XIM under GTK1
2005-08-17  Mart Raudsepp[wxGTK2] gtk+-2.8.0 compatibility. Removed the usage...
2005-08-02  Michael WetherellAdd import/export attributes
2004-08-29  Julian SmartSetBackgroundStyle(wxBG_STYLE_CUSTOM) can now be used...
2004-07-18  Václav SlavíkHAVE_XIM is disabled in GTK2 build, don't include usele...
2004-07-03  Václav Slavíkimplemented tab order in wxGTK2
2004-07-03  Václav Slavíkm_queuedFullRedraw is not used anymore
2004-06-26  Václav Slavíkmore fixes to keypress handling in wxGTK:
2004-06-24  Václav Slavíkuse GtkIMContext variable, not GtkIMMulticontext, we...
2004-06-19  Václav Slavíkmoved DoApplyWidgetStyle to wxWindowGTK
2004-06-18  Václav Slavíkreset fg/bg colour and font to default if set to wxNull...
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() for...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2002-08-13  Robert Roebling New code for Update() under GTK 2.0. Added
2002-05-31  Vadim Zeitlinremoved unused wxWindowGTK::m_isFrame
2002-05-31  Vadim Zeitlinreplaced m_isRadioButton with a virtual function
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isStaticBox with a virtual...
2002-05-31  Vadim Zeitlinreplaced wxWindowGTK::m_isListBox with a virtual function
2002-05-31  Vadim Zeitlinfixes for the focus handling: don't set back to back...
2002-04-19  Robert Roebling Updated makefile for mobile sample.
2002-04-13  Robert Roebling Fix wxListCtrl background colour bug Part I
2002-02-12  Julian SmartRemoved some debug code from window headers; added...
2002-02-04  Robert Roebling Now updating and clearing are done in a delayed fashion.
2002-01-30  Robert RoeblingSome changes for new Update/Refresh behaviour. This
2002-01-19  Vadim Zeitlinmaintaint the mouse capture stack in all ports, not...
2001-11-21  Václav SlavíkwxMouseEvent's coordinates are now relative to client...
2001-11-08  Robert Roebling wxListBox mouse events now report coords relative
2001-08-19  Robert Roebling Various changes for simplification of focus event
2001-08-04  Václav Slavíkreverted my Set/getTitle change
2001-08-02  Václav SlavíkSet/GetTitle out of wxWindowBase, forked and put to...
2001-07-10  Vadim ZeitlinwxUniv compilation fixes
2001-07-04  Jouk Jansen Committing in .
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-17  Julian SmartImplemented OnParentEnable to allow widgets to reset...
2000-03-09  Robert Roebling Some make corrections for HP and related,
2000-01-20  Robert Roebling A no-change for scroll events.
2000-01-15  Robert Roebling Next try at avoiding too few or too many size events.
1999-12-29  Vadim Zeitlin1. wxCalendarCtrl
1999-12-29  Robert Roebling Added wxWindow::DoMoveWindow(..)
1999-12-07  Robert Roebling Added wxUSE_SPINCTRL,
1999-10-17  Robert Roebling Applied Diana's font patch II
1999-10-11  Robert Roebling Tried to make wxGLCanvas work again. WIP.
1999-10-09  Robert Roebling Changed SetToolBar() to behave a bit smarter. Untested.
1999-09-29  Vadim Zeitlinparam type of wxWindow::Reparent() fixed in wxGTK
1999-07-27  Robert Roebling Small distrib updates,
1999-07-22  Robert Roebling Corrected wxlistBox, wxRadioBox, wxComboBox and
1999-07-20  Vadim Zeitlin1. panels pass focus to the next item in parent panel
1999-05-30  Robert Roebling A bit more Unicode compilation.
1999-05-27  Robert Roebling Small cursor improvements
1999-05-19  Vadim ZeitlinScreenToClient() implemented correctly
1999-05-17  Robert Roebling Use wxScrollWinEvent instead of wxScrollEvent in
1999-05-17  Robin DunnAdded
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-10  Vadim ZeitlinGetHandle() added (back)
1999-05-10  Robert Roebling Made wxWindowBase's variables protected again and...
1999-05-10  Robert Roebling Small modifications to Vadims changes
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-26  Robert Roebling Another attempts at getting dialog positions right
next