]> git.saurik.com Git - wxWidgets.git/history - include
use size of wxNORMAL_FONT instead of hard coded 12 points
[wxWidgets.git] / include /
2006-08-21  Robin DunnMove CanSetTransparent and SetTransparent up to wxWindo...
2006-08-21  Robin DunnMake it possible to tell wxXmlResource which domain...
2006-08-21  Stefan Csomorstill overriding the escape key
2006-08-20  Vadim Zeitlindon't use dynamic handlers for standard buttons as...
2006-08-20  Vadim Zeitlinhandle the buttons with ids specified in SetAffirmative...
2006-08-20  Mattia Barbon Allow building when WXINTL_NO_GETTEXT_MACRO is defined.
2006-08-19  Vadim Zeitlinmoved all wxDialog event handlers to wxDialogBase to...
2006-08-19  Vadim Zeitlincentralized Esc key handling for closing the dialogs...
2006-08-19  Paul Cornettsimplify coordinate transformation code
2006-08-19  Paul Cornettconfigure test for round
2006-08-19  Vadim Zeitlinrefactoring/simplification of code dealing with scrollb...
2006-08-19  Julian SmartAdded missing include
2006-08-18  Julian SmartwxFileName size patch
2006-08-18  Julian SmartApplied patch [ 1531615 ] size support for wxFileName
2006-08-18  Julian SmartCorrected VC++ compilo (not yet tested)
2006-08-18  Chris Elliottadd #if wxUSE_AUI to get VC6 with no wxUSE_AUI to compile
2006-08-16  Václav SlavíkwxPlatformInfo::IsUsingUniversalWidgets() was broken...
2006-08-16  Michael WetherellDeclarations missing from VC++ 5
2006-08-16  Michael WetherellAvoid warnings from VC++ 5.0
2006-08-15  Paul Cornettneeds wx/string.h to compile independently
2006-08-14  Paul CornettCombine two wxImage-to-pixmap creation functions into...
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-08-13  Vadim Zeitlinadded wxULongLong::ToDouble() (patch 1531597)
2006-08-13  Vadim Zeitlinbetter key handling for MSW and GTK (patch 1526666)
2006-08-13  Vadim Zeitlinadded wxDir::FindFirst() (modified patch 1525502)
2006-08-11  Stefan Csomorwe are always compositing on the supported OS versions
2006-08-11  Stefan Csomorwe are always compositing on the supported OS versions...
2006-08-11  Stefan Csomorwe are always compositing on the supported OS versions
2006-08-10  Václav Slavíkmoved duplicated wxRegionContain definitions to wx...
2006-08-10  Vadim Zeitlincompilation fix: remove wxRegionContain enum which...
2006-08-10  Vadim Zeitlinremoved wxHtmlWindow::m_Style which duplicated wxWindow...
2006-08-10  Vadim Zeitlinmove the logic for changing notebook pages using the...
2006-08-10  Václav Slavíkmoved duplicated wxRegionContain definitions to wx...
2006-08-10  Julian SmartNeed include so user code can access book control
2006-08-10  Václav Slavíkmoved mgl/colour.{cpp,h} to generic so that it can...
2006-08-10  Václav Slavíkcheck that wxUniv is enabled when compiling for wxMGL
2006-08-10  Vadim Zeitlinadded NormalizeValue() which can be used to ensure...
2006-08-10  Vadim ZeitlinAdded wxID_PAGE_SETUP standard id
2006-08-09  Václav Slavíkmoved wxIcon implementation for ports where it's identi...
2006-08-08  Václav Slavíkadded wxRect::Inside(wxRect) for testing if a rectangle...
2006-08-08  Václav SlavíkwxPipeInputStream depends on wxFile, use wxUSE_FILE
2006-08-06  Stefan NeisFixed (?) problem in region handling which caused major...
2006-08-06  Vadim Zeitlinunified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTH...
2006-08-06  Robin DunnGive timers a generated ID if wxID_ANY is passed
2006-08-05  Václav Slavíkreformatted DEFINE_STD_WXCOLOUR_CONSTRUCTORS definition...
2006-08-04  Vadim Zeitlinundid last change and removed wxTE/CB_FILENAME style...
2006-08-03  Václav SlavíkwxXPMDecoder requires wxUSE_IMAGE && wxUSE_XPM
2006-08-01  Václav Slavíkfixed compilation for wxUSE_STATUSBAR w/o wxUSE_MENUS
2006-08-01  Václav Slavíkmove wx11 and (the rest of) wxMGL specific checks into...
2006-08-01  Václav SlavíkwxX11's wxBitmap requires wxPalette, so check for wxUSE...
2006-07-31  Vadim ZeitlinTLW default item changes have changed Enter key process...
2006-07-31  Václav Slavíkavoid warnings about undefined wxUSE_LOG_DEBUG if wxUSE...
2006-07-31  Václav Slavíkdon't pass window argument to NotifyCaptureLost, it...
2006-07-31  Václav SlavíkwxFileModificationTime() needs wxDateTime, put it insid...
2006-07-31  Václav Slavíkadded wxEVT_MOUSE_CAPTURE_LOST event and code for corre...
2006-07-30  Vadim Zeitlinreverted the move of wxComboBox styles from wx/defs...
2006-07-30  Vadim Zeitlinreverted the move of wxComboBox styles from wx/defs...
2006-07-30  Robert Roebling Compilation fix after wxCB_ flags move.
2006-07-30  Robert Roebling Compile fix.
2006-07-29  Robin DunnDLL compilation fixes
2006-07-29  Vadim ZeitlinwxUSE_DATAOBJ requires wxUSE_OLE (bug 1526189)
2006-07-29  Vadim Zeitlinmoved combobox styles from defs.to to combobox.h; added...
2006-07-28  Vadim Zeitlinallow changing the page from keyboard in property sheet...
2006-07-28  Vadim Zeitlinadded HasMultiplePages()
2006-07-28  Václav Slavíkreverted the change to not use wxList until dynarray...
2006-07-27  Václav Slavíkdon't use untyped wxList in wxXmlResource
2006-07-27  Włodzimierz SkibaInclude wx/dataobj.h according to precompiled headers...
2006-07-26  Vadim Zeitlindefine _TM_DEFINED if we define struct tm here
2006-07-25  Vadim Zeitlindon't make wxPathList dtor virtual, this is unneeded...
2006-07-25  Vadim Zeitlinadded possibility to strip only mnemonics, not accels...
2006-07-25  Włodzimierz SkibaMinor header cleaning.
2006-07-25  Włodzimierz SkibaFix for function access shown in Tinderbox builds.
2006-07-25  Alex BlighwxAUI: fixed pane saving design thinko
2006-07-25  Włodzimierz Skiba[ 1528248 ] Fix to the width of the wxGenericColourButton
2006-07-25  Alex BlighwxAUI: Support serialization of individual PaneInfo...
2006-07-25  Włodzimierz SkibaBlind Tinderbox build fix.
2006-07-25  Jamie GaddMake wxTreebook use wxControlContainer.
2006-07-25  Włodzimierz SkibaInclude wx/stopwatch.h according to precompiled headers...
2006-07-25  Vadim Zeitlinmove default button handling code from wxControlContain...
2006-07-25  Vadim Zeitlinimprovements to wxPickerBase default proportion values...
2006-07-25  Vadim ZeitlinwxPathList cleanup by Francesco (patch 1521481)
2006-07-25  Vadim Zeitlinadded wxID_HELP_INDEX/SEARCH (part of request 1404089)
2006-07-25  Vadim Zeitlinoptionally count repeating wxLog messages instead of...
2006-07-24  Vadim ZeitlinwxFD_PREVIEW implementation for wxGTK (slightly modifie...
2006-07-24  Vadim Zeitlinallow customization of individual grid lines appearance...
2006-07-24  Vadim Zeitlindo nothing in Refresh() if the control is frozen
2006-07-24  Vadim Zeitlincall DoDirtyProcessing() from OnIdle() instead of using...
2006-07-24  Vadim Zeitlinadd default value for the encoding parameter of wxMacCF...
2006-07-24  Vadim Zeitlinadded wxID_ANY default value for the id parameter of...
2006-07-24  Vadim Zeitlinadded HasHandlerForPath() (modified patch 1514524)
2006-07-24  Vadim Zeitlinminor refactoring of OnEraseBackground()
2006-07-24  Włodzimierz SkibaWarning fix, minor source cleaning and better !PCH...
2006-07-24  Vadim Zeitlinadded FindFileInPath() (part of an otherwise rejected...
2006-07-24  Włodzimierz Skiba[ 1518434 ] wxSize::Scale with wxScale and wxPoint...
2006-07-24  Włodzimierz SkibaSource cleaning.
2006-07-23  Alex BlighwxAUI: Don't fade venetian blind effect by default
2006-07-22  Robin DunnSome changes needed for wxPython
2006-07-22  Benjamin Williamsadded some font measuring to wxAuiMultiNotebook
2006-07-22  Alex BlighAdd support for transparent hint windows under GTK
2006-07-22  Benjamin Williamsmore compile fixes on wxGTK; auibook.h and tabmdi.h...
next