]> git.saurik.com Git - wxWidgets.git/history - src/common
GDK_ROOT_PARENT -> gdk_get_default_root_window
[wxWidgets.git] / src / common /
2006-04-04  Vadim ZeitlinMB2WC/WC2MB are not pure virtual any longer, implement...
2006-04-04  Vadim Zeitlinadded new To/FromWChar() API with more reasonable seman...
2006-04-04  Vadim Zeitlinrenamed GetMinMBCharWidth() to GetMBNulLen(), made...
2006-04-03  Włodzimierz SkibaWarning fix.
2006-04-02  Vadim Zeitlinfixed wxMBConv_iconv to work with UTF-16/32
2006-04-02  Vadim Zeitlincompilation fix for iconv call
2006-04-02  Vadim Zeitlinreplaced recently added wxMBConv::GetMBNul() with a...
2006-04-02  Vadim Zeitlindon't crash when loading images with verbose==false...
2006-04-02  Vadim Zeitlinreport error for GIF images without CLEAR code in the...
2006-04-01  David Surovellfix compilation problem in prior commit
2006-04-01  Vadim Zeitlinfixed wxMBConv_iconv::GetMBNul()
2006-04-01  Vadim ZeitlinUnix compilation fixes after last commit
2006-04-01  Vadim ZeitlinDescribed in the comments and documented the semantics...
2006-03-31  Vadim Zeitlinundid last (wrong) change to wxMBConvUTF16swap::MB2WC...
2006-03-31  Vadim Zeitlinfixed fatal buffer overwrite in wxMBConvUTF16swap:...
2006-03-31  Vadim Zeitlindetect some invalid UTF7 strings when decoding them...
2006-03-31  Vadim Zeitlinreally pass the proper output buffer size in wxMBConv_w...
2006-03-31  Vadim Zeitlinpass proper output buffer size in round trip conversion...
2006-03-31  Vadim Zeitlindon't give error when reading empty file in Unicode...
2006-03-31  Vadim Zeitlinrewrote Read() to slurp all the file at once to avoid...
2006-03-30  Kevin HockFix GetTraits() check for event loop in wxSocketBase...
2006-03-30  Vadim Zeitlindon't process previously read characters twice in OnRead()
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-03-30  Robert Roebling Use memcpy instead of strcpy.
2006-03-29  Vadim ZeitlinwxUSE_STL==1 compilation fix
2006-03-28  Włodzimierz SkibaWarning fix.
2006-03-28  Vadim Zeitlinproperly NUL-terminate the buffer before converting...
2006-03-27  Vadim Zeitlinmade wxTextFile work in Unicode; also made it possible...
2006-03-27  Vadim Zeitlinreally fixed iteration over wxTextbuffer using GetFirst...
2006-03-27  Vadim Zeitlinwe don't need to include wx/textfile.h here
2006-03-27  Vadim Zeitlinreuse Clear() instead of duplicating its code in Close()
2006-03-27  Włodzimierz SkibaSource and warning cleaning.
2006-03-27  Włodzimierz SkibaMinor source cleaning.
2006-03-27  Włodzimierz SkibaSource and warning cleaning after enabling wxUSE_DATAVI...
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-03-27  Vadim Zeitlinremoved wxClassInfo::CleanUp() as it breaks wxEntry...
2006-03-25  Vadim Zeitlinlook for catalogs with LC_MESSAGES subdirectory and...
2006-03-25  Vadim Zeitlinsimplified message catalog search code using the new...
2006-03-25  Robin DunnThe null byte at the end of the string should not be...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-23  Włodzimierz SkibaCentering maximized wxTLWs on screen should do nothing.
2006-03-23  Włodzimierz SkibaUnconditional assert means fail.
2006-03-23  Włodzimierz SkibaWarning fix.
2006-03-23  Vadim Zeitlinworkaround for mingw 3.2.3 DLL build with wxUSE_STL=1
2006-03-23  Vadim Zeitlindon't compare invalid iterators/node pointers
2006-03-23  David Surovellfixed compilation issue in prior checkin
2006-03-22  David Surovellcleanup - reformatting
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
next