]> git.saurik.com Git - wxWidgets.git/history - src/common
Use memcpy instead of strcpy.
[wxWidgets.git] / src / common /
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
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)
next