gdk_bitmap/pixmap_unref -> gdk_drawable_unref
[wxWidgets.git] / src /
2006-04-04  Mart Raudseppgdk_bitmap/pixmap_unref -> gdk_drawable_unref
2006-04-04  Mart Raudseppgdk_draw_pixmap -> gdk_draw_drawable
2006-04-04  Mart Raudseppgdk_window_copy_area(drawable,gc,x,y,source_drawable...
2006-04-04  Mart Raudseppgdk_window_get_visual -> gdk_drawable_get_visual
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  Václav Slavíkadded ParseInnerSource() to make <pre>-like parsing...
2006-04-03  Włodzimierz SkibaWarning fix.
2006-04-03  David Surovellminor cleanup - reformatting
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  Julian SmartReset the position when auto-sizing toolbar
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  David Surovellsimplify KeywordSearch; cleanup and reformat
2006-03-31  Włodzimierz SkibaBuild fix for 2.6 compatibility off.
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
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  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
next