]> git.saurik.com Git - wxWidgets.git/history - include
Fix after removal of PRIOR/NEXT in common headers.
[wxWidgets.git] / include /
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.
2006-03-13  Włodzimierz SkibaInit() does not belong to public.
2006-03-12  Vadim Zeitlinfixed event generation for wxComboBox to be consistent...
2006-03-12  Vadim Zeitlinnative implementation of wxDirDialog for wxCocoa (patch...
2006-03-12  Włodzimierz SkibaIsValid() is now in base class.
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-12  Vadim Zeitlinnon virtual dtors warning fixes
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-12  Vadim Zeitlinsupport mnemonics for wxStatic/RadioBox and made it...
2006-03-12  Vadim Zeitlindon't require multimon.h any more now (patch 1446030...
2006-03-12  Vadim Zeitlindefine size() in terms of length(), not vice versa...
2006-03-12  Włodzimierz SkibawxCore build fix.
2006-03-12  Włodzimierz SkibawxBase build fix.
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s.
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s.
2006-03-12  Włodzimierz SkibaMore wxMSW specific headers in precompiled headers.
2006-03-11  Julian SmartApplied patch [ 1432449 ] wxXml API documentation
2006-03-11  Julian SmartApplied patch [ 1447666 ] Fix obscure GTK wxListBox...
2006-03-11  Julian SmartApplied patch [ 1447732 ] Fix CVS HEAD for VC6
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-03-10  Stefan Csomoradditional types for carbon events
2006-03-10  Stefan Csomoradding experimental font dialog version - hacking the...
2006-03-09  Vadim Zeitlindon't clear clipboard if it was changed by another...
2006-03-09  Vadim Zeitlinmoved wxapp_install_idle_handler and g_isIdle from...
2006-03-09  Vadim Zeitlinfix gcc4 warning for wndproc casts (patch 1431939)
2006-03-09  Vadim Zeitlinlet _T() work with macros (modified patch 1437983)
2006-03-09  Vadim Zeitlinadded wxListBox::HitTest() from Ryan (patch 1446207)
2006-03-08  Julian SmartAdded slightly better font dialog for Mac
2006-03-08  Robin DunnUpdated to Scintilla 1.67
2006-03-07  Julian SmartApplied patch [ 1445031 ] wxString passed as ellipsis...
2006-03-07  Włodzimierz SkibaDMC build fix.
2006-03-07  Włodzimierz SkibaDon't send dummy wxCommandEvent. Make members private...
2006-03-07  Włodzimierz SkibaDon't send dummy wxCommandEvent.
2006-03-07  Václav Slavíkpreserve window's content when changing the fonts
2006-03-07  Julian SmartReordered symbols since MinGW wasn't getting HDN_GETDIS...
2006-03-07  Julian SmartAdded conversion to HTML, by Akin Demirtug
2006-03-07  Vadim Zeitlinadded a tiny class to call Freeze/Thaw in ctor/dtor
2006-03-05  Włodzimierz SkibaMinimal (nearly empty) wxDisplay for wxMGL (to compensa...
2006-03-02  Julian SmartOn WinCE, generic font dialog didn't work because the...
2006-03-02  Robert Roebling Change wxVariant GetValue() to GetValue( wxVariant...
2006-03-02  Robert Roebling Use GTK+ function to obtain GdkWindow for wxListBox.
2006-03-01  Robert Roebling Applied Ryan's native wxListBox and wxCheckListBox...
2006-03-01  Robert Roebling Further sorting work using the sorting data model.
next