]> git.saurik.com Git - wxWidgets.git/history - src
extremely dumb script to create wxBase distrib
[wxWidgets.git] / src /
2001-12-10  Vadim ZeitlinwxBase compilation fix
2001-12-10  Julian SmartReversed crazy wxKEY_STRING/INTEGER thing
2001-12-10  Robert Roebling Small optical fix.
2001-12-10  Julian SmartEvent typo fixed
2001-12-10  Robert Roebling Changed wxTreeCtrl to look Mac-like under Mac
2001-12-09  Robert Roebling Changed semantics of clicking beside the text control
2001-12-09  Václav Slavíkclean is symbolic target
2001-12-09  Václav Slavíkfixed zlib watcom makefile
2001-12-09  Václav Slavíkadded wxMGL+DOS+Watcom makefiles
2001-12-09  Václav Slavíkmore MSDOS fixes (config file location)
2001-12-09  Vadim Zeitlinoops, a typo in the last commit
2001-12-09  Vadim ZeitlinItemHasChildren() should return TRUE for the items...
2001-12-09  Vadim Zeitlinfix for the crash when many listctrl items change state
2001-12-09  Vadim Zeitlinfix for my old and broken mingw32 headers
2001-12-09  Julian SmartDefine SF_UNICODE if undefined
2001-12-09  Stefan Csomoradded changes in order to make at least button events...
2001-12-09  Václav Slavíkcompilation fix for Watcom (sorry, Vadim, there's some...
2001-12-09  Václav SlavíkwxMGL Watcom compilation fixes
2001-12-09  Vadim Zeitlinfixed bug with the caret positioning after SetValue...
2001-12-09  Ron Leefix bogus VC 'for' scoping.
2001-12-09  Vadim Zeitlinfixed displaying text in non default charset in the...
2001-12-09  Vadim Zeitlinsuppress compilation warning
2001-12-09  Vadim Zeitlinadded wxEncodingToCodepage() and implemented it properl...
2001-12-08  Václav Slavíkfixes for setup.h handling in Watcom makefiles
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 SmartRemoved --use-temp-file removed from makeg95.env
2001-12-08  Vadim Zeitlininitialize m_hasXXX in wxWindowBase
2001-12-08  Stefan Csomorcorrected constness
2001-12-08  Vadim Zeitlinfixes for handling WM_SYSCOLORCHANGE - now seems to...
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  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í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 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  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  Vadim Zeitlinfixed wxConfig memory leak in wxFontMapper
2001-12-07  Vadim Zeitlindon't crash in wxGetWindowXXX() if HWND is 0
2001-12-06  Robert RoeblingAdded wxSP_SASH_AQUA style
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 for Watcom+MGL+MS-DOS
2001-12-05  Jouk Jansen Committing in .
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 BarbonFix for very old w32api
2001-12-04  Robert RoeblingStill more space around notebook pages...
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  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  Robert Roebling Replaced && with $ in bittest.
2001-12-03  Vadim Zeitlinfixed bug in AssignDir() which didn't always consider...
2001-12-03  George TaskerRemoved a call to Upper() on the table name when buildi...
2001-12-03  Vadim Zeitlinfixed mem leak in wxDataObjectComposite
2001-12-03  Vadim Zeitlindon't use wxRegEx in wxString::Matches
2001-12-02  George TaskerFixed incorrect deletion of hPalette if the call to...
2001-12-02  Gilles Depeyrotcorrected line endings in xml files (mistakenly committ...
2001-12-02  Gilles Depeyrotstore CodeWarrior 5.3 projects as xml instead of binary...
2001-12-02  Vadim Zeitlinfixed redraw problems on resize under MSW
2001-12-02  Vadim Zeitlinmore fixes to target window scrolling
2001-12-02  Vadim Zeitlinfixed event processing for the target window
2001-12-02  Vadim ZeitlinSetDefaultStyle(wxTextAttr()) now resets the default...
2001-12-02  Ron Leefixes for contrib build.
2001-12-02  Robin DunnwxTipWindow can now derived from wxFrame if not wxUSE_P...
2001-12-02  Vadim Zeitlinfixed stupid bug which prevented automatic encoding...
2001-12-02  Vadim Zeitlinalways use HWND first in WM_COMMAND handler to avoid...
2001-12-02  Vadim Zeitlinfixed bug introduced earlier today in wxTempFile::Open()
2001-12-01  Robin DunnAdded a dependency for setup.h so it will be copied...
2001-12-01  Robin Dunncompilation fix
next