added wxDocument::AlreadySaved() and use it in OnUpdateFileSave() to ensure that...
[wxWidgets.git] / src / univ /
2008-10-12  Vadim Zeitlinadd wxGenericStaticText (#9656)
2008-09-05  Stefan Csomorforward define for non precomp build, switching preproc...
2008-08-13  Paul Cornettmove notebook event definition to common code
2008-08-01  Vadim Zeitlinuse a single wxBookCtrlEvent class for all wxBookCtrlBa...
2008-07-29  Stefan Csomorosx regrouping
2008-07-29  Vadim Zeitlinmove SendSizeEvent() down to wxWindow from wxFrame...
2008-07-05  Stefan NeisAdded missing include (#9625).
2008-06-11  Paul Cornettmove 8 copies of the same function to common code
2008-05-21  Jouk JansenUpdate OpenVMS compile support
2008-05-17  Václav SlavíkwxUniv: implement wxSYS_VSCROLL_X/Y metrics in wxUniv...
2008-05-06  Václav Slavíkuse const char*, not char*, for embedded XPMs to fix...
2008-02-05  Václav Slavíkcall Show(false) from ~wxDialog to call EndModal if...
2008-01-11  Jouk Jansenupdates for OpenVMS compile support
2007-12-29  Julian SmartAdded automatic dialog scrolling ability
2007-12-20  Julian SmartCorrected wxRTTI for wxNotebook so dynamic casting...
2007-12-16  Václav Slavíkfixed wxUniv's wxDialog::ShowModal() to use GetParentFo...
2007-11-30  Vadim Zeitlinbuild fixes for wxUSE_STL==1
2007-11-15  Julian SmartBorder correction
2007-11-13  Julian SmartTake wxBORDER_THEME, and the default border style,...
2007-10-11  Chris ElliottBorland still hates ?
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-16  Vadim Zeitlinfix divide by 0 bug in UpdateScrollbars() (part of...
2007-09-16  Vadim Zeitlindestroy the old clipping region before setting the...
2007-09-16  Vadim Zeitlinremoved apparent off by 1 bug in the end line calculati...
2007-09-15  Vadim Zeitlinfix the bug with not showing all the text in the text...
2007-09-15  Vadim Zeitlincorrected m_strings array creation broken by last changes
2007-09-15  Vadim ZeitlinwxX11 compilation fixes after wxTRANSLATE/wxCmdLineEntr...
2007-08-16  Julian SmartAdded DrawFocusRect to wxRenderer
2007-08-15  Vadim Zeitlinmake wxChoice and wxListBox inherit from wxControlWithI...
2007-08-15  Vadim Zeitlindon't use deprecated wxMenuItem methods
2007-08-11  Julian SmartPreserve original menu label for later retrieval
2007-08-11  Julian SmartMenu label consistency changes
2007-07-26  Vadim Zeitlinmany wxItemContainer-related changes:
2007-07-16  Václav Slavíksupport real transparency for controls that return...
2007-07-09  Václav Slavíkadded WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM...
2007-06-25  Václav SlavíkwxDFB wxUSE_STL compilation fixes
2007-05-26  Vadim Zeitlinfix typo: s/radion/radio/
2007-04-26  Vadim Zeitlindon't assert in SetSelection(wxNOT_FOUND), just clear...
2007-04-14  Vadim Zeitlineven controls with transparent background should draw...
2007-04-13  Vadim Zeitlinfix wxTextCtrl::SetSelection(-1, -1) to behave as docum...
2007-04-10  Vadim Zeitlincompilation fix after last commit
2007-04-09  Vadim Zeitlinmake Enter/Return activate the default button (second...
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-01  Vadim Zeitlintoggle the first button in a radio tools group initiall...
2007-04-01  Vadim Zeitlinadded support for ellipsization and markup in wxStaticT...
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
next