]> git.saurik.com Git - wxWidgets.git/history - src
build fix
[wxWidgets.git] / src /
2007-05-05  Paul Cornettbuild fix
2007-05-05  Paul Cornettbuild fix for wxUSE_CONFIG==0
2007-05-05  Paul Cornettbuild fix
2007-05-05  Robert Roebling Make wxGTK1.2 compile again.
2007-05-05  Robert Roebling Moved deprecated code to source file (didn't compile
2007-05-05  Vadim Zeitlinadded wxTimerEvent::GetTimer()
2007-05-05  Robert Roebling Compilo.
2007-05-05  Vadim Zeitlinfix compilation in wxUSE_MENUS==0 case
2007-05-05  Robert Roebling Fix wxFD_FILE_MUST_EXIST
2007-05-05  Robert Roebling Apply [ 1710684 ] Fix wxAuiNotebook memory leak
2007-05-05  Robert Roebling Apply [ 1713345 ] combobox: cmd accelerators shouldn...
2007-05-05  Vadim Zeitlinfixed typo in IsBeingDeleted() test in GetParentForModa...
2007-05-05  Robert Roebling Compilo.
2007-05-05  Robert Roebling Compilo.
2007-05-05  Robert Roebling Compilo.
2007-05-05  Robert Roebling Compilo.
2007-05-05  Robert Roebling Compilo.
2007-05-05  Robert Roebling Compilation fix.
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFFile public API
2007-05-04  Václav Slavíkuse wxString instead of const wxChar* in wxFile's publi...
2007-05-04  Václav Slavíkuse wxFormatString helper class for 'vararg' functions...
2007-05-03  Václav Slavíkfixed DLL linking of wxConvLibc etc.
2007-05-03  Vadim Zeitlinmake it possible to override desktop detection using...
2007-05-03  Vadim Zeitlinshow the error returned by SmcOpenConnection(); don...
2007-05-03  Václav Slavíkfixed reverted #if condition around wxDoLogTraceWchar
2007-05-03  Vadim Zeitlincompilation fix for PCH-less build
2007-05-03  Václav Slavíkadded code for optimized handling of UTF-8 locales...
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-05-03  Vadim Zeitlinremoved unneeded duplication of DoSetSizeHints() in...
2007-05-02  Václav Slavíkmore OS/2 compilation fixes
2007-05-02  Václav Slavíkcompilation fix for wxUSE_INTL=0
2007-05-02  Stefan Csomortrying optimal scrolling solution perf-wise
2007-05-02  Stefan Csomortrying optimal scrolling solution perf-wise
2007-05-02  Robert Roebling Moved all the coordinate system calculation to wxDCBase
2007-05-02  Václav Slavíkmade wxConvXXX objects usable at static initialization...
2007-05-02  Václav Slavíkinclude object.h so that delete has complete type
2007-05-02  David ElliottAdd comments and a debugging aid to Get/SetLabel implem...
2007-05-02  Paul Cornettremove miniframe stuff from GtkOnSize(), it's handled...
2007-05-01  Robert Roebling Renamed wxDCBase::LogicalTo ... to wxDC::.. here...
2007-05-01  Robert Roebling Made device to logical and vv conversion methods
2007-05-01  Stefan Csomoradjusting refcount asserts
2007-05-01  Vadim Zeitlinfix wxStringOutputStream::Write() in Unicode build...
2007-05-01  Stefan CsomorPatch 1708290
2007-05-01  Stefan CsomorPatch 1678304
2007-05-01  Stefan CsomorPatch 1709069
2007-05-01  Stefan CsomorPatch 1709108
2007-04-30  Vadim Zeitlinfix m_sizerPage memory leak for the wizards not using...
2007-04-30  Václav SlavíkOS/2 compilation fixes
2007-04-30  Vadim Zeitlindon't drop lines without trailing new line character...
2007-04-28  Michael WetherellMap illegal UTF-8 sequences to a range in Unicode's...
2007-04-28  Stefan NeisCompilation fix for string changes (patch #1709228).
2007-04-28  Stefan NeisAdapted to API changes with respect to GetTextExtent...
2007-04-28  Václav Slavíkallow the UTF8 build to treat C locale as UTF8, too...
2007-04-27  Václav SlavíkWX_PRECOMP, not WXPRECOMP
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-26  Robert Roebling Only set focus to widget automatically if left down
2007-04-26  Robert Roebling Added Test for wxComboBox::SetValue() to widgets...
2007-04-26  Paul Cornettbuild fix
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 Elliotttested and applied http://article.gmane.org/gmane.comp...
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 Zeitlindon't assert in SetSelection(wxNOT_FOUND), just clear...
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  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-24  Robert Roebling Use child's listmodelnotifier's destructor (by overlo...
2007-04-24  Václav Slavíkcorrected (Do)GetWriteBuf() return types to use more...
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  Paul CornettFix window being repositioned after hiding, then reshowing.
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í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 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  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 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 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...
next