wxWidgets.git
2007-04-26  Chris Elliottfix dll path
2007-04-26  Vadim Zeitlinadded Roscale() test
2007-04-26  Vadim Zeitlinadded Rotate() test
2007-04-26  Chris Elliottadd Borland Developer Studio project file (for Turbo...
2007-04-26  Václav Slavíkmore efficient implementation of ToAscii/FromAscii...
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2007-04-26  Chris Elliottremove warnings of intentionally unreachable code
2007-04-26  Chris Elliottremovd as recommended in article.gmane.org/gmane.comp...
2007-04-26  Chris Elliotttested and applied article.gmane.org/gmane.comp.lib...
2007-04-26  Paul Cornettreplace 5 copies of size constraining code with one...
2007-04-26  Paul Cornettreally fix window being repositioned after hiding,...
2007-04-26  Vadim Zeitlindon't assert in SetSelection(wxNOT_FOUND), just clear...
2007-04-26  Vadim Zeitlinmove wxKEY_XXX constants to wx/defs.h from wx/list...
2007-04-26  Vadim Zeitlindon't assert in SetSelection(wxNOT_FOUND), just clear...
2007-04-26  Vadim Zeitlinallow to test changing combobox selection too
2007-04-26  Vadim Zeitlinuse wxCopyRectToRECT() instead of duplicating its code...
2007-04-26  Robin Dunninvalidate the best size when adding or deleting items
2007-04-26  Robin Dunnensure there is a current cell before using it to try...
2007-04-25  Vadim Zeitlinleave only wxString overloads for of the functions...
2007-04-25  Vadim Zeitlincompilation fix after c_str() changes
2007-04-25  Robert Roebling Added compile guards to wxEditableListBox
2007-04-25  Robert Roebling Added mini docs for wxChoicebook
2007-04-25  Robert Roebling Added mini docs to wxListbook
2007-04-25  Robert Roebling Typo.
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-25  Vadim Zeitlindon't declare inline function with dllexport declaratio...
2007-04-24  Robin DunnUse wx.FileHistory for the recent files menu
2007-04-24  Robert Roebling Use child's listmodelnotifier's destructor (by overlo...
2007-04-24  Václav Slavíkremoved wxCStrData::operator bool(), using c_str()...
2007-04-24  Václav Slavíkcorrected (Do)GetWriteBuf() return types to use more...
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...
next