]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2003-11-08  Vadim Zeitlinfix for previous commit
2003-11-08  Vadim Zeitlinuse [A-Z] instead of [[A-Z]] in tr (replaces patch...
2003-11-08  Vadim Zeitlinremoved assert which became incorrect after last change
2003-11-08  Václav Slavíkbuild_cfg_file is phony target
2003-11-07  Robin DunnFixed an accidental name clash, and added back a wxCHECK
2003-11-07  Robin DunnA little narrower initial layout
2003-11-07  Robin DunnSet m_rows, m_cols so GetRows/GetCols in the base class...
2003-11-07  Vadim Zeitlinfix for infinite loop in wxFileConfig when reading...
2003-11-07  Vadim Zeitlinfixed bug with looking beyond the end of string in...
2003-11-07  Stefan Csomorafter rearrangement to-Page got lost
2003-11-07  Robin DunnForgot to change the pos and span names
2003-11-07  Robin DunnRefactored wxSizerXmlHandler and added support for...
2003-11-07  Robin DunnFixed warning
2003-11-07  Robin DunnAdded default ctor
2003-11-07  Robin DunnCalling sizerItem->SetWindow shoudl set the minsize...
2003-11-06  Václav Slavíkmoved build.cfg to setup.h directory
2003-11-06  Václav Slavíkmoved build.cfg to setup.h directory
2003-11-06  David ElliottAdd wxCocoaNSWindow* parameter to GetAppMenuBar so...
2003-11-06  David Elliott* Removed CocoaInternalIdle()
2003-11-06  David ElliottDon't pass notifications to wxMenuBarManager. It will...
2003-11-06  David ElliottDon't call wxMenuBarManager::CocoaInternalIdle(). ...
2003-11-06  David ElliottAdd virtual wxMenuBar* GetAppMenuBar();
2003-11-06  Vadim Zeitlinfixed vertical scrollbar handling (broken by some relat...
2003-11-06  Vadim Zeitlinupdate list ctrl size after recreating it (when the...
2003-11-06  David ElliottwxMenuBarManager::InstallMenuBarForWindow no longer...
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()
next