]> git.saurik.com Git - wxWidgets.git/history - src/common
compilation fix for !WXWIN_COMPATIBILITY_2 and some code cleanup + smarter
[wxWidgets.git] / src / common /
2000-11-09  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2 and some...
2000-11-04  Václav Slavíkworkarounded false memory leak report
2000-10-25  Jouk Jansen Committing in .
2000-10-25  David Webstercompile bug fix
2000-10-24  David WebsterOS/2 updates for easier VA debugging
2000-10-20  Vadim Zeitlinremoved the pad from wxWindow::DoGetBestSize(), now...
2000-10-20  Vadim Zeitlinfixed off by 1 error in CharsetToEncoding() for CP...
2000-10-16  Julian SmartFixed memory leak
2000-10-12  Vadim Zeitlinanother GetInt/GetId bug fix
2000-10-11  Vadim Zeitlincosmetic fixes to font encoding names
2000-10-11  Václav Slavíkfixed Cyrillic encodings
2000-10-07  Vadim Zeitlin1. a couple of compilation warnings fixed (strconv...
2000-10-06  Václav Slavíkchanged \n\r to \r\n
2000-10-06  Julian SmartAdded DECLARE/IMLEMENT_CLASS for wxToolBarBase
2000-10-05  Julian SmartRemoved wxFindFocusDescendant for non-wxMSW platforms.
2000-10-04  Vadim Zeitlinmerged in the commit from the 2.2 branch
2000-10-04  Julian SmartSpeed fix for wxGenericDirCtrl, starting to add text...
2000-10-03  Jouk Jansen Modified Files:
2000-10-03  Julian SmartSmall fixes to defs.h; change "windows.h" to <windows...
2000-10-02  Vadim Zeitlinfix for group names containing ']'
2000-09-26  Julian SmartFiddled with wxFindWindowAtPoint to make it work with...
2000-09-26  Vadim Zeitlinfix from Robert
2000-09-26  Jouk Jansen Committing in .
2000-09-25  Ron Leeimplemented wxDisplaySizeMM for gtk, msw & motif.
2000-09-15  Julian SmartAdded Set/GetThemeEnabled and used this for determining...
2000-09-13  Vadim ZeitlinwxTimer::Start() now calls Stop()
2000-09-12  Vadim Zeitlin1. removed 'B' flag from treebase.cpp and regenerated...
2000-09-12  Julian SmartAdded wxHelpControllerHelpProvider, added DisplayContex...
2000-09-12  Jouk Jansen Committing in .
2000-09-11  Julian SmartwxHelpProvider now cleans itself up. wxTipWindow doesn't
2000-09-11  Julian SmartIncluded tipwindow.h unconditionally
2000-09-10  Vadim ZeitlinwxTipWindow added and is now used by wxSimpleHelpProvider
2000-09-10  Vadim Zeitlin1. added wxHelpProvider and (unfinished) wxSimpleHelpPr...
2000-09-10  Vadim Zeitlinuse the native msg box if available, fall back to wxWin...
2000-09-08  Vadim ZeitlinGetSelection() replaced with GetId() in OnMRUFile
2000-09-08  Vadim Zeitlinfixed wxContextHelpButton bitmap (dis)appearance
2000-09-08  Julian SmartFixed some broken things related to context help, fixed...
2000-09-08  Julian SmartPut wxContextHelp into cshelp.h/cpp, added wxContextHel...
2000-09-07  Julian SmartApplied memory allocation patch, and worked around...
2000-09-07  Julian SmartGot wxHelpContext working, plus wxFindWindowAtPointer...
2000-09-07  Julian SmartMade wxContextHelp implementation generic and added...
2000-09-06  Julian SmartImplemented wxHelpContext for wxGTK.
2000-09-06  Julian SmartAdded #include in helpbase.cpp
2000-09-06  Julian SmartAdded wxHelpEvent, wxContextHelp (MSW only so far)...
2000-09-04  Julian SmartCommented out palette code for wxGTK
2000-09-04  Julian SmartCorrected off-by-one bug in wxRect(const wxPoint&,...
2000-08-29  Julian SmartAdded wxCLIP_SIBLINGS. CVS also seems to think lots...
2000-08-29  Robert Roebling Merged sizer fix from stable branch
2000-08-24  Jouk Jansen Committing in .
2000-08-24  Julian SmartReplaced true/false with TRUE/FALSE
2000-08-22  Julian SmartAdded Reset() to command line parser and called it...
2000-08-21  Julian SmartDouble oops, removed include file
2000-08-21  Julian SmartOops, missed out include file
2000-08-21  Julian SmartDoc fix and SetArguments implementation
2000-08-20  Václav Slavíkfixed stupid loop in wxFileSystem::OpenFile
2000-08-15  Jouk Jansen Committing in .
2000-08-12  Mark Johnson db.cpp
2000-08-10  Jouk Jansen Committing in .
2000-08-09  Stefan Csomormerge of wxMac into main repository
2000-08-09  Jouk Jansen Committing in .
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-08-06  Julian SmartMingw32 fixes
2000-08-04  Julian SmartAdded settings.h include
2000-08-04  Julian SmartModified generic wxTreeCtrl to work under non-Unix...
2000-07-29  Julian SmartAdded version of Quantize that manages the palette...
2000-07-29  Julian SmartAdded Set/Get/HasOption members and moved palette to...
2000-07-28  Julian SmartAdded wxQuantize, wxSplashScreen, wxEffects & added...
2000-07-26  David Websterfix for VA 3.0 vs 4.0
2000-07-24  Julian SmartFixed wxMotif breakage, sorry!
2000-07-24  Ove KaavenTry to include windows.h.
2000-07-24  Guillermo Rodrigue... Fixed broken compilation due to Ove's last nice changes :-(
2000-07-24  Julian SmartCorrected test for _vsnprintf
2000-07-22  Julian SmartCygwin 1.1 mods (main branch)
2000-07-21  David Websterfixes for S_IFMT for OS/2 from WX_2_2_BRANCH
2000-07-21  Julian SmartCorrected some combobox-related code, changed ordering...
2000-07-21  Guillermo Rodrigue... Changes for VISAGECPP (use _ftime to avoid clock skew...
2000-07-19  Ove KaavenAn attempt at make the wxCSConv class useful. Uses...
2000-07-19  Ove KaavenMore Unicode compilation fixes.
2000-07-19  Ove KaavenThe wxFopen() fix again, but in the main branch.
2000-07-15  Bryan Pettymerged 2.2 branch
2000-06-08  Karsten BallüderAdded RTLD_GLOBAL to dlopen() flags which is needed...
2000-05-05  Julian SmartMisc fixes
2000-04-11  Vadim Zeitlinfixed double eol problem
2000-03-22  Vadim Zeitlinsmall fix to the msg catalog search path
2000-03-20  David WebsterOS/2 Updates
2000-03-19  Vadim ZeitlinwxFTP::Close() shouldn't hide base wxSocket function
2000-03-19  Vadim Zeitlinapparent gcc bug workaround
2000-03-19  Vadim Zeitlin1. fixed crash in wxDateTime::ParseDate
2000-03-18  Julian SmartCorrected my correction.
2000-03-18  Julian SmartMoved position of WXDLLEXPORT keyword
2000-03-17  Stefan NeisAdded include of module.h
2000-03-17  Vadim Zeitlin1. wxGetFullHostName() does return the full host name...
2000-03-17  Vadim ZeitlinHTTP_PROXY bug (freeze on program startup) should be...
2000-03-17  Vadim ZeitlinwxHandleFatalExceptions() added, documented
2000-03-17  Vadim Zeitlinskip status bars in wxWindow::Fit
2000-03-17  Guillermo Rodrigue... Fixed bug for late events arriving after connections...
2000-03-17  Vadim Zeitlinwarnings from FreeBSD compilation log removed
2000-03-17  Julian SmartDoc updates; new grid disabled for BC++/WIN16 (too...
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
2000-03-16  Guillermo Rodrigue... Removed bool params and retvalues in GSocket interface...
next