gdk_bitmap/pixmap_unref -> gdk_drawable_unref
[wxWidgets.git] / include /
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-02  Vadim Zeitlinreplaced recently added wxMBConv::GetMBNul() with a...
2006-04-02  Vadim Zeitlinadded wxBuffer::reset()
2006-04-02  Kevin HockMake the Connect that also takes a local bind port...
2006-04-02  Vadim Zeitlinuse proper dllexport declaration with _WX_LIST_HELPER_
2006-04-02  Vadim Zeitlinadded wxTimeSpan::Millisecond[s]() for consistency
2006-04-02  Vadim Zeitlinseconds and milliseconds in wxTimeSpan ctor should...
2006-04-01  Vadim ZeitlinUnix compilation fixes after last commit
2006-04-01  Vadim ZeitlinDescribed in the comments and documented the semantics...
2006-04-01  Vadim Zeitlinadded extend() method which realloc()s the buffer
2006-03-31  Vadim Zeitlindefault ctor should create an empty/uninitialized buffe...
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-03-31  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-03-31  Vadim Zeitlinalso link in ODBC lib if wxUSE_ODBC (patch 1457800)
2006-03-31  Vadim Zeitlinuse wx/dynlib.h and not wx/dynload.h (patch 1448691)
2006-03-31  Vadim Zeitlinadded #if wxUSE_CONSTRAINTS around the whole file ...
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2006-03-28  Vadim Zeitlinreally disable wxUSE_DISPLAY for wxMGL and wxOS2
2006-03-28  Włodzimierz SkibaLine-up deprecated interface of wxTreeCtrl between...
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-28  Julian SmartCorrect test for WORDS_BIGENDIAN
2006-03-28  Julian Smartstdpaths.h needs filefn.h
2006-03-28  Robert Roebling Remove CVS clash in RCS-ID
2006-03-27  Vadim Zeitlinreally fixed iteration over wxTextbuffer using GetFirst...
2006-03-27  Vadim Zeitlinfix bug in Eof() which returned true even if we were...
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  Vadim Zeitlinrewrote wxExtHelpController loading code to use wxFileN...
2006-03-27  Włodzimierz SkibaMinor source cleaning.
2006-03-27  Włodzimierz SkibaSource and warning cleaning after enabling wxUSE_DATAVI...
2006-03-27  Vadim Zeitlinfixed unused parameter warning
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 Zeitlindiscard the debug directories at the end of the executa...
2006-03-25  Vadim Zeitlinadded wxStandardPaths::GetResourcesDir() and GetLocaliz...
2006-03-24  Włodzimierz SkibaBack to unsigned int count in wxTreeCtrl.
2006-03-24  Włodzimierz SkibaMore null virtuals in wxRadioBoxBase (see: 'Developers_...
2006-03-24  Włodzimierz SkibaAllow easier PalmOS5 development by volounteers.
2006-03-24  Julian SmartReduced deprecation warning frequency
2006-03-24  Włodzimierz SkibaBack to 'unsigned int' after reasearch of 'size_t'...
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  Julian SmartFixes/makefiles for building data view control on Windows
2006-03-23  Stefan Csomorsetting the hacked cocoa font panel as default
2006-03-23  Stefan Csomorconvenience methods
2006-03-23  Stefan Csomorbetter file data support
2006-03-23  Vadim Zeitlinreverted return type of wxList method to nodetype ...
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  Vadim Zeitlinworkaround for mingw 3.2.3 DLL build with wxUSE_STL=1
2006-03-23  Vadim Zeitlinnested iterator classes must be dll-exported
2006-03-23  Vadim Zeitlindon't return true from wxRadioBox::AcceptsFocus() even...
2006-03-22  Włodzimierz SkibawxFrameNameStr was already delivered by #include one...
2006-03-22  Włodzimierz SkibaDMC bug workaround.
2006-03-22  Vadim Zeitlinmake it possible to predefine __WXFUNCTION__ in user...
2006-03-22  Vadim Zeitlindefine __WXFUNCTION__ instead of redefining the (semi...
2006-03-22  Vadim Zeitlinmade wxList methods return compatibility_iterator inste...
2006-03-22  Włodzimierz SkibaWarning fix.
2006-03-22  Włodzimierz SkibaBuild fix.
2006-03-22  Robert Roebling In the generic version of wxDataViewCtrl, all
2006-03-22  Jouk Jansen Committing in .
2006-03-22  Vadim Zeitlinfixed wxCHECK in release build
2006-03-21  Vadim Zeitlinfixed __FUNCTION__ use in Unicode build (it's a variabl...
2006-03-21  Vadim Zeitlinshow the function in which the assert failure occured...
2006-03-21  Vadim Zeitlinuse new wxAPPLY_T macro instead of 3 identical __XDATE_...
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 ZeitlinMade wxList::compatibility_iterator a class in wxUSE_ST...
2006-03-21  Vadim Zeitlinadded wxGtkString::c_str()
2006-03-21  Vadim Zeitlinreturn NULL (and not invalid) iterator from compatibili...
2006-03-21  Vadim Zeitlinadded assert to verify that operands are initialized...
2006-03-21  Vadim Zeitlinreuse operator bool() check in compatibility_iterator...
2006-03-21  Robert Roebling Added windowing and scrolling logic to generic
2006-03-20  Vadim Zeitlinexplain why do you need wxUSE_WXDIB
2006-03-20  Vadim Zeitlinprovide stubs for conversion to/from image functions...
2006-03-20  Robert Roebling Compilation fixes.
2006-03-20  Robert Roebling Added (yet unfunctional) skeleton files fir
2006-03-17  Robin DunnAdd DoGetBestSize
2006-03-17  Stefan Csomorintel pict fixes
2006-03-17  Stefan Csomorfix for sf bug 1448153: Widgets sample hangs on Japanes...
2006-03-17  Robert Roebling Rearrange code to make adding wxMimeTypesManagerFactory
2006-03-17  Robert Roebling Added files for GnomeVFS backend (currently useful
2006-03-17  Vadim Zeitlinneed wxRect definition and not just declaration here...
2006-03-16  Vadim Zeitlinadded wxDisplay::GetClientArea() (currently implemented...
2006-03-16  Julian SmartMobile 5 Smartphone fixes
2006-03-16  Włodzimierz SkibaMissing wxDisplay identifiers for DMC build.
2006-03-16  Vadim ZeitlinwxDisplay cleanup/rewrite:
2006-03-15  Włodzimierz SkibaMore size_t in interface.
2006-03-15  Julian SmartFix windows.h inclusion problem on WinCE
2006-03-15  Mart RaudseppIntroduce a convenience class for g_freeing a gchar...
2006-03-15  Mart RaudseppDon't return the return value of a void method in a...
2006-03-14  David Surovellcleanup - expanded wxTimerBase::Init to assign all...
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-14  Vadim Zeitlinwe don't need reserved virtual functions on HEAD
2006-03-14  Vadim Zeitlinadded GetScreenPosition/Rect() which always return...
2006-03-14  Robin DunnKeep wxSTC_LEX_ASP and _PHP available for now.
2006-03-13  Włodzimierz SkibaTRUE/FALSE source cleaning.
next