wxWidgets.git
2007-01-19  Robin DunnAdded wxSearchCtrl::[Get|Set]DescriptiveText
2007-01-19  Vadim Zeitlindisabled wxMBConv(wxFONTENCODING_UTF7) test -- it doesn...
2007-01-18  Vadim Zeitlinadded wxCONFIG_USE_SUBDIR flag to wxFileConfig (patch...
2007-01-18  Paul Cornettrevert last, GUI mutex isn't GUI-only
2007-01-18  Robin Dunnstyles, toolbar, and other visual tweaks
2007-01-18  Robin DunnUse kControlContentIconRef when recreating the tool...
2007-01-18  Vadim Zeitlinadded wxCSConv::IsOk() (patch 1637944)
2007-01-18  Vadim Zeitlincorrected VC warning about possibly uninitialized varia...
2007-01-18  Vadim Zeitlinmake wxTextFile work with unseekable files again (patch...
2007-01-18  Vadim Zeitlinreverted last change: wxGTK-specific wxMutextGui code...
2007-01-18  Robin DunnAdd GetDateOnly
2007-01-18  Václav Slavíkcompilation fix for !wxUSE_STATBOX
2007-01-18  Paul Cornettuse GTK-specific GUI lock
2007-01-18  Vadim Zeitlinadded wx/window.h included needed by last change using...
2007-01-18  Vadim Zeitlinuse wxWindow::NewControlId() instead of wxNewId() to...
2007-01-18  Vadim Zeitlinadded wxDateTime::GetDateOnly()
2007-01-18  Vadim Zeitlincorrected crash: need to set m_frame eariler (Wlodek...
2007-01-17  Robin Dunnminor tweaks for the widget inspector
2007-01-17  Robin DunnThe inspect module is now a widget browser plus a shell.
2007-01-17  Robin DunnreSWIGged
2007-01-17  Vadim Zeitlindiscard time part of m_date, otherwise comparisons...
2007-01-17  Robin DunnMake GridBagSizer.GetItem use FindItem if possible...
2007-01-17  Robin Dunnsome minor tweaks to make it possible to not show the...
2007-01-17  Robin DunnUse the system settings for the selection colours
2007-01-17  Julian SmartSpacing corrections, removed duplicate functions
2007-01-17  Julian SmartCorrected typos
2007-01-17  Julian SmartDocumented Set/GetBaseId
2007-01-17  Václav SlavíkSETUPHDIR is Bakefile variable, not MSVC IDE one
2007-01-15  Vadim Zeitlinhonour the drag effect supported by the drag source...
2007-01-15  Vadim Zeitlinadded wx/image.h to fix non-PCH compilation after last...
2007-01-15  Paul Cornettdon't change wxPRINTER_CANCELLED to wxPRINTER_ERROR...
2007-01-15  Paul Cornettremove some unneeded includes, clean up gnome force...
2007-01-15  Paul Cornettonly gtk1 needs poll now
2007-01-15  Paul Cornettchain to the polling function GLib was using before...
2007-01-14  Vadim Zeitlincreate in place edit control with wxTE_PROCESS_ENTER...
2007-01-14  Vadim Zeitlincorrected drawing of the bitmaps for the disabled menu...
2007-01-14  Vadim Zeitlintest rendering of disabled items with bitmaps (for...
2007-01-14  Vadim Zeitlinadded wxSizerFlags::Shaped() and FixedMinSize() methods
2007-01-14  Vadim Zeitlinadded wxABI_VERSION check around new public wxFileHisto...
2007-01-14  Vadim Zeitlindon't crash when setting tooltip for a picker without...
2007-01-14  Julian SmartProvide access to file history base id
2007-01-12  Václav Slavíkfixed child windows scrolling to use wxSIZE_ALLOW_MINUS_ONE
2007-01-12  Robin DunnPyCrust now has an option for showing/hiding the notebook.
2007-01-12  Robin Dunnminor tweaks
2007-01-12  Robin DunnBug fix from Pierre
2007-01-12  Robin DunnJust reset the size, not the minsize too, when changing...
2007-01-12  Robin Dunnnew test
2007-01-12  Robin Dunnremoved bogus ImageList property
2007-01-12  Robin DunnAdded typeId property
2007-01-12  Robin DunnUse the SearchCtrl for the filter. Make the accelerato...
2007-01-12  Robin DunnFix for problem when Realize is re-called on a vertical...
2007-01-12  Robin DunnDoGetBestSize fix, the lbWidth was not getting updated...
2007-01-12  Robin DunnFix for when only a default dir is given without a...
2007-01-12  Stefan Csomormaking sure it is only breaking at newlines for measuring
2007-01-12  Paul Cornettadd wxToolbook checking
2007-01-12  Stefan Csomorusing the CF Message box only for non main thread alerts
2007-01-12  Vadim Zeitlinonly set cursor immediately in SetCursor() if the mouse...
2007-01-11  Vadim Zeitlinuse wxNO_LEN and wxCONV_FAILED symbolic constants inste...
2007-01-11  Julian SmartUse the associated document manager, not the global one
2007-01-11  Julian SmartWrite a newline, not a 10 into the stream
2007-01-11  Vadim Zeitlinno changes, just refactor the code sending spin update...
2007-01-11  Vadim Zeitlinapply patch 1630906 after all as with my simpler fix...
2007-01-11  Vadim Zeitlinfix lack of spin control update event when control...
2007-01-11  Vadim Zeitlinsuppress spurious error message when copying from clipb...
2007-01-11  Vadim Zeitlinreverted wrong change of rev 1.129 and fixed the first...
2007-01-11  Vadim Zeitlindo strtoll() test using C++ compiler as at least under...
2007-01-10  Václav Slavíkadded wxDFB to distribution scripts
2007-01-10  Julian SmartRemoved versions so we don't have to update with every...
2007-01-10  Julian SmartUpdated date
2007-01-10  Julian SmartUpdated version and date
2007-01-10  Václav Slavíkadded support for Bakefile's upcoming msvs2005prj forma...
2007-01-10  Vadim Zeitlinadd #if wxUSE_TOOLTIPS around DoSetToolTip()
2007-01-10  Chris Elliott2.8.2
2007-01-10  Chris Elliottfix missing setup.h file(s) lists.wxwidgets.org/cgi...
2007-01-09  Julian SmartIsRich should be defined even if wxUSE_RICHTEXT isn't
2007-01-09  Julian SmartFix for missing separator if any previous items were...
2007-01-09  Vadim Zeitlincheck parameters after options check sothat usign ...
2007-01-09  Vadim Zeitlinshow -version in the list of options; exit after showin...
2007-01-09  Vadim Zeitlinmore about virtual functions access specifier changing
2007-01-08  Robin Dunndon't use default style
2007-01-08  Robin DunnTweak dates and version number
2007-01-08  Robin DunnVersion --> 2.8.1.0
2007-01-08  Robin DunnMinor tweaks to get up to date with wx CVS
2007-01-08  Robin Dunnignore things that are just defined for the sake of...
2007-01-08  Vadim Zeitlinadded more wxUSE_TREE/LISTCTRL tests to fix compilation...
2007-01-08  Chris Elliott2.8.1
2007-01-08  Chris Elliottremove space which broke tex2rtf
2007-01-08  Chris Elliottfix part of proposal at news.gmane.org/find-root.php...
2007-01-08  Vadim Zeitlinuse wxLongLong_t instead of long long
2007-01-08  Paul Cornettnon-pch build fix
2007-01-08  Kevin OllivierFix GetNextItem for virtual wxListCtrl, and improve...
2007-01-07  Vadim Zeitlinfix compilation for latest SDK where EnumModulesProc...
2007-01-07  Vadim Zeitlinupdated version to 2.8.1
2007-01-07  Vadim Zeitlinalso update wxVERSION_STRING
2007-01-07  Vadim Zeitlinfix wxConfig::DeleteGroup() for arguments with trailing...
2007-01-07  Vadim Zeitlinapparently the previous version was generated with...
2007-01-07  Vadim Zeitlinalso update manual.tex
2007-01-07  Vadim Zeitlinmore informative output
2007-01-07  Vadim Zeitlinupdated version to 2.8.1
2007-01-07  Stefan NeisAttempt at fixing deepCopyHostent/Servent.
next