]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-01-23  Robin DunnCleanup
2004-01-23  Robin DunnwxGTK has SetSelection now
2004-01-23  Robin Dunndocstring fix
2004-01-23  Robin DunnMore encoding constants
2004-01-23  Robin DunnFixed SWIG warning
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-23  Robin DunnFixed compile error
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-23  Ryan NortonCheck for WCHAR_T (thanks to ABX for pointing this...
2004-01-23  Julian SmartApplied patch [ 882493 ] Added XRC support for wxStatusBar
2004-01-23  Ryan NortonOS X Dock Menu/Taskbar support (not added to bakefiles...
2004-01-23  Ryan NortonHID support (preliminary - not added to bakefiles yet)
2004-01-23  Robin DunnFixed a "comparison is always false" warning
2004-01-23  Robin DunnMoved wxMacGetSystemEncFromFontEnc and wxMacGetFontEncF...
2004-01-23  Dimitri SchoolwerthFixed DDE memory leaks.
2004-01-23  Robin DunnFixed autodoc for static methods
2004-01-23  Robin Dunnensure that SetDimensions params are ints
2004-01-22  Robin Dunnbuild static lib and then use it for building wxrc
2004-01-22  Robin DunnBatch file for building the wxWindows .chm help file
2004-01-22  Robin DunnDon't forget wxrc
2004-01-22  Robin DunnStop the timer when the demo is shutdown
2004-01-22  Robin Dunnuse Bind
2004-01-22  Robin DunnAdd some missing wx. prefixes
2004-01-22  Robin Dunntake Throbber out of Misc
2004-01-22  Robin Dunnwx.App
2004-01-22  Robin Dunnadd an overview
2004-01-22  Robin DunnThese files just changed in SWIG again, so update the...
2004-01-22  Robin DunnUpdated SWIG patches and wxPython's SWIG runtime
2004-01-22  Václav Slavíkfixed wrong handling of magenta (patch #882201)
2004-01-22  Stefan Csomorno message
2004-01-22  Václav Slavíkfixed wrong handling of magenta (patch #882201)
2004-01-22  Stefan Csomorfont encoding support added
2004-01-22  Stefan Csomorsetting the default locale during startup
2004-01-22  Stefan Csomormoved system-fontencoding conversions to fontutil.cpp
2004-01-22  Stefan Csomormac encodings support
2004-01-22  Stefan Csomorsysten encoding for mac
2004-01-22  Stefan Csomorfont and system conversion functions for wxMac
2004-01-22  Stefan Csomoradded all standard mac encodings
2004-01-22  Vadim Zeitlinimplemented SetSelection
2004-01-22  Vadim Zeitlinpreselect the text in the dialog to allow replacing...
2004-01-22  Vadim Zeitlinimplemented HitTest() (modified patch 875957)
2004-01-22  Vadim Zeitlinfix what seems to be a big memory leaks in SetPageImage()
2004-01-22  Vadim ZeitlinGerman translations update from Martin Jost (patch...
2004-01-22  Vadim Zeitlinminimal changes needed to allow linking wxCocoa as...
2004-01-22  Vadim Zeitlinreplaced (references to) LastError() with GetLastError...
2004-01-22  Vadim Zeitlinuse wxColourDatabase::Find(), not obsolete FindColour...
2004-01-22  Vadim Zeitlinsuppress warnings about implicit float -> int conversions
2004-01-22  Vadim Zeitlinwarning about returning something from a void function
2004-01-22  Vadim Zeitlinsuppress warnings about implicit double -> int conversions
2004-01-22  Vadim Zeitlincompilation fix for !wxUSE_VALIDATOR
2004-01-22  Vadim Zeitlinlinking fix for wxCocoa apps using clipboard
2004-01-22  Vadim Zeitlinfix for wx-config --inplace --rezflags output in wxCoco...
2004-01-22  Vadim Zeitlindon't crash when restoring focus after showing a modal...
2004-01-22  Vadim Zeitlinmake it possible to restart timer with a simple Start...
2004-01-22  Vadim Zeitlinfixed compilation when wxUSE_THREADS == 0
2004-01-22  Václav Slavíklet <wx-lib>odbc</wx-lib> do nothing if USE_ODBC=0
2004-01-22  Václav Slavíkbcc has ODBC symbols in odbc32.lib, not import32.lib
2004-01-22  David ElliottUnicode build fixes
2004-01-22  David Elliott* Add Unicode support for wxNSStringWithWxString and...
2004-01-22  David ElliottApplied patch #881258: Add wxT() to debug messages...
2004-01-22  David ElliottApplied correct filename case for header imports from...
2004-01-22  David ElliottBaked files with Bakefile 0.1.2 (Mac OS 10.3 Python...
2004-01-21  Robin DunnTypos fixed and further clarification of the Python...
2004-01-21  Robin DunnChanges needed to put the Panther version in the right...
2004-01-21  Robin DunnTypos fixed and other tweaks
2004-01-21  Václav Slavíkfixed typo
2004-01-21  Václav Slavíkdisable multilib by default for Watcom
2004-01-21  Julian SmartwxFileDialog now returns correct filter index for multi...
2004-01-21  Julian SmartFilter index wasn't being set for multiple file dialog
2004-01-21  Robin DunnUse Bind
2004-01-21  Robin Dunnnew encoding constants
2004-01-21  Robin DunnFix cleanup exceptions
2004-01-21  Robin Dunncleanup, docs, and typos
2004-01-20  Robin DunnUse new SystemSettings names
2004-01-20  Robin Dunnuse new syntax for emitting python code
2004-01-20  Robin Dunntypos fixed and more notes on some changes
2004-01-20  Robin DunnBe sure to mention the directories too so they get...
2004-01-20  Robin DunnPatches from Tomo
2004-01-20  Stefan Csomorpreliminary fix, for using the correct output encoding...
2004-01-20  Stefan Csomoradded mac conversions
2004-01-20  Stefan Csomorwchar_t (4 bytes) / unichar (2 bytes) problems first...
2004-01-20  Stefan Csomorstring conversion implemented for mac
2004-01-20  Stefan Csomorambiguous operator[] access
2004-01-20  Stefan Csomorsystem includes instead of user
2004-01-20  Stefan Csomorgcc warnings
2004-01-20  Stefan Csomorturn off unknown pragma for CW 9
2004-01-20  Dimitri SchoolwerthRemoved obsolete file and added 2 new required ones.
2004-01-20  Dimitri SchoolwerthAdded ../../include/wx/ to path.
2004-01-20  Chris Elliottfix for DMC missing mouse defines - linking of minimal...
2004-01-20  David ElliottWhen inserting a new menu don't try to find th epositio...
2004-01-19  Ryan Norton- Got rid of warnings
2004-01-19  Julian SmartSometimes the clipping region can become bigger than the
2004-01-19  David ElliottReverting wxAppTraits GSocket patch
2004-01-19  Chris Elliottfix for DMC missing mouse defines
2004-01-19  Chris Elliottfix for DMC missing TVS_INFOTIP
2004-01-19  Julian SmartSome doc corrections
2004-01-19  Dimitri SchoolwerthApplied patch #876800: "Alphabetical order of tabs...
2004-01-19  Václav Slavíksupressing legitimate warnings was bad idea, reverting
2004-01-19  Julian SmartAdded back constructor implementations
next