]> git.saurik.com Git - wxWidgets.git/history - src
wxSTC changes to help it work better on wxMac
[wxWidgets.git] / src /
2002-05-15  Robin DunnwxSTC changes to help it work better on wxMac
2002-05-15  Gilles Depeyrotapplied copy constructor fix to assignment operator...
2002-05-14  Julian SmartIn an expose event, the m_clearRegion is also updated...
2002-05-14  Vadim Zeitlindon't send SPLITTER_POS_CHANGED events when the splitte...
2002-05-14  Václav Slavíkno, DO NOT use wxMessageBox where wxLogError is more...
2002-05-14  Julian SmartFixed double deletion in region iterator
2002-05-14  Robin DunnFixed a lost #else
2002-05-14  Vadim Zeitlinadded missing extern "C" required for Sun CC
2002-05-14  Vadim Zeitlinrenamed main to mymain to suppress the warnings
2002-05-14  Vadim Zeitlinfixed a warning
2002-05-14  Julian SmartInitialized the controls on the widgets spinbutton...
2002-05-14  Robin DunnwxSTC begins to work on wxMac...
2002-05-13  Vadim Zeitlincleared the wxFileNameFromPath mess
2002-05-13  Robin DunnAdded some inline helpers so the dependence on wxUSE_UN...
2002-05-13  Robin DunnThe use of wxPopupWindow fo rhte autocomplete and callt...
2002-05-13  David WebsterPopup Window now supported in OS/2 (for tipwindows...
2002-05-13  David WebsterWeekly catch up.
2002-05-13  David WebsterWXPM now uses popupwindows.
2002-05-13  Julian Smarttextctrl.cpp: Removed assert from CanRedo/CanUndo since...
2002-05-13  David WebsterCompiler bug
2002-05-13  Julian SmartEliminated a couple of warnings
2002-05-12  Vadim Zeitlinfixed bug with using wrong interval (-1) when restartin...
2002-05-12  Vadim Zeitlinfixed wxFontDialog API: accept const ref instead of...
2002-05-12  Julian SmartAdded overloaded AddChild from contributor
2002-05-12  Julian SmartFixed mouse handling for captured windows
2002-05-12  Julian SmartAdded recursive event handler pushing to fix context...
2002-05-12  Vadim Zeitlinfixed crashes in GtkText when it was refreshed from...
2002-05-12  Vadim Zeitlinmade wxIsInsideYield global -- will be fixed when we...
2002-05-12  Gilles Depeyrotuse tm_gmtoff instead of timezone variable if tm struct...
2002-05-11  Vadim Zeitlinadded a comment about the default button handling
2002-05-11  Vadim Zeitlindon't treat Enter always as Tab, just for the text...
2002-05-11  Vadim Zeitlinchanged the handling of the default buttons to be more...
2002-05-11  Gilles Depeyrotadded wxControlWithItems constructor/destructor (for...
2002-05-11  Vadim Zeitlinfixed incorrect assert for the default compression...
2002-05-11  Vadim Zeitlinfixed the rule for compiling the RC files
2002-05-11  Stefan Csomorappearance box drawing
2002-05-11  Stefan Csomorappearance fonts
2002-05-11  Stefan Csomorkey handling
2002-05-11  Stefan Csomorcorrected background
2002-05-11  Stefan Csomorcommon value changed code for spinbutton
2002-05-11  Stefan Csomorfixed redrawing bug
2002-05-11  Stefan Csomoradded carbon events for navigation keys, size corrections
2002-05-11  Stefan Csomortooltip displaying correct background under OSX , antia...
2002-05-11  Stefan Csomortoplevel native window disposal in deferred delete...
2002-05-11  Stefan Csomorchanged initialization of TXN in order to avoid crashes...
2002-05-11  Stefan Csomornative window disposal is moved to deferred delete...
2002-05-11  Stefan Csomorcorrected appeaance of boxes und OSX
2002-05-11  Stefan Csomorswitched to appearance savvy gui/system fonts
2002-05-10  Vadim Zeitlinfixes for BSD make
2002-05-10  Robin DunnFixed a crash when GetMonthControl returns NULL
2002-05-10  Vadim Zeitlinfix compilation for the platforms which don't have...
2002-05-10  Vadim Zeitlintest for HAVE_FNMATCH, not HAVE_FNMATCH_H
2002-05-10  David WebsterFix for upside down bmp projections
2002-05-09  Vadim Zeitlindon't put the windows created with y or height of ...
2002-05-09  Vadim Zeitlinapplied patch to build wxMSW with CW7 (patch 550445)
2002-05-09  Vadim Zeitlinfixed list item attributes when inserting/deleting...
2002-05-09  Vadim Zeitlinadded/documented wxApp::FilterEvent
2002-05-09  Vadim Zeitlinadded (and documented) wxSafeShowMessage, use it in...
2002-05-09  Vadim Zeitlinthe build options are now checked in the application...
2002-05-09  Vadim Zeitlinno changes
2002-05-09  Gilles Depeyrotimplement explicit copying instead of forbidding it
2002-05-09  Vadim Zeitlingenerate the mouse click events for the static controls
2002-05-08  Stefan Csomorfixed casting for X
2002-05-08  Stefan Csomoradded spinctrl to be ignored when clicked (otherwise...
2002-05-08  Stefan Csomordisplay rect fixed
2002-05-08  Stefan Csomoronly use tool window style for floating windows, no...
2002-05-08  Stefan Csomoradded mlte initialization
2002-05-08  Stefan Csomoradded mlte implementation
2002-05-08  Stefan Csomoradded rtti info (python problem)
2002-05-08  Stefan Csomorlayout improvement on mac
2002-05-08  Stefan Csomoradded small font for wxSWISS
2002-05-08  Stefan Csomorfilename workaround CW bug in debug builds
2002-05-08  Vadim Zeitlinadded missing wxListItem copy ctor to wxMSW, moved...
2002-05-08  Vadim Zeitlincompilation fix for wxObject NO_COPY
2002-05-08  Gilles Depeyrotregenerated for new build.h file
2002-05-08  Gilles Depeyrotimplemented explicit copy constructors (needed for...
2002-05-08  Gilles Depeyrotadded missing include file
2002-05-08  Julian SmartAdded Ok() member for print data, print dialog, page...
2002-05-08  Gilles Depeyrotimproved dependencies for Info.plist
2002-05-08  Gilles Depeyrotcorrected application bundle building for Mac OS X
2002-05-08  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-08  Vadim Zeitlinadded missing header for not PCH case
2002-05-08  Gilles Depeyrotimproved out of memory handling by return failure statu...
2002-05-08  Gilles Depeyrotremoved useless trailing semicolon
2002-05-08  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-08  Gilles Depeyrotimplemented missing copy constructor (needed for non...
2002-05-08  Gilles Depeyrotadded DECLARE_NO_COPY_CLASS where appropriate since...
2002-05-08  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-08  Gilles Depeyrotcorrected conditional compilation for Darwin / Mac...
2002-05-08  Gilles Depeyrotcorrected warnings when compiled with -Wall -W
2002-05-08  Gilles Depeyrotignore Mac OS X specific files
2002-05-08  Jouk Jansen Committing in .
2002-05-08  David WebsterMore of the same.
2002-05-07  Vadim Zeitlinadded src/msw/popupwin.cpp to the makefiles
2002-05-07  Vadim Zeitlinfixed Windows style of wxPopupWindow
2002-05-07  David WebsterMore image processing updates
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-07  Gilles Depeyrotimplemented explicit copy constructor and assignement...
2002-05-07  Vadim Zeitlinadded wxBuildOptions and check that they are the same...
2002-05-07  David WebsterMore image updates
next