]> git.saurik.com Git - wxWidgets.git/history - src/common
Include wx/list.h according to precompiled headers of wx/wx.h (with other minor clean...
[wxWidgets.git] / src / common /
2006-03-22  Vadim Zeitlinmade wxList methods return compatibility_iterator inste...
2006-03-22  Włodzimierz SkibaUnconditional assert means fail.
2006-03-22  David Surovellfix wxMac compilation problem by hoisting simple variab...
2006-03-22  Vadim Zeitlinfixed handling PNG errors accidentally broken in rev...
2006-03-21  Vadim Zeitlinfixed __FUNCTION__ use in Unicode build (it's a variabl...
2006-03-21  Vadim Zeitlinfixed several bugs in ParseDate() (invalid dates could...
2006-03-21  Vadim Zeitlindon't throw away the first three stack frames in the...
2006-03-21  Vadim Zeitlinshow the function in which the assert failure occured...
2006-03-21  Vadim Zeitlindon't evaluate assert expression unless the condition...
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-03-21  Vadim Zeitlinbetter fix for infinite loop in HandleOnNavigationKey...
2006-03-21  Vadim Zeitlinfix an infinite loop in HandleOnNavigationKey() when...
2006-03-17  Robert Roebling Rearrange code to make adding wxMimeTypesManagerFactory
2006-03-17  Vadim Zeitlindon't put the window off screen when centering it ...
2006-03-16  Julian SmartwxMotif/ANSI can't cope with UTF-8
2006-03-16  Vadim Zeitlinadded wxDisplay::GetClientArea() (currently implemented...
2006-03-16  Vadim ZeitlinwxDisplay cleanup/rewrite:
2006-03-15  Mart RaudseppDon't return a void value here - VC6 doesn't like it
2006-03-15  Julian SmartRemoved use of deprecated functions
2006-03-15  Julian SmartFix compile problem with VS 2005
2006-03-14  Robin Dunnm_windowReserved was removed
2006-03-14  Vadim Zeitlinfixed centering of a TLW on a non-TLW parent
2006-03-14  Vadim Zeitlinadded GetScreenPosition/Rect() which always return...
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-12  Vadim Zeitlinremove dead code from wxMatchWild (patch 1445809)
2006-03-11  Vadim Zeitlindeal with the situation when a (dynamic) event handler...
2006-03-11  Julian SmartApplied patch [ 1435340 ] Add support of wxToggleButton...
2006-03-09  Vadim Zeitlinuninitialized variable warning fixed (modified patch...
2006-03-07  Vadim Zeitlinuse wxCHECK instead of wxASSERT in CanonicalizePluginNa...
2006-03-07  Vadim Zeitlinremoved unneeded test for pal!=NULL in ConvertToImage...
2006-03-07  Vadim Zeitlinoops, undid last commit, the extra test is unneded...
2006-03-07  Vadim Zeitlinmake sure we don't use uninitalized output stream in...
2006-03-07  Vadim Zeitlinfixed a memory leak in case server name couldn't be...
2006-03-07  Vadim Zeitlinfixed a double free bug in SetBufferIO(size_t) (coverit...
2006-03-07  Vadim Zeitlindon't compile the code used only in wxUniv build in...
2006-03-07  Julian SmartIncrease precision of variant conversion to string
2006-03-06  Włodzimierz SkibawxWinCE build fix.
2006-03-06  Václav Slavíkfixed win32 code to not use MB_ERR_INVALID_CHARS on...
2006-03-05  Vadim Zeitlincorrected typo in PRC Envelope paper definition (used...
2006-03-05  Włodzimierz SkibaBuild fix: help OW 1.4 to apply template.
2006-03-04  Włodzimierz SkibaMore informative comment about previous commit.
2006-03-03  Włodzimierz SkibaStop invalidating size on wxTLW
2006-03-02  Julian SmartUse temp directory and don't prepend two backslashes...
2006-03-02  Robert Roebling Change wxVariant GetValue() to GetValue( wxVariant...
2006-03-01  Robert Roebling Further sorting work using the sorting data model.
2006-02-28  Robert Roebling Don't delete model in views destructor as several
2006-02-28  Robert Roebling Moved code around preparing the sorted model.
2006-02-28  Robert Roebling Added wxDataViewSortedListModel, which doesn't work
2006-02-28  Kevin HockMake SetLocal actually work instead of crashing immedia...
2006-02-27  Vadim Zeitlinfix for wxPathList::FindValidPath() for wxUSE_STL
2006-02-27  Robert Roebling Added generic MVC hookup code.
2006-02-26  Robert Roebling Some restructuring, beginning of wxDataViewDateCell.
2006-02-25  Robert Roebling Added wxDataViewProgressCell with native code
2006-02-25  Robert Roebling Add compilation guards.
2006-02-24  Vadim Zeitlinwe need to pass szLocale allocated by strdup() and...
2006-02-24  Robert Roebling added wxDataViewToggleCell
2006-02-23  Robert Roebling wxDataViewCtrl now with editable text and multiple
2006-02-23  Robert Roebling added wxDataViewCell
2006-02-22  Robert Roebling Added wxDataViewColumn
2006-02-21  Robert Roebling Add notifier class.
2006-02-21  Robert Roebling More compilation.
2006-02-21  Włodzimierz SkibaFixed using list of wildcards in filter of wxDocTemplate.
2006-02-21  Robert Roebling wxDataViewCtrl WIP.
2006-02-20  Jouk Jansen Committing in .
2006-02-16  Julian SmartApplied patch [ 1431955 ] Fixes wxSocket* _Wait/Select
2006-02-16  Robin DunnFix for Bug #1432054: ToolBar controls not removed...
2006-02-15  Jouk Jansen Committing in .
2006-02-13  Vadim Zeitlinfixed transparency handling broken by the last commit
2006-02-13  Vadim Zeitlinfixed SetAddress() for self-assignment (patch 1430703)
2006-02-13  Vadim Zeitlinfixed several crashes in XPM parsing code
2006-02-12  Vadim Zeitlinfixed wxFontMapper behaviour under wxGTK2: it now just...
2006-02-12  Włodzimierz Skiba!WX_PRECOMP (wxPalm) build fix.
2006-02-12  Vadim Zeitlinit is not possible to show/hide the window from the...
2006-02-12  Vadim Zeitlincompilation fix for VC8 (see patch 1429985)
2006-02-12  Vadim Zeitlinremoved extra semicolons added by previous patch (patch...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-02-12  Vadim Zeitlinadded linear and concentric gradient fill functions...
2006-02-11  Kevin HockAdd SetLocal method; overload Connect to accept a local...
2006-02-11  Vadim Zeitlinadded support for 64 bit ints in wx stream classes...
2006-02-11  Vadim Zeitlinprovide wxGetLocalTimeMillis() (returning double) even...
2006-02-11  Vadim Zeitlincompilation fixes for wxUSE_DATETIME==0 (another part...
2006-02-11  Mart RaudseppDo not reintroduce #pragma interface/implementation...
2006-02-10  Vadim ZeitlinRyan's cumulative wxActiveX and media control patch...
2006-02-10  Włodzimierz SkibawxTinderbox build fixes.
2006-02-10  Vadim Zeitlingeneric GetFromWindow() implementation for non-MSW...
2006-02-10  Vadim Zeitlinfixed centering of top level windows on secondary displ...
2006-02-09  Julian SmartApplied patch [ 1427626 ] Fix wxFileConfig so that...
2006-02-09  Vadim Zeitlinset m_encoding in wxCSConv ctor from name
2006-02-09  Vadim Zeitlinmore standard (although less RFC-conformant) treatment...
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-02-08  Vadim Zeitlindon't always find the file if it's in the current direc...
2006-02-08  Vadim Zeitlindeprecated wxSizerItem::IsShown() because it doesn...
2006-02-08  Vadim Zeitlinremoved duplicate entries for UTF-16/32 (which are...
2006-02-08  Vadim Zeitlinremoved a few more extra semicolons (patch 1425785)
2006-02-06  David Surovelltweaks and comments to previous commit
2006-02-06  David Surovellfix gcc v3.3.3 compiler crash
2006-02-06  Julian SmartChanged function to SetFitToCurrentPage
2006-02-05  Roger Gammansfix for [1357272] . Replace the fake year with unique...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-02-03  Mattia Barbon DeleteFunction argument should be non-const since it
next