wxWidgets.git
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...
2010-01-26  Vadim ZeitlinNever block in wxSocket::Peek().
2010-01-26  Jaakko SalliwxPGProperty::GetHintText() function body was missing...
2010-01-26  Jaakko SalliFixed wxPGGlobalVars export declaration
2010-01-26  Stefan Csomoroptimizing creation of glcontexts, less flicker
2010-01-26  Jouk JansenFixes for compilation on OpenVMS platforms
2010-01-26  Vadim ZeitlinAdd wxTreeCtrl::SelectChildren() method.
2010-01-26  Vadim ZeitlinTry to prevent users from forgetting to include wx...
2010-01-26  Vadim ZeitlinDon't pass logs at unknown levels to wxLog::DoLogRecord...
2010-01-26  Vadim ZeitlinAnother compilation fix for wxMSW without PCH.
2010-01-26  Vadim ZeitlinImplement RequestUserAttention() for wxOSX/Cocoa.
2010-01-26  Vadim ZeitlinCompilation fixes for PCH-less build after ownerdraw...
2010-01-26  Vadim ZeitlinAvoid g++ warning about unhandled wxFONTFAMILY_XXX...
2010-01-26  Vadim ZeitlinNo real changes, just don't initialize extern variable...
2010-01-26  Vadim ZeitlinMake wxWindow::MSWGetThemeColour() const.
2010-01-26  Vadim ZeitlinCompilation fix for wxUniv.
2010-01-25  Stefan Csomorsimplifying code, removing outdated API
2010-01-25  Stefan Csomoradding note for correct wheel params
2010-01-25  Julian SmartAdded EVT_WIZARD_PAGE_SHOWN event for wxWizard, to...
2010-01-25  Stefan Csomorbetter wheel support
2010-01-25  Stefan Csomormake sure we can override GetModality
2010-01-25  Stefan Csomoradding wxWindow::Show in order to make the sheet showin...
2010-01-25  Stefan Csomorfixing building on iphone
2010-01-25  Jouk JansenUpdate compile support for OpenVMS
2010-01-24  Kevin OllivierFix mistake, though this assert is unfortunate since...
2010-01-24  Stefan Csomorsupporting auto-rotate for translucent statusbar
2010-01-24  Vadim ZeitlinCompilation fix after ownerdraw-refactor branch merge.
2010-01-24  Václav SlavíkFixed dialog units <-> pixels conversion.
2010-01-24  Václav SlavíkDetermine wxButton size correctly in wxMSW.
2010-01-24  Vadim ZeitlinFix bug in wxStringOutputStream unit test.
2010-01-24  Vadim ZeitlinOverride IsSeekable() in wxString{Input,Output}Stream...
2010-01-24  Vadim ZeitlinDocument that wxComboBox::Dismiss() and Popup() generat...
2010-01-24  Vadim ZeitlinCorrect UTF-32BE BOM detection in wxConvAuto.
2010-01-24  Vadim ZeitlinCorrect bug with returning 0 for non-empty input from...
2010-01-24  Vadim ZeitlinCheck the result of ToWChar() call in wxTextInputStream...
2010-01-24  Vadim ZeitlinReplace wxLogWarning()s in wxOSX wxComboBox code with...
2010-01-24  Vadim ZeitlinAdd wxComboBox::Popup() and Dismiss() to manually show...
2010-01-24  Vadim ZeitlinNo changes, just remove the strange "#if 1".
2010-01-24  Vadim ZeitlinFix sending of wxEVT_COMMAND_LIST_COL_DRAGGING events...
2010-01-24  Vadim ZeitlinMove wx/evtloop.h from GUI_CMN_HDR to BASE_CMN_HDR...
2010-01-24  Vadim ZeitlinFix wxHTTPStream::Eof() to return true for empty HTTP...
2010-01-24  Vadim ZeitlinUse a helper wxNEEDS_DECL_BEFORE_TEMPLATE symbol in...
2010-01-24  Vadim ZeitlinApply workaround for wxStrcoll() template for g++ to...
2010-01-23  Kevin OllivierFix for generic implementation.
2010-01-23  Kevin OllivierFix for non-Mac builds.
2010-01-23  Kevin OllivierRemove assert that was used during testing while changi...
2010-01-23  Kevin OllivierStart on ShowWindowModal for OS X Cocoa. Not working...
2010-01-23  Vadim ZeitlinAdd virtual wxSizer::DoInsert() to replace Insert().
2010-01-23  Vadim ZeitlinAllow to not create wxPaintDC in EVT_PAINT handler...
next