wxWidgets.git
2010-02-28  Vadim ZeitlinFix the STC sources generation script to work with...
2010-02-28  Vadim ZeitlinNo real changes, just remove an unused variable.
2010-02-28  Vadim ZeitlinRemove unused NO_SORT constant.
2010-02-28  Vadim ZeitlinInclude <locale.h> to get LC_XXX constants declaration.
2010-02-28  Vadim ZeitlinRemove unnecessary comparison of unsigned variable...
2010-02-28  Vadim ZeitlinRemove unused static constant.
2010-02-28  Vadim ZeitlinInclude the real iostream header and not just iosfwd...
2010-02-28  Jaakko SalliSometimes change in varscrollable window's size can...
2010-02-27  Kevin OllivierOverride CanFocus because the wxWindow level test will...
2010-02-26  Jaakko SalliMust clear property selection in wxPGProperty::SetChoic...
2010-02-26  Vadim ZeitlinFix assert when using year or decade view in Windows...
2010-02-26  Vadim ZeitlinFix assert on wxCalendarCtrl creation under Windows 7.
2010-02-26  Vadim ZeitlinAdd pretty-printers for wxPoint, wxSize and wxRect.
2010-02-25  Jaakko SalliAdded work around in wxPropertyGrid for a wxTextCtrl...
2010-02-25  Jaakko SalliFixed property Hide command
2010-02-25  Vadim ZeitlinInitialize wxhInstance in console MSW applications...
2010-02-25  Vadim ZeitlinUse wxGetInstance() instead of wxhInstance in wxMSW...
2010-02-25  Vadim ZeitlinInclude wx/defs.h from all our public headers, includin...
2010-02-25  Vadim ZeitlinFix harmless g++ 4.3 warning about suggested parentheses.
2010-02-25  Vadim ZeitlinFix multiple bugs in non-ownerdrawn wxListBox after...
2010-02-25  Vadim ZeitlinDocument the use of --disable-gui for building wxBase.
2010-02-25  Vadim ZeitlinAlways use UTF-8 for GTK+ strings.
2010-02-25  Vadim ZeitlinCompilation fixes in wxHTML for wxUSE_CONFIG==0.
2010-02-25  Vadim ZeitlinDocument more wxDC drawing functions overloads.
2010-02-24  Bryan PettyFixed typo in wxDataViewIconTextRenderer docs.
2010-02-23  Stefan Csomorproper app shutdown support for iphone
2010-02-23  Jaakko SalliSet up default property grid unspecified value colour
2010-02-23  Jaakko SalliWhen drawing wxPropertyGrid check box editor, be consis...
2010-02-22  Jaakko SalliRename property pending for deletion so it won't be...
2010-02-22  Jaakko SalliProperty removal and deletion done from wxPropertyGrid...
2010-02-22  Kevin OllivierCocoa text fields and views have their own context...
2010-02-19  Kevin OllivierSince wxDialog::Show(false) only calls wxWindow::Show...
2010-02-19  Kevin OllivierTypo fix.
2010-02-19  Kevin OllivierDisable sending of events by OS X Combobox during progr...
2010-02-16  Jaakko SalliFixed auto-resizing behavior when double-clicking a...
2010-02-16  Jaakko SalliAdded wxPropertyGridInterface::GetColumnProportion()
2010-02-16  Jaakko SalliAdded missing words in event documentation
2010-02-16  Jaakko SalliDocument wxEVT_PG_CHANGED
2010-02-16  Michael WetherellAdd user for buildbot notifications.
2010-02-15  Robin DunnApply new patch fixing problem of IsRunning always...
2010-02-15  Kevin OllivierImplement case-insensitive find and read only support...
2010-02-14  Václav SlavíkFix wxHtmlWindow to correctly decide whether to show...
2010-02-14  Jaakko SalliAdded note about removed member function wxPropertyGrid...
2010-02-14  Jaakko SalliAdded wxPropertyGridInterface::SetColumnProportion...
2010-02-13  Kevin OllivierBasic support for tooltips under OS X Cocoa.
2010-02-12  Vadim ZeitlinFix compilation of wx/scopeguard.h with g++ -fno-except...
2010-02-12  Vadim ZeitlinRemove wxHAS_NAMESPACES and gcc 2.95 checks.
2010-02-12  Vadim ZeitlinUkrainian translations update from Yuri Chornoivan.
2010-02-11  Václav SlavíkMake it possible to subclass wxMenuBar in XRC (patch...
2010-02-11  Václav SlavíkFixed possible buffer overflow in wxXmlResource::GetXRC...
2010-02-10  Jaakko SalliRemoved most of the propgrid '#ifndef SWIG' pre-compile...
2010-02-10  Václav SlavíkFixed wxGauge's best size to conform to Windows HIG.
2010-02-10  Vadim ZeitlinMove wxPosixPermissions definition from wx/file.h to...
2010-02-09  Stefan Csomorsupport fullscreen display (translucent status) in...
2010-02-09  Robin DunnTest m_nowpeer pointer before using it.
2010-02-09  Robin DunnSet Id and EventObject for wxSetCursorEvent
2010-02-09  Robin DunnIgnore the time portion of the datetime object when...
2010-02-09  Robin DunnRemove functions duplicated in dnd_osx.cpp.
2010-02-08  Robin DunnAllow more than one timer with the same ID. Closes...
2010-02-08  Vadim ZeitlinAdd support for showing "elevation" icon in wxMSW buttons.
2010-02-08  Stefan Csomoradding carbon event missing in 10.4 headers
2010-02-07  Kevin OllivierImplement EVT_MAXIMIZE support for OS X Cocoa.
2010-02-06  Kevin OllivierFix handling of the *.* extension case, before this...
2010-02-06  Kevin OllivierGet wxSearchCtrl text events working, and share the...
2010-02-06  Kevin OllivierForgot about the drag source delegate, which is the...
2010-02-06  Kevin OllivierAdd an accessor to get the current drop source from...
2010-02-04  Jouk Jansenundefine not working FSWATCHER from OpenVMS compile...
2010-02-04  Vadim ZeitlinExtract wxSTOCK_WITHOUT_ELLIPSIS from wxSTOCK_FOR_BUTTON.
2010-02-04  Vadim ZeitlinFix selection event sending for Ctrl-click in generic...
2010-02-04  Vadim ZeitlinMake wxDataObjectComposite::GetObject() public.
2010-02-03  Vadim ZeitlinTest wxTE_PROCESS_ENTER style in the widgets sample.
2010-02-03  Vadim ZeitlinCorrect the bounding box calculation in wxGTK wxDC...
2010-02-03  Vadim ZeitlinFix bug in wxMSW wxMessageDialog when the text was...
2010-02-03  Vadim ZeitlinCorrect bounding box calculation in wxGTK wxDC::DrawText().
2010-02-03  Julian SmartDon't select all if there is nothing to select.
2010-02-03  Julian SmartDon't delete previous character when pressing Del at...
2010-02-03  Stefan Csomorsafe degradation
2010-02-03  Kevin OllivierRebake after DND changes.
2010-02-03  Kevin OllivierRefactor DND code into Carbon and Cocoa parts, and...
2010-02-03  Kevin OllivierAdd sanity check on the item number.
2010-02-02  Julian SmartFixes for incorrect selection, extra newline insertion...
2010-02-02  Jaakko SalliDo not clear property selection when adding new propert...
2010-02-02  Julian SmartDon't crash if there's no top window.
2010-02-01  Julian SmartSimplify SetSelectionRange and make consistent with...
2010-02-01  Stefan Csomoradapting to new API variant
2010-02-01  Kevin Olliviernschars is never used for the wxEVT_CHAR case, so don...
2010-02-01  Kevin OllivierUse the correct type to fix Tiger compilation.
2010-01-31  Jaakko SalliAdded nominal wxPG_PROP_READONLY support for editor...
2010-01-31  Jaakko SalliAdded command to set wxPG_PROP_READONLY in the propgrid...
2010-01-31  Jaakko SalliFixed value column rendering for properties which do...
2010-01-31  Stefan Csomoravoiding catching incorrect shortcuts, see #11676
2010-01-31  Stefan Csomorsupporting clipboard command shortcuts on osx_cocoa...
2010-01-29  Vadim ZeitlinDisable wxUSE_FSWATCHER under Unix if neither inotify...
2010-01-28  Michael WetherellFix for file length fixup.
2010-01-28  Stefan Csomorstoring modal returncode correctly for carbon
2010-01-28  Stefan Csomormake sure modality is reflected correctly when rerouted...
2010-01-28  Vadim ZeitlinDisable wxUSE_OWNER_DRAWN for wxUniv to fix the build.
2010-01-28  Stefan Csomoradding window-modal message box sample
2010-01-28  Stefan Csomorsetting correct alertType
2010-01-28  Kevin OllivierGet ShowWindowModal behavior working under OS X Cocoa...
next