]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2000-02-09  Vadim Zeitlinfixed fatal bug in wxStatusBar::SetFieldsCount(), added...
2000-02-09  Vadim Zeitlinsome Motif compilation fixes
2000-02-09  Vadim Zeitlinmore HP-UX compilation warnings fixed (187th try)
2000-02-09  Vadim Zeitlinand ITEM_COLLAPSED/ING too
2000-02-09  Vadim Zeitlinadded EVT_TREE_ITEM_ACTIVATED
2000-02-09  Stefan NeisFix refreshs for wxGTK.
2000-02-09  Guillermo Rodriguez... let's see it it works now...
2000-02-09  Michael BedwardChanged grid line positioning slightly to line up the...
2000-02-09  Michael BedwardFixed problem where corner label was displayed when...
2000-02-09  Michael BedwardSimplified sizing code. Sub-windows are now sized...
2000-02-09  Michael BedwardPartially reverted last changes because of problems...
2000-02-09  Michael BedwardInitializing more variables in wxGrid::Create()
2000-02-09  Michael BedwardAdded more 3d rendering to row and col labels and remov...
2000-02-09  Michael BedwardA few optimizations to Refresh() calls for the grid...
2000-02-09  Michael BedwardImplemented row and col label size functions.
2000-02-09  Stefan NeisMore fixes
2000-02-08  Stefan NeisFixed typo
2000-02-08  Václav Slavíkfixed incorrect parsing of http://domain.com:portnumber/
2000-02-08  Robin DunnFix in parse headers so it wouldn't always store an...
2000-02-08  Guillermo Rodriguez... Life! version 2
2000-02-08  Julian SmartShowFullScreen (MSW) doc; projgen updates
2000-02-08  Julian SmartMinor mods if any
2000-02-08  Julian SmartAdded ShowFullScreen call (MSW only)
2000-02-08  Julian SmartVC++ project file updates; minor sashwindow/splitterwin...
2000-02-08  Julian SmartMisc. fixes for obscure compilers
2000-02-08  Julian SmartAdded ShowFullScreen
2000-02-08  Vadim Zeitlindon't use ROPs for drawing the text for wxMSW compatibility
2000-02-08  Guillermo Rodriguez... Changed the order in which events are checked, so that...
2000-02-08  Vadim Zeitlinadded checks for Xm/Xpm headers/libs in CFLAGS/LDFLAGS
2000-02-08  Vadim Zeitlincache the result of socklen_t check
2000-02-08  Vadim ZeitlinHP-UX compilation errors
2000-02-08  Bart A.M. Jourquinadd SQL_CATALOG and SQL_LOG filename variablesas extern
2000-02-08  Bart A.M. Jourquinadd SQL_CATALOG and SQL_LOG filename variables
2000-02-08  Michael BedwardFixed problem with label resize cursor not resetting
2000-02-08  Guillermo Rodriguez... M_PI is not ANSI
2000-02-08  Vadim Zeitlin1. wxWizard appears in the centre of the screen by...
2000-02-08  Vadim Zeitlin1. more test code for drawing with ROPs/masks/bg brushe...
2000-02-07  Guillermo Rodriguez... Fixed transparency problem when masked area was not...
2000-02-07  Sylvain BougnouxAdd ctor with shared GLCanvas ( to be gtk compliant)
2000-02-07  Vadim Zeitlinfix for missing AC_SUBST(SAMPLES_SUBDIRS)
2000-02-07  Vadim Zeitlinmany fixed for configure for Win32 - cross-compiling...
2000-02-07  Vadim ZeitlinwxLogFatalError() should abort now
2000-02-07  Vadim Zeitlintrying to fix memory leak in wxListCtrl (attributes...
2000-02-07  Vadim Zeitlin1. modified Makefile to copy the .bmp
2000-02-07  Vadim ZeitlinwxListCtrl::SortItems() clarifications, more samples...
2000-02-07  Julian SmartCopied XPM files to new names to avoid conflict when...
2000-02-07  Stefan Neis*** empty log message ***
2000-02-07  Harco de HilsterSome fixes (&->\&, _->\_) to remove latex complaints.
2000-02-07  Bart A.M. Jourquinadd definition for FAR for mingwin 2.95
2000-02-07  Bart A.M. Jourquinadd casts + type to untyped const for GCC2.95
2000-02-07  Michael BedwardFixes for problem where selection fails to start on...
2000-02-07  Michael BedwardFixed bug in wxGrid::DrawAllGridLines that was causing...
2000-02-06  Julian SmartSmall changes for VC++ 4 compilation
2000-02-06  Robert Roebling Small modifications to listtest.
2000-02-06  Robert Roebling Reenabled deleteallitems events, marked
2000-02-06  Stefan NeisMinor fix in screen update code
2000-02-06  Julian SmartSome doc corrections; Watcom C++ corrections; VC++...
2000-02-06  Robert Roebling compilation fixes.
2000-02-06  Julian SmartChanged static_cast syntax not recogised by all compilers
2000-02-06  Julian SmartAdded rotation to wxImage
2000-02-06  Robert Roebling Tried to prevent scrollbars from scrolling as
2000-02-06  Julian Smartlong -> wxCoord
2000-02-06  Robert Roebling Scrolling fixes.
2000-02-06  Julian SmartSome BC++ 4.5 and other compile fixes; changed FAR...
2000-02-06  Ron Leepatched DoSetClippingRegionAsRegion to update clipping...
2000-02-06  Stefan NeisOptimized Refresh Area in various functions
2000-02-06  Vadim Zeitlinsome minor changes in controls/image, timings added...
2000-02-06  Stefan Neislong -> wxCoord
2000-02-06  Vadim Zeitlintried to fix compilation for mingw32 and wxGTK/Motif...
2000-02-05  Julian SmartSetStatusFields type in implementation now matches...
2000-02-05  Julian SmartOk -> OK; status bar typo/cast
2000-02-05  Guillermo Rodriguez... Some compilation fixes
2000-02-05  Guillermo Rodriguez... Reverted a change which breaks compilation for win32...
2000-02-05  Guillermo Rodriguez... Missing includes - please test without precompiled...
2000-02-05  Stefan NeisAdded different strategy for updating grid lines.
2000-02-05  Robert Roebling Fixed status bar probs,
2000-02-05  Julian SmartVC++ changes + makeproj additions
2000-02-05  Stefan NeisInclude Header file of base class!
2000-02-05  Stefan NeisFixed typo
2000-02-05  George TaskerFixed a typo in a comment
2000-02-05  Julian SmartCorrected initial m_filterIndex value (was 1)
2000-02-05  Robert Roebling wxWindow no longer emits any scroll events after
2000-02-05  Vadim Zeitlindocs for wxTimer change
2000-02-05  Vadim Zeitlin1. wxTimer change - now generates EVT_TIMER()
2000-02-05  Vadim Zeitlincosemtic fixes
2000-02-05  Michael BedwardSpace now move active cell right if grid is not editable
2000-02-05  Michael BedwardRemoved ^M chars again
2000-02-05  Michael BedwardRemoved erroneous EVT_SCROLLWIN
2000-02-04  Stefan NeisAdded #ifdef HAVE_SCHED_YIELD
2000-02-04  Vadim Zeitlinreadding back
2000-02-04  Vadim Zeitlinnew sample: statbar
2000-02-04  Vadim Zeitlinupdated to reflect the current situation
2000-02-04  Vadim Zeitlinanother new version of wxStringTokenizer (with tests...
2000-02-04  Julian SmartMinor doc typos removed; compilation improved for VC...
2000-02-04  Robert Roebling Minor GTK fixes for wxGrid.
2000-02-04  Vadim Zeitlinfixed resize line drawing
2000-02-04  Vadim Zeitlinfixed refresh problem due to rounding errors
2000-02-04  Robert Roebling ROP changes.
2000-02-04  Vadim Zeitlinfixed AdvanceSelection() wrapping
2000-02-04  Michael BedwardMany bug fixes for display code:
next