]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2003-11-06  Robin DunnTweaked the layout sample a bit for wxGridBagSizer
2003-11-06  David ElliottInclude mondrian.xpm for _all_ platforms except wxMSW
2003-11-06  David ElliottWrap ToolBar stuff with #if wxUSE_TOOLBAR
2003-11-06  David ElliottWrap some toolbar code in #if wxUSE_TOOLBAR
2003-11-06  David ElliottChanged Command to ProcessCommand
2003-11-06  David ElliottReplaced all occurences of id with winid for Objective...
2003-11-06  Julian SmartRemoved some old doc targets
2003-11-06  Robin DunnAdded wxGridBagSizer, a grid sizer where item positions...
2003-11-05  Václav Slavíkgenerate build.cfg file on Windows, with information...
2003-11-05  Václav Slavíkfixed wrong format names
2003-11-05  Dimitri SchoolwerthFixed bug introduced by previous commit (Swapped if...
2003-11-05  Dimitri SchoolwerthIgnore Borland build directory; Ignore 3 .lib files...
2003-11-04  David ElliottUse a lowercase 'q' for the Quit menu item's keyEquivalent.
2003-11-04  David ElliottRemoved call to InitBase() from wxWindowCocoa::Init()
2003-11-04  Dimitri SchoolwerthRemoved usage of deprecated methods (patch #827023...
2003-11-04  Dimitri SchoolwerthIgnore expat*.lib files and vc_lib directory which...
2003-11-04  Dimitri SchoolwerthwxWindowsPrinter::Print ignored the "All pages" option...
2003-11-03  Stefan NeisAdded some bad hacks to make region processing work...
2003-11-02  Mattia Barbon Compilation fix.
2003-11-02  Mattia Barbon Fix (correct) warning about potentially uninitialized...
2003-11-02  Mattia Barbon Compilation fix for wxUSE_STL==1.
2003-11-02  Mattia Barbon Updated changes.txt.
2003-11-02  Mattia Barbon Updated not to use deprecated wxList methods.
2003-11-02  Mattia Barbon Updated wxHashTable::Next documentation to use wxHash...
2003-11-01  Václav Slavíkstandardize configure flags in RPMs
2003-11-01  Vadim Zeitlinupdate from Tsolakos Stavros
2003-11-01  Vadim Zeitlincompilation fix for VC++ statis MT build with wxUSE_STL==1
2003-11-01  Vadim Zeitlindon't show hidden child frames when the parent is restored
2003-10-31  Václav Slavíkadd upper-case extensions to fallbac
2003-10-31  Václav Slavíkadded resolution option to JPEG handler (patch #833234)
2003-10-31  Vadim Zeitlinwarning about VC++ /ZI option and wxCOMPILE_TIME_ASSERT...
2003-10-31  Václav Slavíkdon't use deprecated symbols
2003-10-31  Vadim Zeitlinupdated SendIdleEvent() docs
2003-10-31  Vadim Zeitlinremoved InitBase()
2003-10-31  Vadim Zeitlinremoved InitBase()
2003-10-31  Robin DunnPatch #826420, and also adapted to new SWIG
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-10-30  Václav Slavík#if around deprecated macros
2003-10-30  Vadim Zeitlinadded missing _T()s in wxLogTraces
2003-10-29  Vadim Zeitlinupdate from Vegh Janos
2003-10-29  Vadim Zeitlinchanged case of the cursor names to be consistent with...
2003-10-29  Robin DunnAdded SetMin/SetMax
2003-10-29  Robin DunnFixed compile error
2003-10-28  Václav Slavíkuse -headerpad_max_install_names when linking shared...
2003-10-28  Vadim Zeitlindon't give error msg when deleting non existing keys...
2003-10-27  George TaskerAdded examples of an INSERT and a DELETE to the sample...
2003-10-27  Vadim Zeitlinreally applied Robert's patch (and not the converse...
2003-10-27  Vadim Zeitlinremoved virtual from functions which are not; expanded...
2003-10-27  Vadim ZeitlinwxFileExists() returns false for directories (bug 825507)
2003-10-27  Stefan NeisInitialize m_lNumRects to avoid core dumps if GpiQueryR...
2003-10-27  David ElliottChanged all symbols with the name "id" to "winid" to...
2003-10-27  David ElliottChanged all symbols with the name "id" to "winid" to...
2003-10-27  David ElliottChanged all symbols with the name "id" to "timerid...
2003-10-26  Václav Slavíkignore Bakefiles.local.bkgen
2003-10-26  Václav Slavíkadded C++BuilderX support (disabled by default)
2003-10-26  Mattia Barbon Darwin compilation fix.
2003-10-26  Stefan NeisFixed update rectangle passed to WinInvalidateRect...
2003-10-25  Václav Slavíkfixed sed command on solaris (bug #830138)
2003-10-25  Mattia Barbon More NO_PTR -> PTR compilation fixes.
2003-10-24  Robin Dunnfixed placement of pythonnote
2003-10-24  Vadim Zeitlinuse iconv() for wxCSConv constructed from a wxFontEncod...
2003-10-24  Mattia Barbon Match changes in DECLARE_*_CLASS.
2003-10-24  Vadim Zeitlincompilation fix for some Unicode builds
2003-10-24  Vadim Zeitlinfixed crash on startup under GTK
2003-10-24  Václav Slavíkfixed iso-8859-1 handling to report failures
2003-10-24  Václav Slavíkfixed crash if szLocale==NULL
2003-10-23  Mattia Barbon Until configure and aclocal.m4 are in CVS they should not
2003-10-23  Mattia Barbon Make both GCC and MSVC 5 happy.
2003-10-23  Mattia Barbon wxMac linking fix.
2003-10-23  Mattia Barbon Suboptimal wxColour::CreateByName implementation...
2003-10-23  Mattia Barbon Compilation fixes.
2003-10-23  Stefan Csomorfix for gcc MacOS
2003-10-23  Vadim Zeitlindon't refresh the font unnecessarily (patch from Robert...
2003-10-23  Vadim Zeitlindon't crash on startup (fix for last change)
2003-10-23  Vadim Zeitlinremoved a printf()
2003-10-22  Robin DunnAdded SetColumnCount method
2003-10-22  Vadim Zeitlindon't append spaces to all arguments in ConvertStringTo...
2003-10-22  Vadim Zeitlinmoved wxUSE_UNICODE <-> _UNICODE checks to wx/platform...
2003-10-22  Mattia Barbon Compilation and warning fixes for GCC 3.2.
2003-10-22  Mattia Barbon Fixed condition not to be always false.
2003-10-22  Mattia Barbon Compilation fix.
2003-10-22  Robin DunnreSWIGged
2003-10-22  Robin DunnreSWIGged
2003-10-22  Robin DunnAdd sample showing how to use the XRC subclass attribute
2003-10-22  Robin DunnSave the initial tstate during initialization
2003-10-22  Robin DunnUpdates for wxColourDatabase
2003-10-22  Stefan Csomorstring conversion bug fixed
2003-10-22  Stefan Csomorfix for unicode build
2003-10-22  Václav Slavíkinclude wx/platform, to get __WINDOWS__ etc
2003-10-22  Vadim Zeitlinaccount for parent area origin when creating controls...
2003-10-22  Vadim Zeitlinmoved text creation after tbar creation
2003-10-22  Vadim Zeitlinadded default value (0) for flags argument of AdjustFor...
2003-10-22  Vadim Zeitlinmention ShouldInheritColours() change
2003-10-22  Vadim Zeitlinregen'd after adding wx/dlimpexp.h
2003-10-22  Vadim Zeitlinremoved duplicate yellow green from colour database
2003-10-22  Stefan Csomoradding support for mach unicode builds
2003-10-21  Vadim Zeitlindon't allocate system fonts/colours dynamically
2003-10-21  Vadim Zeitlinfix for wxDateTime::SetToYearDay(last month day) (bug...
2003-10-21  Vadim Zeitlinfix for mistakenly prepending slash to the filenames...
2003-10-21  Vadim Zeitlingenerate trace messages with dialup mask so that they...
next