]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2001-12-09  Vadim Zeitlinsuppress compilation warning
2001-12-09  Vadim Zeitlinadded wxEncodingToCodepage() and implemented it properl...
2001-12-09  Vadim Zeitlinrefresh the window when the size changed
2001-12-08  Václav Slavíkfixes for setup.h handling in Watcom makefiles
2001-12-08  Václav SlavíkWatcom docs correction
2001-12-08  Václav Slavíkbuild zlib in WIN32, not MSDOS mode
2001-12-08  Václav Slavíkcompilation fix for Watcom C++
2001-12-08  Václav Slavíkreverted SciTech sabotage of Watcom compilation (invali...
2001-12-08  Václav Slavíkmoved HAVE_BOOLEAN logic specific to wxWindows outside...
2001-12-08  Václav Slavíkcompilation fix for Watcom
2001-12-08  Vadim Zeitlinfixed bugs with setting the client size when the differ...
2001-12-08  Mattia BarbonApplied #486410
2001-12-08  Vadim Zeitlin1. don't emulate OFN_OVERWRITEPROMPT, use the real...
2001-12-08  Julian SmartSome updates to the MSW install text
2001-12-08  Julian SmartRemoved --use-temp-file removed from makeg95.env
2001-12-08  Julian SmartCorrected CVS commit clash; small doc changes (removed...
2001-12-08  Robin DunnAdded clipboard cut and paste
2001-12-08  Vadim Zeitlininitialize m_hasXXX in wxWindowBase
2001-12-08  Stefan Csomorcorrected constness
2001-12-08  Robin DunnAdded comment about an untested code path...
2001-12-08  Robin DunnNasty workaround for an incompatible low-level change...
2001-12-08  Robin Dunnalso turn off build of gizmos and dllwidget if CORE_ONLY==1
2001-12-08  Vadim Zeitlinfixes for handling WM_SYSCOLORCHANGE - now seems to...
2001-12-08  Václav Slavíkadded wxMGL_DOS platform
2001-12-08  Václav Slavík- added precompiled headers code
2001-12-08  Václav Slavíkcompilation fix
2001-12-07  Robert RoeblingMade Aqua style internal in wxSplitterWindow.
2001-12-07  Robert RoeblingRemoved Aqua style from docs.
2001-12-07  Václav Slavíkcompilation fix for Watcom
2001-12-07  Václav SlavíkDOS compilation fixes
2001-12-07  Václav Slavíkfixes for wxUSE_MIMETYPE==0 and fixes for compilation...
2001-12-07  Václav Slavíkthe sample should really really show treectrl's native...
2001-12-07  Václav Slavíkfixed rendering of expanded nodes with exactly one...
2001-12-07  Václav Slavíkcompilation fix for Watcom/DOS
2001-12-07  Václav Slavíkwatcom fixes
2001-12-07  Václav Slavíkcompilation fix for Watcom
2001-12-07  Václav Slavíkcompilation fix for wxULongLongWx::Divide (Vadim, is...
2001-12-07  Václav Slavík(temporary) hotfix for Watcom/DOS and PNGLINKAGEMODE
2001-12-07  Václav SlavíkwxFileSystem w/o wxUSE_MIMETYPE fixes
2001-12-07  Václav SlavíkMS-DOS fixes
2001-12-07  Gilles Depeyrotuse "..." instead of <...> for wx includes
2001-12-07  Robin DunnAdded wxLEDNumberCtrl to gizmos and wxPython
2001-12-07  Julian SmartSmall corrections -- please remember to put a blank...
2001-12-07  Vadim Zeitlinshow font encoding as well; use a splitter to allow...
2001-12-07  Vadim Zeitlinpropose to the user to use the replacement encoding...
2001-12-07  Stefan Csomoradded method for getting the help menu on classic and...
2001-12-07  Stefan Csomoradded method for getting the help menu
2001-12-07  Robin DunnChanged a method name
2001-12-07  Vadim Zeitlinfixed wxConfig memory leak in wxFontMapper
2001-12-07  Vadim Zeitlindon't crash in wxGetWindowXXX() if HWND is 0
2001-12-06  Robin Dunndllwidget demo updates
2001-12-06  Robin Dunn.cvsignore
2001-12-06  Robin DunnAdded some event handlers to show they work
2001-12-06  Robin DunnDon't send the button event in idle time, just release...
2001-12-06  Robin DunnAdded wxDllWidget from Vaclav Slavik which allows wx...
2001-12-06  Robert RoeblingAdded wxSP_SASH_AQUA style
2001-12-05  Ron Leetypo fix
2001-12-05  Gilles Depeyrotuse wxWindow instead of wxTopLevelWindow (not yet imple...
2001-12-05  Stefan Csomorchanged DoMoveWindow not to change the height of the...
2001-12-05  Stefan Csomorchanged default size, because MacOS X was using the...
2001-12-05  Václav SlavíkDOS+Watcom fixes
2001-12-05  Václav Slavíkcompilation fixes (I wonder how did you people ever...
2001-12-05  Václav Slavíkcompilation fixes for Watcom+MGL+MS-DOS
2001-12-05  Robin DunnwxRemotelyScrolledTreeCtrl draws its own lines if wxTR_...
2001-12-05  Julian SmartAdded univ.rsp and included files in wxMSW distrib
2001-12-05  Jouk Jansen Committing in .
2001-12-04  Václav SlavíkMS-DOS fix
2001-12-04  Václav Slavík1. Who the hell wrote that idiotencode for choosing...
2001-12-04  Václav Slavíkcompilation fix - wxCoord, not int
2001-12-04  Václav Slavíkwatcom headers don't define M_PI
2001-12-04  Robert RoeblingAqua splitter sashes.
2001-12-04  Stefan Csomorchanged defaultitem method from belonging to a panel...
2001-12-04  Mattia BarbonUpdated docs for wxTaskBarIcon
2001-12-04  Mattia BarbonFix for very old w32api
2001-12-04  Robert RoeblingStill more space around notebook pages...
2001-12-04  Vadim ZeitlinwxUSE_TIPWINDOW may be set even if wxUSE_POPUPWIN is...
2001-12-04  Robert RoeblingNotebook sizers didn't take any borders into account,
2001-12-04  Stefan Csomorchanged the button container from wxPanel to wxWindow
2001-12-04  Robert RoeblingCompile fix for app.cpp without precompiled headers.
2001-12-04  Vadim Zeitlinfixed compilation
2001-12-04  Stefan Csomoradded default return and escape/command-period handling...
2001-12-04  Robert RoeblingTemporary fix for wxFileName under Mac - ignore volumes.
2001-12-04  Vadim Zeitlinadded wxFileName::MakeRelativeTo() and the tests/docs...
2001-12-04  Julian SmartTried to fix makefile.g95
2001-12-04  Vadim Zeitlincompilation fix for HAVE_SETENV
2001-12-04  Stefan CsomorMacOS X was having a coordinate rollover for a rectangl...
2001-12-04  Julian SmartIfdefed out code that wouldn't compile with Mingw32...
2001-12-04  Ron Lee(Blind) fix for BCC compile glitch.
2001-12-04  Julian SmartOnly paint lines in MSW
2001-12-04  Ron Leefix for wxDynamicCast making it safe to pass factory...
2001-12-04  Vadim Zeitlinfixed assert failure when removing a menu
2001-12-04  Vadim Zeitlinfixed Assign(fullpath, fullname)
2001-12-04  Robert RoeblingThe code in wxMac's listbox was too ambitious in filtering
2001-12-03  Robert Roebling Make wxMac single line text control ignore ENTER
2001-12-03  Robin DunnwxRemotelyScrolledTreeCtrl now draws its own lines
2001-12-03  Robert Roebling Replaced && with $ in bittest.
2001-12-03  Robin DunnwxRemotelyScrolledTreeCtrl now draws its own lines
2001-12-03  Robin DunnMore fixes and updates
2001-12-03  Julian SmartMoved line-drawing to splittree implementation.
2001-12-03  Robin DunnAdded SplitTree sample to the demo
next