Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / gtk1 / window.cpp
2004-06-17  Robin DunnSet/Reset ThemeEnabled when changing the fore/backgroun...
2004-06-17  Václav Slavíkit's OK to set background,foreground colour even with...
2004-06-15  Julian SmartTypo correction
2004-06-15  Julian SmartNavigate corrections
2004-06-15  Julian SmartTests for wxTE_PROCESS_TAB again in line with other...
2004-06-14  Václav Slavíkfixed GTK styles handling:
2004-06-13  Václav Slavíkfixed background rendering if GetThemeEnabled()=true...
2004-06-04  Václav Slavíkuse simple template instead of macro, it's easier to...
2004-06-03  Václav Slavíkuse current mouse position as default position in wxWin...
2004-05-30  Václav Slavíkdon't use global variables if GTK provides mechanism...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-13  Robin DunnPatch [ 952969 ] Parentless windows forced to center...
2004-05-02  Vadim Zeitlinfixed assert failure for a window which doesn't have...
2004-05-01  Robin DunnReverted last change
2004-05-01  Robin DunnIn wxGTK2 the wxMessageDialog is not a real wxDialog...
2004-04-22  Robin DunnSetFont may temporarily rset the background to wxNullCo...
2004-04-01  Vadim ZeitlinwxGTK became a little too eager in using the best size...
2004-04-01  Vadim Zeitlinuse GetFont() instead of (possibly not initialized...
2004-04-01  Vadim Zeitlinshow window from PostCreation() (which is called for...
2004-04-01  Vadim Zeitlinonly use font/colours in SetWidgetStyle() if they're set
2004-04-01  Vadim Zeitlinreally show the window after creation (calling Show...
2004-03-27  Vadim Zeitlinuse best size instead of hard coded 80*26 in SetSize...
2004-03-20  Robert Roebling Fix conversion error in tooltips.
2004-03-17  Robert Roebling Applied wheel mouse patch.
2004-03-05  Robin DunnChanged WidthDefault() and HeightDefault() to use 400...
2004-02-22  Julian SmartFix for compilation under GTK+ 2.0
2004-02-12  Vadim Zeitlinsuppress triple clicks generation completely for GTK2...
2004-02-10  Vadim Zeitlinrestored defaults in switchs removed in the last commit
2004-02-09  Vadim Zeitlindon't just drop click events resulting from triple...
2003-12-11  Julian SmartApplied patch [ 829367 ] Correctly handle mouse wheel...
2003-12-11  Julian SmartAplied patch [ 816113 ] Inconsistent GetCharWidth over...
2003-12-11  Julian SmartApplied patch [ 816021 ] SetFont without m_widget
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-19  Robin DunnCheck wxSIZE_ALLOW_MINUS_ONE for x and y too.
2003-09-16  Robert Roebling Left in some debug code.
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-11  Robert Roebling Filter out triple click events entirely.
2003-09-09  Robert Roebling Upported a number of patches to HEAD.
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() for...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-30  Vadim Zeitlinreverted GTK 1.x part of the last patch, it breaks...
2003-07-22  Robert Roebling Applied pop menu patch.
2003-07-10  Vadim Zeitlincorrected bug with alignment of static labels with...
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  Robert Roebling Added Theme patch.
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-06  Vadim Zeitlindon't east 100% of CPU when showing popup menu (patch...
2003-07-01  Vadim Zeitlininit more (all?) member variables
2003-06-19  Robert Roebling Font crash and timer fix as per 2_4.
2003-06-09  Stefan NeisFixed Refresh to clip update rectangles to the visible...
2003-06-01  Julian SmartApplied patch [ 739063 ] window.cpp (gtk) - mouse event...
2003-05-14  Robin DunnChanges allowing for proper KEY_DOWN and CHAR events...
2003-05-05  Robert Roebling Upported fix to mouse capture event handling.
2003-04-24  Robert Roebling Another attempt to fix the freeze while mouse capturing.
2003-04-23  Robert Roebling Typo in mouse event code.
2003-02-19  Robin DunnSend the wxWindowDestroyEvent for all ports
2003-01-31  Robert Roebling Typo.
2003-01-31  Robert Roebling Corrected GTK2 creation of default font.
2003-01-26  Robert Roebling Font work.
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2003-01-05  Robert Roebling Removed usage of GetInternalFont() from GTK 2.0....
2002-12-16  Julian SmartApplied [ 654253 ] wxGTK: fix to wxGetMousePosition()
2002-12-08  Robert Roebling Catching dclick event from a spinbutton or spin control
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-07  Vadim Zeitlindon't send clicked event for wxID_CANCEL button when...
2002-08-23  Vadim Zeitlinfixed some GTK2 compilation warnings
2002-08-20  Robert Roebling Added scrolling of widgets to GTK 2.0.
2002-08-19  Robert Roebling Extra check for GTK2.
2002-08-17  Robert Roebling Compile fixes for ANSI mode.
2002-08-13  Robert Roebling New GTK 2.0 Update() code.
2002-08-13  Robert Roebling Implemented GetTextExtent() for GTK 2.0.
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-07-23  Robert RoeblingChanged wxGTK's notion of SetSize() to never allow...
2002-07-12  Robert Roebling Tried to fix update/refresh again. The code erronously
2002-07-06  Robert Roebling Cosmetic change.
2002-06-22  Ron Leearg type warning fixes.
2002-06-18  Julian SmartSet the clear region to be the update region if the...
2002-06-17  Vadim Zeitlininit the event id and timestamp fields for the mouse...
2002-06-12  Vadim Zeitlinadded missing semicolons after asserts (patch 567853)
2002-06-12  Vadim Zeitlinfixed a warning
2002-06-09  Robert Roebling Moved wxCharhookEvent so that it sends the same
2002-06-02  Robert Roebling Another typo fixed.
2002-06-02  Robert Roebling Probably fixed mouse event bug introduced recently.
2002-06-02  Robert Roebling Implemented CharHook events.
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_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-05-14  Julian SmartIn an expose event, the m_clearRegion is also updated...
2002-04-23  Mattia BarbonMake Univ/GTK compile again
2002-04-22  Ron Leebuggy cast == buggy scrolling in Life!
2002-04-22  Vadim Zeitlinreset g_delayedFocus when the window is deleted to...
2002-04-21  Robert Roebling Bunch of GTK theme changes.
2002-04-20  Vadim Zeitlinfixed initial focus handling in the dialog and made...
2002-04-19  Robert Roebling Updated makefile for mobile sample.
2002-04-17  Robert Roebling Various changes to focus handling when TLW start.
next