]> git.saurik.com Git - wxWidgets.git/history - include/wx/univ
Use RIAA wrapper for wxSpinCtrl event disabling in wxGTK.
[wxWidgets.git] / include / wx / univ /
2007-11-30  Vadim Zeitlinbuild fixes for wxUSE_STL==1
2007-11-22  Vadim Zeitlinuse WXDLLIMPEXP_FWD_XXX instead of WXDLLEXPORT
2007-11-14  Julian SmartBorder corrections
2007-11-13  Julian SmartMore border rationalisation. GetDefaultBorder is now...
2007-11-12  Vadim Zeitlinmake various control names constants of type char,...
2007-10-23  Vadim Zeitlinremove ODBC and DBgrid libraries
2007-10-10  Chris Elliottupdate setup.h for univ
2007-10-02  Vadim ZeitlinPCH-less compilation fix
2007-09-26  Vadim Zeitlinadded wxTextEntry common base class for both wxTextCtrl...
2007-09-16  Vadim Zeitlinfix access to client data of wxComboBox in wxUniv by...
2007-09-15  Vadim ZeitlinwxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntr...
2007-08-16  Julian SmartAdded missing argument
2007-08-16  Julian SmartAdded DrawFocusRect to wxRenderer
2007-08-11  Julian SmartMenu label consistency changes
2007-07-28  Vadim Zeitlinremoved unused wxUSE_XXX options (patch 1759328)
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-21  Vadim Zeitlinremoved wxUSE_UXTHEME_AUTO which wasn't used anywhere
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-22  Václav Slavíkmade wxUSE_UNICODE=1 the default
2007-06-13  Václav Slavíkmake wxFrame a wxControlContainer too, so that it behav...
2007-04-17  Paul Cornettadd wxUSE_STC wrappers
2007-04-08  Vadim Zeitlinfix a fatal crash due to using wxHSCROLL presence in...
2007-04-08  Vadim ZeitlinCall wxTLW::SetDefaultItem() from wxButtonBase::SetDefa...
2007-04-07  Vadim Zeitlinmade wxTLW::SetIcon() non-virtual, it was already imple...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
2007-03-19  Vadim Zeitlincompilation fix after wxUniChar changes
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-03-14  Vadim Zeitlinremoved wxUSE_DIB_FOR_BITMAP which doesn't seem to...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 in non-MSW code
2007-02-19  Václav Slavíkadded WXWIN_COMPATIBILITY_2_8
2006-12-24  Václav Slavíkfixed wxFrame background colour in wxUniv on ports...
2006-12-11  Robin DunnModified form of Patch #1611222, adds wxSearchCtrl...
2006-12-09  Vadim Zeitlindefault name of wxStaticLine should be wxStaticLineName...
2006-11-30  Robin DunnReturn optimal label width from DrawHeaderButton
2006-11-08  Michael WetherellMove the #if disabling wxUSE_STD_STRING for watcom...
2006-10-30  Vadim Zeitlinadded wxUSE_COLLPANE (why is this file not generated...
2006-10-30  Václav Slavíkmoved wxScrollBar geometry methods out of wxRenderer...
2006-10-30  Václav Slavíkrenamed wxControlWithArrows::HitTest() to HitTestArrow...
2006-10-29  Vadim Zeitlindon't override GetMinWidth/Height() which are non-virtu...
2006-10-29  Michael WetherellMake wxBackingFile internal, and remove wxZipFSHander...
2006-10-27  Michael WetherellAdd wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.
2006-10-26  Václav Slavíkadded wxDelegateTheme to accompany wxDelegateRenderer
2006-10-26  Włodzimierz SkibaUpdated setup.
2006-10-10  Włodzimierz SkibaUpdated Univ setup.
2006-10-09  Włodzimierz SkibaUpdated setup for univ build.
2006-10-08  Vadim Zeitlinmoved DoSetValue() to wxTextCtrlBase instead of having...
2006-10-08  Vadim Zeitlinadded wxTextCtrl::ChangeValue() which is the same as...
2006-10-08  Vadim Zeitlinadded wxBookCtrl::ChangeSelection() which is the same...
2006-10-02  Włodzimierz SkibaTinderbox build fix.
2006-09-30  Vadim Zeitlindraw solid focus rectangle in mono theme and don't...
2006-09-29  Václav Slavíkundef wxUSE_THEME_XXX before redefining them to 1 if...
2006-09-29  Václav Slavíkfixed IMPLEMENT_APP to work even if compiled with ...
2006-09-29  Václav Slavíkfixed wxStatusBar size calculations so that the text...
2006-09-28  Vadim Zeitlinadd compilation options to allow compiling in just...
2006-09-25  Václav Slavíkcompilation fix (missing void)
2006-09-25  Włodzimierz SkibaBuild fix for wxMSWUniv makefile driven builds. univ...
2006-09-25  Vadim Zeitlinadd wxTLW::UseNativeDecorations[ByDefault]() to allow...
2006-09-25  Vadim Zeitlinfix TLW borders width in mono theme
2006-09-23  Robert Roebling [ 1559479 ] wxImageComboBox
2006-09-21  Václav Slavíkput remaining toolbars-related methods into #if wxUSE_T...
2006-09-20  Vadim Zeitlinadd more virtual border drawing functions used by frame...
2006-09-20  Vadim Zeitlinmove frame decorations drawing to the base class
2006-09-20  Vadim Zeitlinmove generic part of AdjustSize() and status bar method...
2006-09-20  Vadim Zeitlinmoved Arrow_ constants to the base class
2006-09-20  Vadim Zeitlinrefactored common parts of DrawItem() in the base class...
2006-09-19  Włodzimierz SkibaBuild fix.
2006-09-19  Vadim Zeitlinadd if wxUSE_NOTEBOOK around notebook-only renderer...
2006-09-18  Vadim Zeitlinrefactor some existing themes methods in a new base...
2006-09-14  Robin DunnAs per wx-dev, split the sort arrow options out to...
2006-09-14  Vadim ZeitlinMany changes for wxInputHandler creation mainly related to:
2006-09-14  Włodzimierz SkibaFollow native renderer for DrawHeaderButton.
2006-06-08  Włodzimierz SkibaImprovements for building minimal builds and new ports...
2006-06-06  Julian SmartFurther wxAUI commits
2006-06-01  Włodzimierz SkibaUniversal build fix.
2006-05-31  Włodzimierz Skiba[ 1498016 ] 'Add wxUniv toolbar support wxTB_TEXT style...
2006-05-29  Włodzimierz SkibaUpdated universal setup.
2006-05-26  Włodzimierz SkibawxToggleButton for wxUniv already implemented.
2006-05-24  Paul Cornettderive univ toggle button from button
2006-05-24  Paul Cornettcorrect access for virtuals, other minor corrections
2006-05-23  Julian SmartApplied patch 1489656: support for wxToggleButton under...
2006-05-19  Włodzimierz SkibawxUniv setup up to date (sync. before joining family...
2006-05-16  Vadim Zeitlinrenamed wxComboControl to wxComboCtrl and related wxUSE...
2006-05-09  Vadim Zeitlinfixes and missing files from the first wxComboControl...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-23  Vadim Zeitlindon't return true from wxRadioBox::AcceptsFocus() even...
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-01-26  Włodzimierz SkibaBlind fixes for warnings in wxTinderbox.
2006-01-16  Włodzimierz SkibaTowards other setups.
2006-01-16  Mart RaudseppMove constant strings to .rodata/.data.rel.ro ELF segme...
2005-11-30  Vadim Zeitlinimplemented IsItemEnabled/Shown()
2005-11-30  Vadim Zeitlin1. moved m_majorDim duplicated in many ports to wxRadio...
2005-10-31  Włodzimierz SkibawxMGL revitalised with OpenWatcom.
2005-10-18  Włodzimierz Skibacompilation fix after wxScrollHelper changes (ctor...
2005-10-18  Vadim Zeitlincompilation fix after wxScrollHelper changes (ctor...
2005-10-09  Vadim ZeitlinAdded wxTreebook:
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-27  Włodzimierz SkibaFix for broken MSWUniv after wxABI_VERSION removal...
next