]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2003-05-15  Julian SmartAn attempt to make the notebook sizer report its size
2003-05-15  Stefan Csomorforgot to commit project file for CW before
2003-05-14  Julian SmartDoc fixes
2003-05-14  Robin DunnAcutally use the m_maxChars parameter value instead...
2003-05-14  Robin DunnChanges allowing for proper KEY_DOWN and CHAR events...
2003-05-14  Jouk Jansen Committing in .
2003-05-13  Mattia Barbon Derive wxStaticText from wxStaticTextBase, remove...
2003-05-13  Mattia Barbon Fixed bug with notebook pages not showing (probably...
2003-05-13  Mattia Barbon Lesstif compilation fix.
2003-05-13  Julian SmartReordered the slow-click test, otherwise it would never
2003-05-13  Julian SmartRationalised style handling in tree control
2003-05-13  Julian SmartRemoved obsolete check
2003-05-12  Václav Slavíkapplied HTML pagebreaks patch
2003-05-12  Mattia Barbon Factored out some common code.
2003-05-12  Mattia Barbon Removed dead code.
2003-05-12  Mattia Barbon Implemented copy-on-demand for wxClipboard.
2003-05-12  Mattia Barbon Compilation fix.
2003-05-12  Mattia Barbon Removed redundant wx<Control>NameStr declarations.
2003-05-12  Julian SmartApply correct style variable
2003-05-12  Julian SmartAuto 3D border if parent is panel or dialog
2003-05-12  Vadim Zeitlinreworked vertical scrolling code to correspond better...
2003-05-12  Vadim Zeitlinchanged handling of range/max scrolling parameter and...
2003-05-11  Vadim Zeitlinfixed bug in WinStruct<> ctor
2003-05-11  Vadim Zeitlinadded WinStruct<>
2003-05-11  Vadim Zeitlinmoved missing constants definitions to their right...
2003-05-11  Vadim ZeitlinwxTextBuffer ctor bug and something else
2003-05-11  Vadim Zeitlininit m_isOpened in ctor (bug 736208)
2003-05-11  Chris Elliottdigital mars fix
2003-05-11  Gilles DepeyrotWe don't put main() in the library any more.
2003-05-11  Gilles Depeyrotassert is raised when using the thread sample (which...
2003-05-11  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2003-05-11  Gilles Depeyrotupdated CodeWarrior 5.3 xml project with latest changes...
2003-05-11  Gilles Depeyrotdisable use of #pragma interface under Mac OS X
2003-05-11  Gilles Depeyrotadded assert to detect attempt to install idle handler...
2003-05-11  Vadim Zeitlinuse alpha channel in Blit() as well and not only in...
2003-05-11  Vadim Zeitlinmany fixes for PNG reading after recent alpha changes...
2003-05-11  Vadim Zeitlinadded missing typename
2003-05-11  Vadim ZeitlinTRUE/FALSE -> true/false
2003-05-11  Vadim ZeitlinwxImage::Create() should be bool, not void
2003-05-10  Vadim Zeitlinadded LVSICF_NOSCROLL
2003-05-10  Vadim Zeitlincompilation fix for BCC (and probably others)
2003-05-10  Vadim Zeitlincompilation fix (sorry)
2003-05-10  Vadim Zeitlinfix wxDisplay initialization (patch 735303)
2003-05-10  Vadim Zeitlinrecognize ESC[APE] in menu accel strings (patch 733967)
2003-05-09  Vadim Zeitlinfall back to wxAlphaBlend() if ::AlphaBlend() didn...
2003-05-09  Vadim Zeitlinuse DIB, not DDB, when converting from an image with...
2003-05-09  Vadim Zeitlinmemory for alpha channel was over allocated by a factor...
2003-05-09  Vadim Zeitlinfixed iterator over wxImage with alpha channel
2003-05-09  Julian SmartRemoved a spurious print statement
2003-05-09  Julian SmartFixed crash in EnsureVisible in wxTR_HIDE_ROOT mode
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-05-09  Vadim Zeitlinuse wxDEPRECATED around GetNoHistoryFiles()
2003-05-09  Jouk Jansen Committing in .
2003-05-09  Stefan Csomorfixing some redrawing bugs overpainting foreign window...
2003-05-09  Stefan Csomortypo
2003-05-09  Stefan Csomormasking out wxOK and friends from dialog style in order...
2003-05-09  Stefan Csomorreintroduced m_isBeingDeleted
2003-05-09  Vadim ZeitlinwxDocManager::GetNoHistoryFiles() renamed to GetHistory...
2003-05-08  Vadim ZeitlinwxGLCanvas doesn't derive from wxScrolledWindow since...
2003-05-08  Vadim Zeitlinundid patch which was supposed to allow thread recreati...
2003-05-08  Robin DunnPrevent scrolling back to the top when calling SetItemC...
2003-05-08  Robin DunnFix GetItemRect to offset by the header window, if...
2003-05-07  Robin DunnAdded #if TARGET_CARBON around shaped window stuff
2003-05-07  Julian SmartEnsure grid components don't have borders
2003-05-07  Václav Slavíkfix for multiple initialization
2003-05-07  Robin Dunnfixed compile errors
2003-05-07  Robin DunnAlso merge the m_overflow attribute
2003-05-07  Mattia Barbon Implemented wxBitmapDataObject.
2003-05-07  Julian SmartMore style issues
2003-05-07  Julian SmartFixed style glitches
2003-05-07  Julian SmartAdded WS_VISIBLE style
2003-05-07  Chris Elliottupdate for digital mars - resolve externals in shell...
2003-05-07  Chris Elliottmissing externals for digital mars
2003-05-07  Chris Elliottupdate makefile.sc for digital mars to use relative...
2003-05-07  Chris Elliottupdate makefile.sc for digital mars
2003-05-07  Chris Elliottremove if defs for DigitalMars as suggested by Vadim
2003-05-07  Julian SmartRemoved some commented-out code
2003-05-07  Robin DunnAdded inline setters for wxTreeEvent so we don't need...
2003-05-06  Robin Dunnallow the base class to participate in the CanPaste...
2003-05-06  Julian SmartRevamped border handling.
2003-05-06  Chris Elliottpossible fix for templates with digitalmars
2003-05-06  Julian SmartRemoved obsolete 16-bit import libs
2003-05-06  Robert Roebling Compilo.
2003-05-06  Chris Elliottupdate digitalmars makefile
2003-05-06  Chris Elliottupdate install docs for MSW (Borland & Digital Mars)
2003-05-06  Julian SmartDoc clarifications
2003-05-06  Robert Roebling Penguin Unicode compilation fix.
2003-05-06  Robert Roebling OpenGL for GTK2 fixes.
2003-05-06  Robert Roebling Splitter clean up.
2003-05-05  Mattia Barbon Fix for crash on exit.
2003-05-05  Robert Roebling Upported fix to mouse capture event handling.
2003-05-04  Julian SmartInitialised m_isBeingDeleted -- I don't know how anything
2003-05-04  Julian SmartSetting state to STATE_NEW in wxThread::Create
2003-05-04  Mattia Barbon Changed the way ApplicationShells are used: now wxMotif
2003-05-04  Mattia Barbon Avoid crash during global destruction.
2003-05-04  Julian SmartApplied updated patch [ 731719 ] Owner draw font leak...
2003-05-04  Julian SmartAdded defined() to directive
2003-05-04  Julian SmartAdded some missing copyright lines
2003-05-04  Mattia Barbon Fix for the fact that unmapped but managed widgets
2003-05-04  Mattia Barbon Pass events to pushed event handlers.
next