don't use annoying and unneeded in C++ casts of NULL to "T *" in all other files...
[wxWidgets.git] / include / wx / gtk1 / window.h
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-03-23  Vadim Zeitlinmake IsEnabled() return false even if the window parent...
2006-10-09  Vadim Zeitlinadded wxWindow::IsDoubleBuffered() and improve wxBuffer...
2006-01-23  Mart RaudseppRemove GTK2 specific prototypes from wx/include/gtk1...
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
1999-04-14  Ove Kaavenchar -> wxChar. (Vadim, you can probably just go ahead...
1999-04-11  Robert Roebling Rewrote MDI system
1999-04-09  Robert Roebling Removed this Maximize() overridden bug
1999-04-09  Robert Roebling Here it comes:
1999-03-30  Vadim ZeitlinwxTopLevelWindows is now a wxWindowList, better compati...
1999-03-01  Julian SmartAdded dummy OnIdle to wxWindow in wxGTK; doc tweaks
1999-02-24  Vadim ZeitlinwxGTK fixes for the yesterday's addition of m_isWindow...
1999-02-22  Vadim ZeitlinGetSize() and GetClientSize() changes
1999-02-17  Robert Roebling Let's face it, GTK's resizing is broken and
1999-02-05  Vadim ZeitlinwxWindow::OnClose() removed completely from wxGTK,...
1999-02-01  Vadim ZeitlinwxToolTip modifications: wxUSE_TOOLTIPS setting (defaul...
1999-02-01  Robert Roebling wxToolTip
1999-01-27  Robert Roebling wxToolTip part II
1999-01-24  Robert Roebling Small doc corrections
1999-01-22  Robert Roebling The Image sample now does anti-aliasing, oh well.
1999-01-15  Robert Roebling DnD feedback
1999-01-08  Robert Roebling minor Configure / makefiles updates
1999-01-06  Robert Roebling Compilation fixes
1999-01-04  Robert Roebling configure and #ifdef wxUSE_XXX updates
1999-01-03  Robert Roebling Proofed that iostreams break threads
1998-12-17  Robert Roebling Removed minor differences between wxMSW and wxGTK
next