]> git.saurik.com Git - wxWidgets.git/history - src
ignore wrong colour spec
[wxWidgets.git] / src /
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  Vadim Zeitlindon't compile DirectDraw code when wxUSE_DIRECTDRAW...
2006-03-30  Jamie GaddInclude compatibility guard for int GetItemSpacing...
2006-03-30  Robert Roebling Fix previous crashes when scrolling generic version
2006-03-30  Kevin HockFix GetTraits() check for event loop in wxSocketBase...
2006-03-30  Robert Roebling Fix wxListCtrl in-place editing (to not crash
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-30  Julian SmartReverted wxChoice size fix due to problems in W2K and...
2006-03-29  David Surovellsimplify OnActivate menubar install code
2006-03-29  Stefan Csomorformatting and native HIView compilation fixes
2006-03-29  Stefan Csomorclean-up and fix
2006-03-29  Vadim Zeitlindon't return void values
2006-03-29  Vadim ZeitlinwxUSE_STL==1 compilation fix
2006-03-28  David Surovellfix null-deref
2006-03-28  Włodzimierz SkibaWarning fix for wxOS2 night build.
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-28  Włodzimierz SkibaWarning fix.
2006-03-28  Julian SmartAdded missing includes
2006-03-28  Robert Roebling Apply wxListCtrl patch which fixes some crashes
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  Vadim Zeitlinuse wxLaunchDefaultBrowser by default if no browser...
2006-03-27  Vadim Zeitlinrenamed m_MapFile into m_helpDir because this is what...
2006-03-27  Włodzimierz SkibaTest commit to verify cvs speed.
2006-03-27  Vadim Zeitlinrewrote wxExtHelpController loading code to use wxFileN...
2006-03-27  Włodzimierz SkibaSource and warning cleaning.
2006-03-27  Włodzimierz SkibaUnconditional assert means failure.
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 SkibaCoverity CID 100 fix.
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-03-27  Jouk Jansen Committing in .
2006-03-27  Vadim Zeitlintranslate tips which appear inside _() in wxFileTipProvider
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 Zeitlindiscard the debug directories at the end of the executa...
2006-03-25  Vadim Zeitlinsimplified message catalog search code using the new...
2006-03-25  Vadim Zeitlinadded wxStandardPaths::GetResourcesDir() and GetLocaliz...
2006-03-25  Vadim Zeitlinimplemented GetPluginsDir() to behave as documented
2006-03-25  Vadim Zeitlinuse one #ifdef __VMS instead of doing it in each and...
2006-03-25  Vadim Zeitlinremoved wxMac stuff from here, unless I'm missing somet...
2006-03-25  Vadim Zeitlindon't crash in GetInstallPrefix() if wxTheApp == NULL...
2006-03-25  Włodzimierz SkibaBuild fix after PRIOR/NEXT removal.
2006-03-25  Vadim Zeitlinre-fix operator?: involving wxNodes and compatibility_i...
2006-03-25  Vadim ZeitlinX11 callbacks must be extern C
2006-03-25  Robin DunnThe null byte at the end of the string should not be...
2006-03-24  Włodzimierz SkibaBack to unsigned int count in wxTreeCtrl.
2006-03-24  David Surovellminor cleanup
2006-03-24  Julian SmartCommented out call that breaks metal style setting...
2006-03-24  Julian SmartReduced deprecation warning frequency
2006-03-24  Julian SmartHidden variable warning fix
2006-03-24  Włodzimierz SkibaPRIOR/NEXT build fixes and warning corrections.
2006-03-24  Włodzimierz SkibaSource cleaning.
2006-03-24  Włodzimierz SkibaWarning fixes.
2006-03-24  Włodzimierz SkibaFix after removal of PRIOR/NEXT in common headers.
2006-03-24  Włodzimierz SkibaFix after removal of PRIOR/NEXT in common headers ...
2006-03-24  Włodzimierz SkibaWarning fixes.
2006-03-24  Włodzimierz SkibaRemoved useless pragma after fixing code to use insigne...
2006-03-24  Włodzimierz SkibaFixed missing usage of x during Layout.
2006-03-24  Robin DunnMake WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP...
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-23  David Surovellminor cleanup
2006-03-23  Julian SmartFixes/makefiles for building data view control on Windows
2006-03-23  Robert Roebling Take into account cell's own size, not only the
2006-03-23  Stefan Csomorfiledata implementation streamlined
2006-03-23  Stefan Csomorimplementation streamlined
2006-03-23  Vadim Zeitlinfixed last commit which accidentally included parts...
2006-03-23  Julian SmartAdded missing declarations required for e.g. VC++ 6
2006-03-23  Vadim ZeitlinMinor fixes after last commit:
2006-03-23  Vadim Zeitlin1. fixed compilation after wxList::compatibility_iterat...
2006-03-23  Julian SmartFixed home and end accelerators.
2006-03-23  Julian SmartAdded an optimization that fixes a recursive paint...
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  Robert Roebling Implement basic MVC logic (change an item in one
2006-03-23  Robert Roebling Make generic wxDataViewCtrl draw its contents.
2006-03-23  Włodzimierz SkibaWarning fix.
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 Zeitlinremoved unneeded (and provoking warnings in DLL build...
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 SkibaSemicolon needed.
2006-03-22  Włodzimierz SkibaUnconditional assert means fail.
2006-03-22  Julian SmartAdded missing include
2006-03-22  Julian SmartMac compile fixes
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-22  Robert Roebling Setup notifiers from datamodel to generic
2006-03-22  Robert Roebling In the generic version of wxDataViewCtrl, all
2006-03-22  Jouk Jansen Committing in .
2006-03-21  Vadim Zeitlinfixed __FUNCTION__ use in Unicode build (it's a variabl...
next