replaced run-time tests for wxRICHTEXT_USE_TOOLBOOK with compile-time ones to avoid...
[wxWidgets.git] / src / univ /
2007-03-25  Vadim Zeitlindon't check whether the window is shown and enabled...
2007-03-18  Vadim Zeitlinadded labels support for toolbar controls for wxMac...
2007-02-07  Vadim Zeitlinupdate the text of a read-only combobox (and hence...
2007-02-06  Włodzimierz SkibaFixed wxComboBox always sorted in all univ builds ...
2007-01-24  Václav Slavíkcompiled fixes for builds without PCH
2007-01-22  Václav SlavíkwxDFB: fix rendering artefacts when scrolling wxScrolle...
2007-01-12  Václav Slavíkfixed child windows scrolling to use wxSIZE_ALLOW_MINUS_ONE
2006-12-24  Václav Slavíkfixed wxFrame background colour in wxUniv on ports...
2006-12-17  Vadim Zeitlindon't set the label colour in DrawButtonLabel(), this...
2006-12-15  Vadim Zeitlinrespect background colour of wxStaticText in wxUniv
2006-12-14  Václav Slavíkcompilation fix for wxUSE_ACCEL && !wxUSE_BUTTON
2006-12-14  Václav Slavíkfixed wxStdRenderer::DrawButtonLabel() to not change...
2006-11-23  Václav Slavíkcorrectly render titlebars for TLWs with wxCAPTION...
2006-11-02  Václav Slavíkdon't crash when destroying window with scrollbars
2006-10-31  Vadim Zeitlinensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT...
2006-10-31  Václav Slavíkfixed scrolling using mouse broken by my previous commit
2006-10-31  Robin DunnGetBestFittingSize --> GetEffectiveMinSize
2006-10-30  Vadim Zeitlincompilation fix after operator==() removal
2006-10-30  Vadim Zeitlingcc signed/unsigned comparison warning fix
2006-10-30  Włodzimierz SkibaTinderbox build fix.
2006-10-30  Włodzimierz SkibaTinderbox build fix.
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-30  Václav Slavíkdon't use deprecated wxSTRING_MAXLEN
2006-10-30  Václav Slavíkrender scrollbar's thumb as stippled bar to distinguish...
2006-10-29  Vadim Zeitlinremove manual bitmap greying code with a call to wxImag...
2006-10-29  Vadim Zeitlindon't override GetMinWidth/Height() which are non-virtu...
2006-10-28  Vadim Zeitlinremove unneeded WXDLLEXPORTs for the classes only used...
2006-10-28  Václav Slavíkremoved unused GetScrollbarArrowSize() version
2006-10-27  Václav Slavíkwx{V,H}SCROLL code is needed on all platforms
2006-10-27  Václav Slavíkfixed repainting of windows without the wxFULL_REPAINT_...
2006-10-26  Václav Slavíkadded wxDelegateTheme to accompany wxDelegateRenderer
2006-10-26  Václav Slavíkfixed selection when using keyboard after JS' change...
2006-10-25  Václav Slavíkuse window's font instead of the default one in wxStatusBar
2006-10-25  Julian SmartDon't reset the best size to wxDefaultSize unless we...
2006-10-23  Václav Slavíkdon't disable caret blinking on non-MSW platforms
2006-10-17  Julian SmartSetSelection(wxNOT_FOUND) now works correctly.
2006-10-17  Julian SmartFixed assert when moving out of a menu
2006-10-17  Julian SmartDraw tool transparently if we have a mask
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...
next