]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-02-11  Vadim Zeitlinadded test for %c and other minor changes (patch 1643843)
2007-02-11  Vadim Zeitlindon't use strlen() to verify the length of the string...
2007-02-11  Vadim Zeitlindefine DisableAutomaticSETranslator() correctly when...
2007-02-11  Vadim Zeitlinwrite the entire file at once in Flush() instead of...
2007-02-11  Vadim Zeitlincompilation fix for 64 bit platforms (where size_t...
2007-02-11  Vadim Zeitlinupdate the popup menu item when it's [un]checked too...
2007-02-11  Vadim ZeitlinwxTopLevelWindow::GetClientSize() returns 0x0 when...
2007-02-11  Vadim Zeitlinreturn the restored window size from GetSize() when...
2007-02-11  Vadim Zeitlinchanged GetFromWindow() to take const pointer
2007-02-10  Vadim Zeitlincorrected version in the libraries names: it's only...
2007-02-10  Vadim Zeitlinmake GetSize() return the size of the window including...
2007-02-10  Vadim Zeitlinfix compilation with WXWIN_COMPATIBILITY_2_6 off (and...
2007-02-10  Julian SmartDon't optimize if there are child windows
2007-02-09  Julian SmartReverted renderer changes and just use window variant...
2007-02-09  Vadim Zeitlinadded EVT_MOUSE_CAPTURE_LOST handler
2007-02-08  Julian SmartUpdated the mask
2007-02-08  Julian SmartAdded size constants to allow drawn control parts to...
2007-02-08  Mart RaudseppDo not declare GTypeInfo instances static. This is...
2007-02-08  Chris Elliottremove out of date files (for dmc and 2.4 wxW)
2007-02-08  Vadim Zeitlinnot needed any more now that this directory is not...
2007-02-08  Vadim Zeitlinremoved obsolete batch files for building wx with obsol...
2007-02-08  Vadim Zeitlinremoved obsolete makefiles
2007-02-08  Vadim Zeitlinremove USE_GENERIC_TBAR test: USE_GENERIC_TBAR is not...
2007-02-08  Vadim Zeitlinfixed incorrect use of UpdateUI handlers; don't use...
2007-02-08  Vadim Zeitlinremoved the old tmake project files
2007-02-08  Vadim Zeitlinadded const overload of GetChildren()
2007-02-08  Vadim Zeitlindefine wxUSE_DATEPICKCTRL_GENERIC as 0 if it's not...
2007-02-08  Vadim Zeitlinfixed unreachable code warning in release build
2007-02-08  Vadim Zeitlinfixed what looked like a typo in hit code testing in...
2007-02-08  Vadim Zeitlincorrected return value and skipped flag setting in...
2007-02-07  Robin DunnreSWIGged
2007-02-07  Vadim Zeitlinupdate the text of a read-only combobox (and hence...
2007-02-07  Vadim Zeitlinfix unused variable warning with wxUSE_TOOLTIPS==0
2007-02-07  Robin Dunnmerge from 2.8 branch
2007-02-07  Vadim Zeitlindefine wxUSE_ACTIVEX, not (non existent) wxUSE_OLE_ACTIVEX
2007-02-07  Václav Slavíkfixed makefile.rsp to include samples/Makefile.in
2007-02-07  Julian SmartAdded flag for removing attributes
2007-02-07  Julian SmartRemoved unnecessary assignment
2007-02-07  Chris Elliottfix for bug reported at http://lists.wxwidgets.org...
2007-02-07  Robin Dunnrebaked after changing the version number
2007-02-07  Robin DunnFix unused param warnings
2007-02-06  Robin DunnAdd wxHL_* styles
2007-02-06  Robin DunnAllow wxWANTS_CHARS to be effective on native controls too
2007-02-06  Robin DunnReset g_lastMouseEvent after processing the mouse butto...
2007-02-06  Robin DunnDon't capture the mouse until after the possible wxEVT_...
2007-02-06  Robin Dunnuse ChangeValue instead of SetValue to avoid bogus...
2007-02-06  Robin DunnSet version number
2007-02-06  Robin DunnAdded SetToolNormalBitmap and SetToolDisabledBitmap
2007-02-06  Robin DunnFill in more details for the wxEVT_STC_AUTOCOMP_SELECTI...
2007-02-06  Robin DunnSet version number
2007-02-06  Roman RolinskyVersion 1.8-0
2007-02-06  Włodzimierz... Fixed wxComboBox always sorted in all univ builds ...
2007-02-06  Włodzimierz... wx/log.h belongs to pch system
2007-02-06  Paul Cornettsimplify wxGTK DoSetSizeHints logic, respect size incre...
2007-02-05  Václav Slavíkadded script to generate parts of rsp manifests with...
2007-02-05  Vadim Zeitlinmade (many) more wxGrid methods const
2007-02-05  Vadim Zeitlincorrected WXDLLIMPEXP_ declaration for wxEventBlocker...
2007-02-05  Julian SmartFixes to the previous fix
2007-02-05  Julian SmartAvoid triggering false update event when setting the...
2007-02-05  Julian SmartRestored drag position mysteriously removed in revision...
2007-02-05  Julian SmartTypo correction
2007-02-05  Julian SmartTypo fix
2007-02-05  Julian SmartMissing include
2007-02-05  Kevin OllivierCommitting patch #1604462, which improves autoconf...
2007-02-04  Stefan Csomorusing scroll axis for mousewheel events
2007-02-04  Stefan Csomorusing scroll axis in translation to scrollwin events...
2007-02-04  Stefan Csomoradding scroll axis to wheel events
2007-02-04  Vadim Zeitlinour build also depends on bc
2007-02-04  Vadim Zeitlincall OnInit() from all samples to allow using standard...
2007-02-04  Vadim Zeitlinadd accessors using wxFileName to wxFile/DirPickerCtrl...
2007-02-04  Vadim Zeitlinadded wxEventBlocker class (patch 1622444)
2007-02-03  Vadim Zeitlinupdated comments after latest commit (Tim Kosse)
2007-02-03  Vadim Zeitlinfix compilation problem when wxUSE_FSVOLUME==0 after...
2007-02-02  Vadim Zeitlinuse wxFSVolume instead of duplicating its functionality...
2007-02-02  Vadim Zeitlindon't show an error if SHGetFileInfo(SHGFI_ATTRIBUTES...
2007-02-02  Vadim Zeitlinfix assert when the control doesn't have a valid date...
2007-02-02  Vadim Zeitlindon't wait for Windows messages in WaitForThread()...
2007-02-02  Vadim Zeitlindon't wake up on Windows messages when waiting for...
2007-02-02  Vadim Zeitlinadded support for underlined fonts
2007-02-01  Vadim Zeitlindocument wxNewId() as being deprecated
2007-02-01  Vadim Zeitlindocument Next/PrevControlId
2007-02-01  Vadim Zeitlinuse wxObject copy ctor, not default ctor, in wxEvent...
2007-01-31  Julian SmartCOrrected style doc
2007-01-31  Vadim Zeitlinremoved wxABI_TESTS, they're irrelvant in 2.9
2007-01-31  Vadim ZeitlinAdded wxSizerFlags::Top() and Bottom()
2007-01-31  Vadim Zeitlinremoved 2.6 incompatibilities section
2007-01-28  Julian SmartAdded extra hit test style for more accurate reporting
2007-01-26  Stefan Csomorfix for drawing in the 'grox box' between two scrollbars
2007-01-26  Stefan Csomorchanging asserts to debug info
2007-01-26  Stefan Csomorseparate assert in case the control ref is already...
2007-01-26  Václav Slavíkfixes to InputPath values in custom build steps
2007-01-25  Václav Slavíkdon't assume there's always an active wxEventLoop instance
2007-01-25  Vadim Zeitlinchanging text alignment dynamically doesn't always...
2007-01-24  Vadim Zeitlindocument that the parent window gets EVT_LEAVE_WINDOW...
2007-01-24  Vadim Zeitlinuse LLONG_MIN instead of -1 (which is a valid time...
2007-01-24  Václav Slavíkcompiled fixes for builds without PCH
2007-01-24  Jouk Jansen Committing in .
2007-01-23  Chris Elliottfix SF bug 1640955
2007-01-22  Václav SlavíkwxDFB doesn't require extra configure options anymore
2007-01-22  Robin Dunnchangelog for 2.8.1.1
next