]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2007-04-24  Václav Slavíkadded test for a crash when passing wxCStrData construc...
2007-04-24  Václav Slavíkfixed broken wxCStrData and operator?: check
2007-04-24  Václav Slavíkremoved unused APPEND_STR macro
2007-04-24  Robert Roebling Correct MVC update region in GTK+ native version
2007-04-24  Robert Roebling Change SetValue( wxVariant &value ) to
2007-04-24  Robert Roebling Mention that wxBookCtrlBase derived controls do derive
2007-04-24  Robert Roebling Updated docs.
2007-04-24  Paul CornettFix window being repositioned after hiding, then reshowing.
2007-04-23  Robin DunnreSWIGged
2007-04-23  Robin DunnTweaks needed to update to current CVS
2007-04-23  Vadim Zeitlinfix bug introduced in wxFontRefData::SetNativeFontInfo...
2007-04-23  Vadim Zeitlinfix SelectItem() for single selection case which was...
2007-04-23  Václav SlavíkANSI build compilation fix
2007-04-23  Václav Slavíkcompilation fix: setlocale() returns non-const string...
2007-04-23  Václav Slavíkadded code for checking if the current locale is UTF...
2007-04-23  Vadim Zeitlintiny change to make g++ 3.3 compile the latest version
2007-04-23  Vadim Zeitlinadded implicit conversion of wxString to const void...
2007-04-23  Vadim Zeitlinuse GetParentForModalDialog() in ShowModal() to ensure...
2007-04-23  Vadim Zeitlintest that the candidate parent window isn't being delet...
2007-04-23  Paul Cornettrevert move events change, it blocks programmatic move...
2007-04-23  Vadim Zeitlinremove wxWindow::m_needParent and use GTKNeedsParent...
2007-04-23  Robert Roebling Typo in docs [ 1693034 ] 2.8.3: wrong docs for wxCHEC...
2007-04-23  Paul Cornettdon't send move events for size changes
2007-04-23  Paul Cornettfix return type for "map_event" and "unmap_event" handlers
2007-04-22  Vadim Zeitlinreally ensure that the window being centered is fully...
2007-04-22  Vadim Zeitlincompilation fixes for PCH-less build
2007-04-22  Vadim Zeitlinadded wxStdDialogButtonSizer test (patch 1705382)
2007-04-22  Vadim Zeitlindetect if there was an error in standard GTK+ options...
2007-04-22  Vadim Zeitlinupdate wxApp::argc/argv to remove the options parsed...
2007-04-22  Vadim Zeitlinadded wxAppTraits::GetStandardCmdLineOptions() allowing...
2007-04-22  Vadim Zeitlinadded wxDialog::GetParentForModalDialog() and use it...
2007-04-22  Vadim Zeitlinadded HasExtraStyle()
2007-04-22  Vadim Zeitlindon't pass unneeded arguments to AdustForGrowables()
2007-04-22  Vadim Zeitlinadd m_ prefix to the member variables and remove unneed...
2007-04-22  Vadim Zeitlindon't leave pixels due to rounding errors in wxBoxSizer...
2007-04-22  Vadim ZeitlinMany changes/fixes to wxFlexGridSizer implementation...
2007-04-22  Vadim Zeitlinupdated SetFont() documentation: it returns bool, not...
2007-04-22  Paul Cornettfix double to int conversion warning
2007-04-22  Vadim Zeitlindon't leave gaps around hidden columns/rows in wxFlexGr...
2007-04-22  Vadim Zeitlindistribute only the extra, free, space according to...
2007-04-22  Vadim Zeitlin(blind) compilation fixes after latest changes
2007-04-22  Vadim Zeitlindon't pass 0 time_t to Borland localtime(), it crashes...
2007-04-21  Kevin OllivierReturn wx menu items inserted into the Window system...
2007-04-21  Kevin OllivierFix bug with m_current causing EVT_LIST_KEY_DOWN events...
2007-04-21  Vadim Zeitlindon't let def window proc start another drag operation...
2007-04-21  Vadim Zeitlinadded support for image resolution options to PNG handl...
2007-04-21  Vadim Zeitlinallow having children of status bar in XRC (patch 1704125)
2007-04-21  Vadim Zeitlinreadded wxEditableListBox as part of adv library
2007-04-21  Vadim Zeitlinadded safe check for Pango version and use it to avoid...
2007-04-21  Vadim Zeitlinadd missing dynarray.h includes (patch 1702312)
2007-04-21  Vadim Zeitlinadded wxStreamBuffer::Truncate() (patch 1687081)
2007-04-21  Paul Cornettremove redundant GTK_WIDGET casts
2007-04-21  Vadim Zeitlinfix WXDLLIMPEXP_STC definition when building all wx...
2007-04-21  Vadim Zeitlinfix bug with not updating the last line correctly when...
2007-04-21  Vadim Zeitlinoops, restored wrongly removed semicolon
2007-04-21  Vadim Zeitlinremoved extraneous semicolons
2007-04-20  David ElliottRemove Objective-C class posing for everything except...
2007-04-20  David ElliottMove Objective-C interfaces into separate header files...
2007-04-20  Chris Elliottadd const to avoid hiding warning
2007-04-20  Benjamin Williamsfixed bug when a fixed pane is resized inside a fixed...
2007-04-20  Jouk Jansen Committing in .
2007-04-20  Jouk Jansen Committing in .
2007-04-20  Chris Elliottadd const to avoid hiding warning
2007-04-20  Vadim Zeitlinfix unused parameters warnings
2007-04-20  Vadim Zeitlincorrected DLL export declaration of wxTimerEvent to...
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-20  Vadim Zeitlinremoved extra membersections (patch 1702329)
2007-04-20  Vadim Zeitlincreate the spin control with the correct range instead...
2007-04-19  Vadim Zeitlincompilation fix (misplaced comma in OnIdle)
2007-04-19  Václav Slavíkfixed wxCStrData::operator[] to use wxString::operator...
2007-04-19  Václav Slavíkadded tests for wxCStrData::operator* and operator[]
2007-04-19  Paul CornettReorganize idle system code.
2007-04-19  Robert Roebling Fix inplace editing of custom controls for
2007-04-19  Václav Slavíkadded missing forward declaration for wxCStrData
2007-04-19  Václav Slavíkfixed compilation of STL non-UTF8 builds
2007-04-19  Václav Slavíkmoved primitive string and string iterators operations...
2007-04-19  Václav Slavíkmoved vararg CRT functions wrappers to a new wxcrtvarar...
2007-04-19  Václav Slavíkmoved vararg CRT functions wrappers to a new wxcrtvarar...
2007-04-19  Vadim Zeitlinremoved obsolete wxUSE_WX_RESOURCES check
2007-04-18  Paul Cornettnon-pch build fix
2007-04-18  Robert Roebling Corrected/implemented sorting (by way of clicking on
2007-04-18  Václav Slavíkfixed DLL linking of wxMessageOutput class
2007-04-18  Robert Roebling Escape slashes.
2007-04-18  Robert Roebling Doc correction.
2007-04-18  Václav Slavíkcompilation fix
2007-04-17  Robert Roebling Updated wxDataViewCtrl docs.
2007-04-17  Robin Dunnwx.lib.flatnotebook: Patch from Andrea that implements...
2007-04-17  Robin DunnPatch from Andrea that fixes the following problems...
2007-04-17  Václav Slavíkadded conversion to and from std::string and std::wstri...
2007-04-17  Robert Roebling Implemented the same simple API for creating customized
2007-04-17  Paul Cornettadd wxUSE_STC wrappers
2007-04-17  Vadim Zeitlincompilation fix for PCH-less compilation
2007-04-17  Vadim Zeitlincompilation fix for PCH-less compilation after last...
2007-04-16  Robin DunnMore fixes needed for allowing classes to be derived...
2007-04-16  Vadim Zeitlinreverted last change as using pango_version_check(...
2007-04-16  Robin DunnreSWIGged
2007-04-16  Robin DunnwxMac has wxGLContext.SetCurrent now
2007-04-16  Robin DunnAdd wxCONTROL_FLAT
2007-04-16  Robin DunnAdd wxAPPLY, wxCLOSE
2007-04-16  Robin DunnAdd wxSVGFileDC
next