build fixes for WXWIN_COMPATIBILITY_2_6=0
[wxWidgets.git] / src / univ /
2006-10-09  Włodzimierz SkibaWarning fixes in 'todo' part just to make build log...
2006-10-08  Vadim Zeitlinadded SendPageChanging/ChangedEvent() functions; fixed...
2006-10-08  Vadim Zeitlinremoved default argument in the function definition
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-08  Vadim Zeitlinuse wxSTRINGIZE_T instead of _T(wxSTRINGIZE())
2006-10-02  Włodzimierz SkibaFixed crash caused by A=B?C:D used for returning wxObje...
2006-09-30  Vadim Zeitlinoffset the text correctly inside the item rect in DrawI...
2006-09-30  Vadim Zeitlindraw solid focus rectangle in mono theme and don't...
2006-09-29  Václav Slavíksimplified #ifs around the code
2006-09-29  Václav Slavíkfixed IMPLEMENT_APP to work even if compiled with ...
2006-09-29  Václav Slavíkuse smaller statusbar margins in mono theme
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-26  Václav Slavíkfix client area computations and borders rendering...
2006-09-26  Václav Slavíkfixed crash when using GTK theme
2006-09-25  Václav Slavíkcompilation fix (missing void)
2006-09-25  Vadim Zeitlinadd wxTLW::UseNativeDecorations[ByDefault]() to allow...
2006-09-25  Vadim Zeitlinfix TLW borders width in mono theme
2006-09-23  Vadim Zeitlin1. deprecate redundantly sounding wxArtProvider::FooPro...
2006-09-22  Jouk Jansen Update OpenVMS make files
2006-09-21  Václav Slavíkput remaining toolbars-related methods into #if wxUSE_T...
2006-09-21  Włodzimierz SkibaPCH build fixes.
2006-09-21  Włodzimierz SkibaPCH build fix.
2006-09-20  Vadim Zeitlinmake colours of the selected text inversed
2006-09-20  Vadim Zeitlinadd more virtual border drawing functions used by frame...
2006-09-20  Vadim Zeitlincentre frame decoration bitmaps in their buttons
2006-09-20  Vadim Zeitlinremoved stubs for frame decorations drawing
2006-09-20  Vadim Zeitlinmove frame decorations drawing to the base class
2006-09-20  Vadim Zeitlinfix infinite recursion in DrawStatusField() after lates...
2006-09-20  Vadim Zeitlinadded stubs for the missing functions, this theme links now
2006-09-20  Vadim Zeitlinmove generic part of AdjustSize() and status bar method...
2006-09-20  Vadim Zeitlindefine wxCONTROL_SIZEGRIP as another possible interpret...
2006-09-20  Vadim Zeitlinfirst compilable version of the mono theme, replacing...
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  Václav Slavíkfixed shutdown crashes after recent handlers creation...
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-16  Vadim Zeitlinremove unused any more wxArrayHandlers
2006-09-14  Vadim ZeitlinMany changes for wxInputHandler creation mainly related to:
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-09-12  Vadim Zeitlinremove unneeded m_inputHandler initialization (already...
2006-09-10  Václav Slavíkfixed subcontrols refreshing in wxWindow::Refresh
2006-09-07  Václav Slavíkuse GetCharHeight in GetHeight() instead of creating...
2006-09-05  Vadim Zeitlinfixes to menu stock items support (patch 1547639)
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-09-03  Robert Roebling Compilo.
2006-09-03  Robert RoeblingCommited FRM's stockitem patch (empty stock items).
2006-08-27  Václav Slavíkinitial (not yet working) code for DirectFB port
2006-08-11  Václav Slavíkcompilation fix for compilation w/o precompiled headers
2006-08-10  Václav Slavíkcompilation fix for compilation w/o precompiled headers
2006-08-06  Vadim Zeitlinunified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTH...
2006-07-27  Włodzimierz SkibaInclude wx/dataobj.h according to precompiled headers...
2006-07-05  Włodzimierz SkibawxNB_HITTEST_* flags renamed to wxBK_HITTEST_* to serve...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-07-02  Julian SmartAdded wxTextCtrlBase to type info, useful if different...
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-06-13  Włodzimierz SkibaInclude wx/toplevel.h according to precompiled headers...
2006-06-09  Włodzimierz SkibaInclude wx/statusbr.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaImprovements for building minimal builds and new ports...
2006-06-06  Włodzimierz SkibaInclude wx/gauge.h according to precompiled headers...
2006-06-06  Włodzimierz SkibaInclude wx/slider.h according to precompiled headers...
2006-06-06  Julian SmartReverted last wxBookCtrl change and added alignment...
2006-06-06  Włodzimierz SkibaInclude wx/textctrl.h according to precompiled headers...
2006-06-05  Włodzimierz SkibaInclude wx/radiobut.h according to precompiled headers...
2006-06-01  Włodzimierz SkibaInclude wx/radiobox.h according to precompiled headers...
2006-06-01  Włodzimierz SkibaInclude wx/listbox.h according to precompiled headers...
2006-05-31  Włodzimierz Skiba[ 1498016 ] 'Add wxUniv toolbar support wxTB_TEXT style...
2006-05-31  Włodzimierz SkibaInclude wx/statbmp.h according to precompiled headers...
2006-05-30  Włodzimierz SkibaInclude wx/stattext.h according to precompiled headers...
2006-05-30  Włodzimierz SkibaInclude wx/choice.h according to precompiled headers...
2006-05-29  Włodzimierz SkibaInclude wx/checklst.h according to precompiled headers...
2006-05-29  Włodzimierz SkibaInclude wx/checkbox.h according to precompiled headers...
2006-05-26  Włodzimierz SkibaInclude wx/wx/bmpbuttn.h according to precompiled heade...
2006-05-26  Włodzimierz SkibaInclude wx/control.h according to precompiled headers...
2006-05-24  Paul Cornettderive univ toggle button from button
2006-05-24  Julian SmartDon't unselect if setting string that's not found
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-24  Paul Cornettcorrect access for virtuals, other minor corrections
2006-05-23  Julian SmartAvoid flags that may clash with alignment flags
2006-05-23  Julian SmartApplied patch 1489656: support for wxToggleButton under...
2006-05-23  Włodzimierz SkibawxScrolBar event sending fix in wxUniv.
2006-05-23  Włodzimierz Skiba[ 1470717 ] wxUniv toolbar separator drawing fix.
2006-05-23  Julian SmartGuard against comparing invalid iterators, which produc...
2006-05-23  Julian SmartApplied patch [ 1489741 ] Bugfix for wxScrolledWindow...
2006-05-22  Włodzimierz SkibaInclude wx/dialog.h according to precompiled headers...
2006-05-22  Włodzimierz Skiba[ 1469227 ] wxUniv patch for toolbar button.
2006-05-18  Włodzimierz SkibaInclude wx/menu.h according to precompiled headers...
2006-05-16  Vadim Zeitlinrenamed wxComboControl to wxComboCtrl and related wxUSE...
2006-05-12  Vadim ZeitlinwxUniv compilation fixes after wxComboControl patch
2006-05-09  Vadim Zeitlinfixes and missing files from the first wxComboControl...
2006-05-08  Vadim ZeitlinwxComboControl and wxOwnerDrawnComboBox (patch 1479938)
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-05-06  Paul Cornettcall static functions directly
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-14  Włodzimierz SkibaDeprecated and obsolete parts marked up for backward...
next