Fix wxGTK compilation.
[wxWidgets.git] / include /
2004-12-22  Vadim Zeitlinreverted use of DeferWindowPos() instead of MoveWindow()
2004-12-21  Włodzimierz SkibaBorland fixes.
2004-12-21  Włodzimierz SkibaMetric conversion constants not doubled in each port...
2004-12-21  Stefan Csomormoving Carbon Event Class out of USE_GUI
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-12-20  Vadim Zeitlinend label editing if the control loses focus (slightly...
2004-12-20  Vadim Zeitlinadded flags parameter to wxExecute(wxArrayString *...
2004-12-19  Vadim Zeitlinadded wxEXEC_NODISABLE
2004-12-19  Vadim Zeitlincorrected wxMAKE_VERSION_STRING and wxMAKE_VERSION_DOT_...
2004-12-19  Vadim Zeitlinuse DeferWindowPos() instead of MoveWindow() if possibl...
2004-12-19  Vadim Zeitlinmoved wxWindow::m_hMenu to wxFrame, it is not needed...
2004-12-19  Vadim Zeitlinmoved ProvidesBackground() from wxUniv to base wxWindow...
2004-12-19  Vadim Zeitlinfixed background appearance for the controls with chang...
2004-12-19  Stefan Csomorextended EventRef class
2004-12-18  Robert Roebling Fix for the fix for wxChoice selection.
2004-12-17  Ryan NortonwxMediaCtrl API changes for 2.5.x/2.6
2004-12-17  Vadim Zeitlinoverride AcceptsFocus() inherited from wxStaticBox...
2004-12-17  Vadim Zeitlinaccept focus in radiobox again (broken by making it...
2004-12-17  Vadim Zeitlincorrected comment about wxRadioBox not deriving from...
2004-12-16  David ElliottFixed typo(?)
2004-12-16  Włodzimierz SkibaMake ComputeScaleAndOrigin() as virtual part of wxDCBas...
2004-12-16  Włodzimierz SkibaGCC of PalmOS fix.
2004-12-16  Vadim Zeitlinadded GetBestSize() implementation
2004-12-15  Włodzimierz SkibaMove unused values into 2.4 compatibility. Source cleaning.
2004-12-14  Włodzimierz SkibaBe C file.
2004-12-13  Vadim Zeitlinundef CreateWindow too, even if we don't use it ourselv...
2004-12-13  Włodzimierz Skibamath.h/PI integration
2004-12-13  Vadim Zeitlin(blind) wxUniv compilation fix: define the method using...
2004-12-13  Vadim Zeitlinadded WX_FORWARD_STD_METHODS_TO_SUBWINDOWS macro
2004-12-13  Vadim Zeitlin1. derived wxMSW radio box from static box because...
2004-12-13  Vadim Zeitlinuse solid bacgkround for static box as pattern brush...
2004-12-13  Vadim Zeitlinimplemented MSWGetBgBrush/ColourForChild() to propagate...
2004-12-13  Vadim Zeitlinrewrote and virtualized the background erasing logic...
2004-12-12  Vadim Zeitlinforward Enable() and SetFont() to the labels as well
2004-12-12  Vadim Zeitlinadded a few more composite functions
2004-12-12  Vadim Zeitlinoverride MSWGetDefaultBgBrush() to use transparent...
2004-12-12  Vadim Zeitlinadded MSWGetDefaultBgBrush() to allow some derived...
2004-12-12  Vadim Zeitlindelete children in ~wxWindow dtor and not in the base...
2004-12-12  Stefan Csomorscrolling hack (always move our own scrollbars highest...
2004-12-12  Vadim Zeitlinlarge files support for wxFFile (patch 1077980 from...
2004-12-12  Vadim Zeitlingravity for splitter window (patch 1046105)
2004-12-12  Vadim Zeitlinremoved extra class qualifier from inline method
2004-12-12  Vadim Zeitlinmaster setup.h for msvc users
2004-12-12  Vadim Zeitlinnever return NULL_BRUSH from WM_CTLCOLOR handler, it...
2004-12-11  Vadim Zeitlinuse MSWAlwaysDrawBg() to fix the problem with black...
2004-12-11  Vadim Zeitlinhelper class for implementing composite controls under MSW
2004-12-11  Vadim Zeitlinadded MSWAlwaysDrawBg() to account for controls such...
2004-12-11  Vadim Zeitlinadded wxRectFromRECT()
2004-12-11  Vadim Zeitlinadded and documented wxRect::Union(); also moved some...
2004-12-11  Robert Roebling Add SetFocusIgnoringChildren() to wxControlContainer...
2004-12-10  Vadim Zeitlinreally implemented operator==(); reformatted a little
2004-12-10  Włodzimierz SkibaBack to broken comparison until it is not fixed other...
2004-12-10  David ElliottWrap wxImage specifics in wxUSE_IMAGE and wxBitmap...
2004-12-09  Julian SmartCombobox corrections
2004-12-09  Julian SmartAdded further 'missing' wxTextCtrl-like functions to...
2004-12-08  Mattia Barbon Made wxHashSet compile again. Changed the return...
2004-12-08  Robert Roebling Corrected wxComboBox::GetValue() after a
2004-12-08  Włodzimierz SkibawxPaletteBase introduction. wxPalette::GetColoursCount...
2004-12-08  Włodzimierz SkibaFix to FIXME: better nothing than broken comparison.
2004-12-07  Włodzimierz SkibaFix to FIXME about using unused Get/SetOptimization.
2004-12-06  Włodzimierz SkibaFix to FIXME removal for dummies ;-)
2004-12-06  Włodzimierz SkibaUse Get*Box instead Get*Region if you are asking about...
2004-12-06  Robert Roebling Apply choice patch for proper handling of clearing
2004-12-05  Robert Roebling Moved the implemtation of the generic and the
2004-12-05  Julian SmartNeither PocketPC nor SmartPhone have SHBrowseForFolder
2004-12-05  Robert Roebling A little documentation about custom events as
2004-12-05  Julian SmartAdded flags argument to wxKill and wxProcess::Kill...
2004-12-03  Włodzimierz SkibawxGDIObject is used earlier now so additional #include...
2004-12-03  Włodzimierz SkibaFix to FIXME: better nothing than broken comparison.
2004-12-03  Włodzimierz SkibawxBrushBase between wxBrush and wxGDIObject (class...
2004-12-02  Julian SmartFixed memory checking on Unix by removing inlines and...
2004-12-01  Ryan NortonCorrect mistakes in wxStripExtension - correct wxString...
2004-12-01  Robert Roebling Added support for static (inlined) wxImages with
2004-12-01  Robert Roebling Applied Freeze()/Thaw() patch for wxTextCtrtl.
2004-12-01  Robert Roebling Compilo
2004-12-01  Robert Roebling Applied patch to "correct" hashmap's freeing
2004-12-01  Julian SmartInclude "wx/msw/msvcrt.h" for better leak reporting
2004-11-30  Włodzimierz SkibaFixed old FIXME about unsigned result of sunstraction...
2004-11-30  Włodzimierz SkibaAdditional wx*_HATCH styles comment.
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-11-29  Włodzimierz SkibaInclude fix.
2004-11-28  Robert Roebling Dirty hack to prevent double destruction of file...
2004-11-28  Stefan NeisAdded support for compiling with wxUSE_STL set to 1.
2004-11-28  Václav Slavíkfixed subtle SetDirectory bug re-introduced by latest...
2004-11-27  Robert Roebling Added new Art which GTK+ 2.4 defines and
2004-11-27  Robert Roebling Avoid error message when closing message
2004-11-27  Robert Roebling Make wxTR_NO_LINES default under GTK2
2004-11-27  Robert Roebling Fixes for file dialog. No longer spits out
2004-11-27  Václav Slavíkrenamed Render's argument to not obfuscate its meaning
2004-11-25  Ryan Nortonpatch 1073385
2004-11-25  Vadim Zeitlinadded missing header needed at least by wxMotif under...
2004-11-25  Włodzimierz SkibawxProgressDialog needs progress bar.
2004-11-25  Vadim Zeitlinchanged the code to be really sure that exactly one...
2004-11-25  Stefan Csomorconst comparison operators
2004-11-24  Vadim Zeitlindefine inline stubs for methods even with wxUSE_SYSTEM_...
2004-11-24  Ryan Nortonprevent function hiding - move NextBackend into protected
2004-11-24  Włodzimierz SkibawxUSE_SLIDER=0 fixes.
2004-11-24  Robert Roebling Applied patch to stop crashing the tree control
2004-11-24  Włodzimierz SkibaExpression simplifications for scaling and inflating.
2004-11-24  Robin DunnMore DLL build fixes for wxMediaCtrl
next