]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2001-11-30  Robin DunnForgot to take the unneeded code out
2001-11-30  Robin DunnwxTipWindow is now a wxPopupTransientWindow instead...
2001-11-30  Vadim Zeitlindon't use implicit parent for the progress dialogs
2001-11-30  David WebsterCan't just wxASSERT(0). Give "constant in conditional...
2001-11-30  Vadim Zeitlinextended file name tests
2001-11-30  Vadim Zeitlinadded volume support and support for UNC paths under...
2001-11-30  Vadim Zeitlinadded wxFileName docs skeleton
2001-11-30  Vadim Zeitlinnow the methods are sorted in the correct order in...
2001-11-30  Robin DunnAdded the standard lines needed for compiling with...
2001-11-30  Robin DunnSWIGged code update
2001-11-30  Robin DunnAttempted to add the SplitTree gizmo classes, but it...
2001-11-30  Gilles Depeyrotadded AppleScripts to export/import xml files from...
2001-11-30  Vadim Zeitlincorrected InternetGetConnectedState() prototype
2001-11-30  Vadim Zeitlinset app name to argv[0] by default, as was done before
2001-11-30  Julian SmartFixed bug in wxConvertDIBToBitmap (contributed)
2001-11-30  Robin DunnSWIGged code update for wxGTK
2001-11-30  Robin DunnFixed some warnings in wxSTC
2001-11-30  Robin DunnAnother blind attempt to fix AltGr issues in wxSTC...
2001-11-29  Václav Slavíkczech translation update (not yet finished)
2001-11-29  Vadim Zeitlinfixed backslashes parsing in the cmd line
2001-11-29  Julian SmartDon't convert args if NULL
2001-11-29  Ron LeeAdd wxPython/contrib/gizmos to PYTHON_DIST
2001-11-29  Robin DunnChanges to ensure that GDI objects returned from Python...
2001-11-28  Václav Slavíkfixes w.r.t. size_t vs. int
2001-11-28  Mattia BarbonFixed error in translation ( thanks to Nerijus Baliunas...
2001-11-28  Vadim Zeitlinfixed (at least some of) the focus asserts
2001-11-28  Vadim ZeitlinHelpGen doesn't work in GUI mode
2001-11-28  Julian SmartSmall change
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-28  Vadim Zeitlinreplaced "CC = gcc" and even stranger "CPP = gcc -g...
2001-11-28  Vadim Zeitlinadded missing files
2001-11-28  Robert Roebling Darwin has commandline args.
2001-11-28  Julian SmartAdded missing files to project file.
2001-11-28  Vadim Zeitlinreplaced `wx-config --cflags` with `wx-config --cxxflag...
2001-11-28  Robin DunnAdded wxChildFocusEvent
2001-11-28  Robin DunnAdded tooltips to the buttons in the wxEditableListBox
2001-11-28  Vadim Zeitlinblind fix for iconizing/restoring hidden child frames bug
2001-11-28  Vadim Zeitlinfixed stupid bug in tab traversal code which totally...
2001-11-27  Mattia BarbonFixes for Cygwin compilation
2001-11-27  Václav Slavíksecond halt of Chris' wxImage ICO patch
2001-11-27  Václav Slavíkadded two-step creation of wxHtmlWindow
2001-11-27  Václav Slavíkcompilation fix
2001-11-27  Václav Slavíkdocs update for Greg's wxGenericTreeCtrl patch
2001-11-27  Vadim Zeitlinfudged the extra width in GetBestSize() to fit better
2001-11-27  Vadim Zeitlinadded some test for the choice dialog sizing
2001-11-27  Vadim Zeitlindon't show scrollbars at all when the window is big...
2001-11-27  Vadim Zeitlinadded more instruction for writing the docs
2001-11-27  Vadim Zeitlinoops, forgot to commit the header for the notebook fix
2001-11-27  Robin DunnNew SWIGged files for wxGTK
2001-11-27  Robin Dunnset the background brush to the window's background...
2001-11-27  Robin DunnNew SWIGged files for wxMac
2001-11-27  Robin DunnAdded IsVertical to wxMac's wxScrollBar. (It doesn...
2001-11-27  Robin DunnChanges needed to solve wxPython's OOR problem for...
2001-11-27  Robin DunnChanges needed to solve wxPython's OOR problem for...
2001-11-27  Robin DunnShapes will now draw the right background color when...
2001-11-27  Václav SlavíkwxMGL compilation fix
2001-11-26  Gilles Depeyrotcorrected shared library linking for Darwin (dylib...
2001-11-26  Gilles Depeyrotcorrected shared library linking (add wx library to...
2001-11-26  Robin DunnChanged WXDLLEXPORT --> GIZMOSDLLEXPORT (and added...
2001-11-26  Vadim Zeitlinfixed listbox initial size determination
2001-11-26  Vadim Zeitlinsuperposition of text styles in wxTextCtrl now works...
2001-11-26  Vadim Zeitlinremoved unneeded include from the header
2001-11-26  Vadim Zeitlinfixed notebook tabs refresh when changing them under...
2001-11-26  Vadim Zeitlinfixed wxRadioBox::Enable() and Show() to enable/show...
2001-11-26  Vadim Zeitlinfix for incorrect assert in SetClientObject
2001-11-26  Vadim Zeitlincompilation warning fixed for wxUSE_TOOLTIPS==0
2001-11-26  Gilles Depeyrotadded missing const for char* arguments
2001-11-26  Gilles DepeyrotAdded compile-time check to be sure that wxUSE_ is...
2001-11-26  Ron Leeadded wx(U)int64, then added it to wxDataStream so...
2001-11-25  Václav SlavíkwxT(), not _()
2001-11-25  Gilles Depeyrotadded dynamic shared library (dylib) initialization...
2001-11-25  Vadim Zeitlinadded wxCmdLineParser::ConvertStringToArgs(), wxApp...
2001-11-25  Mattia BarbonUpdated Italian translations
2001-11-25  Robert Roebling Correct wxTimer bug in wxGTK.
2001-11-25  Gilles Depeyrotremoved MAKE variable which is set by make, otherwise...
2001-11-25  Vadim Zeitlinfixed comment about [not] deleting wxConfig::Get()...
2001-11-25  Vadim Zeitlinchanged wxYES_NO to be equal to wxYES | wxNO freeing...
2001-11-25  Vadim Zeitlinfixed wxTE_LINESCROLL definition to not conflict with...
2001-11-25  Vadim Zeitlinfixed VC++ warning
2001-11-25  Gilles Depeyrotcorrected case of DeRez for Mac OS X
2001-11-25  Gilles Depeyrotmoved wx/panel include to correct wxGTK compilation...
2001-11-25  Vadim Zeitlinremoved small as otherwise the code was apparently...
2001-11-25  Vadim Zeitlinminor updates/clarifications to the wxNotebook docs
2001-11-25  Gilles Depeyrotremoved trailing ; after DECLARE_ macros
2001-11-25  Vadim Zeitlinadded Remove() test
2001-11-25  Gilles Depeyrotremoved trailing ; after DECLARE_NO_COPY_CLASS
2001-11-25  Vadim Zeitlincentre on screen the dialogs without epxlicit position
2001-11-25  Vadim Zeitlinfixed the message when creating setup.h
2001-11-25  Vadim Zeitlinadded wxCHANGE_DIR test
2001-11-25  Vadim Zeitlinadded wxCHANGE_DIR flag support to wxMSW implementation
2001-11-25  Gilles Depeyrotuse "..." instead of <...> for wx includes
2001-11-25  Gilles Depeyrotremove static libraries and recreate them to avoid...
2001-11-25  Gilles Depeyrotuse "..." instead of "..." for wx includes
2001-11-25  Gilles Depeyrotcorrected blind fix of missing .c_str()s
2001-11-25  Robin DunnAdded wxDynamicSashWindow to wxPython, plus other odds...
2001-11-25  Robin DunnAdded wxDynamicSashWindow to wxPython, plus other odds...
2001-11-25  Robin DunnAdded ability for wxSTC's scrollbars to be supplieed...
2001-11-25  Robin DunnAdded wxDS_DRAG_CORNER so the corner dragging can be...
2001-11-25  Robin DunnHonor the SetUseHorizontalScrollBar setting.
2001-11-25  Vadim Zeitlinfix for focus handling in case when the panel itself...
next