]> git.saurik.com Git - wxWidgets.git/history - src
digital mars fix
[wxWidgets.git] / src /
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 Depeyrotupdated CodeWarrior 5.3 xml project with latest changes...
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 ZeitlinTRUE/FALSE -> true/false
2003-05-11  Vadim ZeitlinwxImage::Create() should be bool, not void
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  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  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 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 Elliottupdate makefile.sc for digital mars to use relative...
2003-05-07  Julian SmartRemoved some commented-out code
2003-05-06  Robin Dunnallow the base class to participate in the CanPaste...
2003-05-06  Julian SmartRevamped border handling.
2003-05-06  Robert Roebling Compilo.
2003-05-06  Chris Elliottupdate digitalmars makefile
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.
2003-05-03  Robin DunnReversed the meaning of black and white in wxRegion...
2003-05-03  Julian SmartApplied [ 731578 ] wxThread state bugfix
2003-05-03  Stefan Csomorcorrected pageRect for non carbon targets, removed...
2003-05-03  Julian SmartApplied patch [ 701238 ] Added BLOB support to dbtable.
2003-05-03  Julian SmartApplied patch [ 726350 ] wxGrid - MovePageDown()
2003-05-03  Julian SmartApplied patch [ 731846 ] GTK Print Options
2003-05-03  Julian SmartApplied patch [ 730686 ] wxImage::Scale speed improvements
2003-05-03  Julian SmartApplied patch [ 731195 ] More #if/#endif's to build...
2003-05-03  Julian SmartApplied patch [ 731719 ] Owner draw font leak/overuse
2003-05-03  Julian SmartApplied some of patch [ 622660 ] consistent behaviour...
2003-05-02  Julian SmartAdded m_isOpened variable to simulate opening/closing
2003-05-02  Chris Elliottdigital mars updated
2003-05-02  Chris Elliottimplement wxHAVE_RAW_BITMAP
2003-05-02  Julian SmartCorrected a memory leak I introduced in the last patch
2003-05-02  Chris ElliottMacro swicth from SC to SYMANTEC
2003-05-02  Chris Elliottfix for digitalmars header
2003-05-01  Vadim Zeitlinmake accelerators for bitmap menu items work (patch...
2003-05-01  Vadim Zeitlincompilation fix when WXUNUSED(arg) == arg
2003-05-01  Vadim Zeitlinadded (back?) CROSS support (patch 658234)
2003-05-01  Vadim Zeitlinshow the taskbar icon even after Explorer restart ...
2003-05-01  Vadim Zeitlinfixed spurious debug error message
2003-05-01  Vadim Zeitlincompilation fix
2003-05-01  Vadim Zeitlinbetter handling of transparent colour in wxImage conver...
2003-05-01  Vadim Zeitlinset the index for BEGIN_DRAG events (patch 726308)
2003-05-01  Vadim Zeitlinonly set replace string for replace events (patch 728415)
2003-05-01  Vadim Zeitlinfixes for working with mono bitmaps (patch 728768)
2003-05-01  Vadim Zeitlinfix for a crash in ~wxLocale and incorrect GetLanguage...
2003-05-01  Vadim Zeitlinmissing #if's needed for compilation with some wxUSE_XX...
2003-05-01  Vadim Zeitlinfix a problem with Unicows (patch 720542)
2003-05-01  Vadim Zeitlinfix the wrong size of the first page when it's added...
2003-05-01  Vadim Zeitlinallow raw access to a part of the image only (faster...
2003-05-01  Julian SmartImplemented delayed closing of an existing document
2003-05-01  Julian SmartImplemented delayed selection (e.g. after adding the...
2003-05-01  Vadim Zeitlinread numbers even if they're followed by spaces
2003-05-01  Vadim Zeitlincompilation fix for Unicode
2003-04-30  Václav Slavíkfixed Norwegian Bokmal code to conform to new ISO 639-2
2003-04-30  Stefan Csomorcorrecting non-unicode char conversion
2003-04-30  Stefan Csomorremoving unused flags
2003-04-30  Stefan Csomorinclude "ToolUtils.h" for LoWord and friends
2003-04-30  Julian SmartAllow for +/- in E part
2003-04-30  Julian SmartAllow 'e' or 'E' in numeric text.
2003-04-30  Julian SmartUse the context help XPM for MSW too
2003-04-30  Robin DunnShaped window support for wxMac, plus a wxSTAY_ON_TOP...
2003-04-28  Chris Elliottupdate to make digitalmars compile/link libraries
2003-04-28  Chris ElliottSF patch [ 708702 ] Wide character filename support...
next