]> git.saurik.com Git - wxWidgets.git/history - src
corrections to directory management for Mac OS X
[wxWidgets.git] / src /
2001-05-10  David WebsterwxOS2 additional stylistic and coding standards.
2001-05-10  Václav Slavíksupressed error messages when wxCSConv cannot find...
2001-05-10  Václav Slavíkfixed wxListCtrl::EditLabel for MSW (ListView_EditLabel...
2001-05-10  Václav Slavíkfixed handling of root paths: now checks if string...
2001-05-10  Václav Slavíkfixed parsing of XPM data files from demos/forty
2001-05-10  Stefan Csomoradded lowercase functionality to wxHexToDec
2001-05-10  Václav Slavíkfixed fatal bug in wxBitmap::CreateFromXpm (the bitmap...
2001-05-10  Julian SmartAdded a couple more numeric character references
2001-05-10  David WebsterGet rid of the CVS merge characters that have worked...
2001-05-10  Julian SmartNULL -> 0
2001-05-10  Julian SmartNow sorts the files case-insensitively
2001-05-10  Guillermo Rodrigue... Private gsocket files were using 'typedef int bool...
2001-05-10  Stefan Csomorcorrected redraw problems in controls (the erroneusly...
2001-05-10  Stefan Csomorcorrected a bug in dc which resetted the port , exchang...
2001-05-09  Václav Slavíkremoved libxpm dependencies from makefiles
2001-05-09  Robin DunnAdded accessors for the sub-windows in the wxGrid.
2001-05-09  David WebsterUpdate on Client Size determinations
2001-05-09  David WebsterMore scrolling support
2001-05-09  Vadim Zeitlinfixed compilation
2001-05-09  David WebsterFixing the GetClientsize to deal with OS/2's coordinate...
2001-05-09  Vadim Zeitlinfixed wxExecute + DDE bug (merged from 2.2)
2001-05-08  Václav Slavíkswitched to new XPM code in wxMSW
2001-05-08  Václav Slavíkapplied patch for runtime loading of hhctrl.ocx
2001-05-08  Václav Slavíkswitched to new XPM code in wxMSW
2001-05-08  Václav Slavíkfixed missing include
2001-05-08  Václav Slavíkremoved MSVC libxpm makefiles
2001-05-08  Václav Slavíkforgot to check in wxHtmlProcessor::IsEnabled test...
2001-05-08  Václav Slavíkadded wxLogError to wxCSConv so that it complains if...
2001-05-08  Václav Slavíkremoved now obsoleted commented-out piece of code
2001-05-08  Robin Dunntest for mousewheel constants separatly
2001-05-08  Stefan CsomorwxRadioBox fixed on mac
2001-05-08  Gilles Depeyrotadded const for Mac OS X compilation
2001-05-08  Gilles Depeyrotremoved useless file (notebmac.cpp is the one that...
2001-05-08  Julian SmartRemoved wxXPMHandler
2001-05-08  Stefan Csomorchanged port handling
2001-05-08  Stefan Csomoradded xpm
2001-05-08  Gilles Depeyrotadded CreateFromXpm method that uses image xpm decoder
2001-05-08  Gilles Depeyrotadded definition/initialisation of static class member
2001-05-08  Stefan Csomorupdated opengl
2001-05-08  Stefan Csomormac fixes part II
2001-05-08  Julian SmartAdded "set new icon" menu item to taskbar sample; updat...
2001-05-08  Stefan Csomormac fixes
2001-05-08  Vadim Zeitlinfix setting colour for a listctrl item (merged from...
2001-05-08  Vadim Zeitlincorrect fix for Maximize() for hidden frames
2001-05-08  Vadim Zeitlinfixed iso8859-15 handling (backmerged from 2.2)
2001-05-07  David WebsterMore scrolling work.
2001-05-07  Vadim ZeitlinGetSelection() always returns from <= to as wxMSW does
2001-05-07  Julian SmartMisc small mods
2001-05-07  David WebsterSupport for scrolling
2001-05-06  Václav Slavíkfixed typo that caused incorrect if there was only...
2001-05-06  Gilles Depeyrotadded clientcontext variable to Open Transport initiali...
2001-05-06  Gilles Depeyrotapplied correction from Marc Newsam in calculations...
2001-05-06  Robin DunnAdded MouseWheel support to wxSTC
2001-05-06  Robin DunnFixed HandleMouseWheel to be __WIN32__ sensitive
2001-05-05  Václav Slavíkreverted the hack for accepting broken HHC files (new...
2001-05-05  Václav Slavíkadded new wxHF_xxxx contants to control wxHtmlHelpFrame...
2001-05-04  Václav Slavík1. changed AddSharedProcessor to AddGlobalProcessor
2001-05-04  David WebsterKeeping these somewhat up to date
2001-05-04  Robin DunnRedirected mouse wheel events from the child grid windo...
2001-05-04  Robin DunnAdded mouse wheel support for MSW. It generates a...
2001-05-03  Kendall BennettFixed Windows DLL link problems with wxHtmlProcessor
2001-05-03  David WebsterOS/2 fix in setdrive.
2001-05-03  Kendall BennettRemoved applet code from src directory
2001-05-03  Vadim Zeitlinfix InsertSeparator() (patch 420987)
2001-05-02  Robin DunnChanged WXUNUSED to WXUNUSED_UNLESS_DEBUG
2001-05-02  Václav Slavík1) some cleanup in wxHtmlWindow, moved private structur...
2001-05-02  Robin Dunntypo fixed
2001-05-02  Kendall BennettInitial check in of wxApplet code to CVS
2001-05-02  Kendall BennettFixed wxHTML code in a Watcom Win32 DLL
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-05-02  Vadim Zeitlinfixed (?) crashes because of default GUI font being...
2001-05-01  Gilles Depeyrotadded xpmdecod files
2001-05-01  Robert Roebling Some minor clean-ups to the wxScrolledWindow code.
2001-05-01  Gilles DepeyrotAdded Mac OS X resource file handling:
2001-05-01  Julian SmartRemvoed a yield in HitTest because of undesirable conse...
2001-05-01  Robert Roebling wxScrolledWindow next take, the Gizmo controls
2001-05-01  Gilles Depeyrotapplied SourceForge patch #419884 from Marc Newsam
2001-05-01  Julian SmartRemoved generic scrolwin.cpp from wxGTK list because...
2001-05-01  Julian SmartUpdated src/gtk/files.lst
2001-05-01  Jouk Jansen Committing in .
2001-05-01  Robert Roebling wxScrolledWindow now emits wxScrollWinEvents. Something
2001-05-01  Julian SmartAdded required #include
2001-05-01  Stefan Csomorcorrected event handling according to current msw/gtk...
2001-04-30  Robin DunnImplemented wxGetClientDisplayRect which returns the...
2001-04-30  David WebsterNew makefile and modified .def file supporting the...
2001-04-30  David WebsterToo quick a trigger finger first time. Compile error...
2001-04-30  David WebsterSuppress "Assignement in logical expression" type warni...
2001-04-30  David WebsterSupport for proper sizeing for scrolling
2001-04-30  David Websterno message
2001-04-30  Julian SmartChanged generic wxScrolledWindow -> wxGenericScrolledWindow
2001-04-29  Václav Slavíkminor comments tweaking
2001-04-29  Václav Slavíkchanged wxAddBasePath to wxHtmlCotentsItem's method
2001-04-29  Robert Roebling Native wxScrolledWindow finishing touches.
2001-04-29  Václav Slavíkcleanup
2001-04-29  Robert Roebling wxScrolledWindow is now a native widget under GTK.
2001-04-28  Václav Slavíkadded xpmdecod.cpp
2001-04-28  Václav Slavíkfixed gcc pragmas in fs_*.h,cpp
2001-04-28  Václav Slavíkadded wxXPMDecoder
2001-04-28  Robert RoeblingImplement wxRB_GROUP
2001-04-28  Gilles Depeyrotadded common imagxpm files
next