]> git.saurik.com Git - wxWidgets.git/history - src
GCC doesn't like inline wxDEPRECATED methods.
[wxWidgets.git] / src /
2007-07-07  Robert RoeblingGCC doesn't like inline wxDEPRECATED methods.
2007-07-07  Václav Slavíkadded missing wx_str() (patch #1749398)
2007-07-07  Václav Slavíkfixed dereferencing of invalid pointers
2007-07-07  David ElliottMove wxMBConv_cf out of strconv.cpp and into strconv_cf...
2007-07-06  Václav Slavíkfixed to make wxVariant compatible with both ANSI and...
2007-07-06  David ElliottFix wxMBConv_cf to implement FromWChar/ToWChar in lieu...
2007-07-06  Václav Slavíkadded alpha channel support to wxDFB's wxBitmap
2007-07-06  Václav Slavíkadded support for loading images with alpha channel...
2007-07-06  David ElliottRename wxMBConv_cocoa to wxMBConv_cf and use it when...
2007-07-06  Vadim Zeitlinremove the unneeded +1 from wxGauge::SetValue() call...
2007-07-06  David ElliottMake wxCocoa compile in 64-bit mode.
2007-07-06  David ElliottFix wxCocoa compilation.
2007-07-05  Vadim Zeitlinreset selection when sorting the items as they don...
2007-07-05  Vadim Zeitlindon't allow selecting multiple items in single selectio...
2007-07-05  Robert RoeblingwxDataViewCtrl can show tree/list music sample.
2007-07-05  Robert RoeblingGetting closer to working tree/list wxDataViewCtrl.
2007-07-05  Robert RoeblingNew API for wxdataViewCtrl (doesn't run yet).
2007-07-04  Vadim Zeitlinsimplify test for 64 bit architectures: just check...
2007-07-04  Vadim Zeitlinadded support for broadcasting to UDP sockets (patch...
2007-07-04  Vadim Zeitlinfixed bug which resulted in generation of spurious...
2007-07-04  Paul Cornettindentation cleanup, unused variables, constant express...
2007-07-04  Benjamin Williamsfix for bug #1686328
2007-07-04  Václav Slavíkalways assert if char<->wxUniChar conversion fails...
2007-07-03  Paul Cornettget color count from ComputeHistogram, use sprintf...
2007-07-03  Robert RoeblingUpport GNOME print GetTextExtent fix,
2007-07-03  Robert Roeblingupport wxListCtrl label edit changes
2007-07-03  Robert RoeblingLet GtkScrolledWindow handle scroll wheel events.
2007-07-03  Paul Cornettfix XPM SaveFile for more than 92 colors
2007-07-02  Julian SmartAdded SetBitmap, GetBitmap to wxWizard
2007-07-01  Benjamin Williamsin wxAuiNotebook, prevent unwanted page selection chang...
2007-06-30  Vadim Zeitlinchanged ds[pw] files to use CRLF eol style and not...
2007-06-30  Václav SlavíkXRC: Handle wxFLP_USE_TEXTCTRL in wxFilePickerCtrl...
2007-06-29  Václav Slavíkfixed wxVsnprintf() to write as much as it can if the...
2007-06-29  Vadim Zeitlinstrip the leading dot from extension if present in...
2007-06-29  Julian SmartPrevent seg fault for older GTK+
2007-06-29  Benjamin Williamsapplied patch 1737156 to wxAuiManager
2007-06-29  Benjamin Williamsin wxAUI, set the hint transparency before showing...
2007-06-28  Václav Slavíkfixed FromAscii to work with NULL argument (broken...
2007-06-28  Václav Slavíkfixed FromAscii() changes to correctly handle embedded...
2007-06-28  Václav Slavíkreturn const wxString& from wxFontMapper::GetDefaultCon...
2007-06-28  Václav SlavíkANSI+Unicode compatibility fixes to wxArrayString
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxHTML API
2007-06-28  Václav Slavíkdont use wxChar* arguments in wxDatePickerCtrlGeneric API
2007-06-28  Václav Slavíkdon't use wxChar* arguments in wxLogWindow API
2007-06-28  Benjamin Williamsfix for wxAuiNotebook middle-click close (was closing...
2007-06-28  Václav Slavíkfixes to handling of focus changes for toplevel windows
2007-06-28  Václav Slavíkadded wxString::FromAscii(char*,size_t) for consistency...
2007-06-28  Vadim ZeitlinCanAcceptFocus() now returns true if either the window...
2007-06-27  Benjamin Williamsadded middle-click close to wxAuiNotebook
2007-06-27  Paul Cornettblock signal handlers, instead of disconnecting, to...
2007-06-27  Vadim Zeitlindon't invalidate the font in SetNativeFontInfo[Desc...
2007-06-27  Vadim Zeitlinfix wxUniv/MSW compilation with wxUSE_MENUS==0 (patch...
2007-06-27  Benjamin Williamsin wxAuiNotebook, code to reduce flicker on page close
2007-06-27  Benjamin WilliamswxAuiNotebook::RemovePage() rewritten; fixes bugs ...
2007-06-26  Vadim Zeitlinfix bug in WX_GL_DOUBLEBUFFER handling introduced durin...
2007-06-26  Vadim Zeitlinremove .cvsignore files, they're useless with svn
2007-06-26  Václav Slavíkcompilation fixes for --with-regex=sys
2007-06-26  Václav Slavíkcompilation fixes for some cases
2007-06-25  Václav Slavíkcompilation fix if wxLongLong_t is not available
2007-06-25  Václav Slavíkremoved executable bit on files that aren't executables
2007-06-25  Václav SlavíkwxDFB wxUSE_STL compilation fixes
2007-06-23  Robert Roebling Upport scrolling changes and mouse wheel changes.
2007-06-22  Vadim Zeitlinfix asserts for dropdown items
2007-06-22  Vadim Zeitlindon't crash in SetBackgroundStyle() if the window is...
2007-06-22  Vadim Zeitlindon't always add wxCAPTION to wxMiniFrame style uncondi...
2007-06-22  Václav Slavíkuse wxCRT_VsprintfA name instead of vsprintf, for consi...
2007-06-22  Vadim Zeitlinmake JPEG callbacks extern "C" to fix Sun CC warnings
2007-06-22  Vadim Zeitlinfix warnings about parameters shadowing member variables
2007-06-22  Vadim Zeitlinpointer to literal string should be const
2007-06-22  Vadim Zeitlinfix Sun CC warnings about converting literal strings...
2007-06-22  Vadim Zeitlinsuppress Sun CC warnings about casting between C++...
2007-06-22  Vadim Zeitlinfix Sun CC warning about name clash between the method...
2007-06-22  Vadim Zeitlinbetter Sun CC fix: put the function in anonymous namesp...
2007-06-22  Vadim ZeitlinSun CC doesn't allow calling static function from templ...
2007-06-22  Václav SlavíkPCH-less compilation fix
2007-06-22  Robert Roebling Forgot this part of the event change patch from 2_8
2007-06-22  Robert Roebling Upport: Always use GdkPixbuf in wxBitmapButton
2007-06-22  Václav Slavíkhave only one string form of operator<< in output streams
2007-06-22  Václav Slavíknormalize printf/scanf format strings correctly on...
2007-06-22  Robert Roebling Upported event filter patch for wxTextCtrl::SetValue()
2007-06-22  Robert Roebling Correct gridlines drawing
2007-06-22  Robert Roebling Call clipping region methods from base class.
2007-06-22  Paul Cornettgtk_widget_destroy does not unref the widget unless...
2007-06-21  Vadim Zeitlinchanged AddPendingEvent() to take const wxEvent referen...
2007-06-21  Vadim Zeitlinfix STL build (don't rely on implicit wxString to char...
2007-06-21  Vadim Zeitlinfixed compilation in Unicode build (it was silently...
2007-06-21  Vadim Zeitlinfix compilation in ANSI STL build
2007-06-21  Vadim Zeitlinblind fix for wxUSE_WXDIB==0 compilation (replaces...
2007-06-21  Vadim Zeitlinpass double as sqrt() argument as at least Sun compiler...
2007-06-21  Julian SmartCopied fonts in art Clone
2007-06-21  Julian SmartAdded font setting and ability to determine AUI noteboo...
2007-06-21  Julian SmartAdded DetachOldLog to avoid destruction of old log...
2007-06-21  Vadim Zeitlincheck that we do have scrollbars before using them...
2007-06-21  Vadim Zeitlinfix to the previous commit: percent signs have to be...
2007-06-21  Paul Cornettfix reversed left/top variables
2007-06-21  Vadim Zeitlinfix handling of '#' in file names (patch 1740328)
2007-06-20  Paul Cornettfix reparenting a control into wxToolBar
2007-06-20  Julian SmartAdded extra width for controls to avoid edge being...
2007-06-20  Julian SmartFixed uninstalled toolbars in native toolbar mode,...
2007-06-20  Julian SmartFix for non-CG mode
next