]> git.saurik.com Git - wxWidgets.git/history - include
Tweaks for demos on MacOSX
[wxWidgets.git] / include /
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.
2006-02-28  Robert Roebling Moved code around preparing the sorted model.
2006-02-28  Julian SmartAdded context menu support under PocketPC
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-28  Kevin HockMake MacSetMetalAppearance private so that the extra...
2006-02-27  Robert Roebling MVC works now.
2006-02-27  Robert Roebling Added generic MVC hookup code.
2006-02-27  Robert Roebling Make wxTransientPopupWindow ignore button down events
2006-02-26  Stefan NeisAdded handling of dashes (patch #1438894).
2006-02-26  Robert Roebling Some restructuring, beginning of wxDataViewDateCell.
2006-02-26  Włodzimierz SkibaMissing wxPen (dashes) members.
2006-02-26  Robert Roebling Makes custom cell activatable.
2006-02-25  Włodzimierz SkibaRevitalise SIP support in all toplevel wince windows.
2006-02-25  Mart RaudseppRevert the strict aliasing "fix". As per Michael Wether...
2006-02-25  Robert Roebling Add scrollbars, fix crash, leak less memory.
2006-02-25  Robert Roebling Added wxDataViewProgressCell with native code
2006-02-25  Jamie GaddFixes for WinCE build caused by my last commit.
2006-02-24  Vadim Zeitlinneed to include wx/treectrl.h to use CLASSINFO(wxTextCtrl)
2006-02-24  Robert Roebling Added wxDataViewCustomCell.
2006-02-24  Julian SmartFixed interpretation of selection and added selection...
2006-02-24  Vadim Zeitlinimplemented EditLabel() with custom text controls and...
2006-02-24  Jamie GaddMake wx{List,Tree}Ctrl resize their standard font if...
2006-02-24  Robert Roebling added wxDataViewToggleCell
2006-02-24  Robert Roebling New implementation for printing circles and epllipses.
2006-02-23  Robert Roebling wxDataViewCtrl now with editable text and multiple
2006-02-23  Robert Roebling Return variant type of a cell.
2006-02-23  Robert Roebling Route data from wxDataViewModel in a wxVariant
2006-02-23  Robert Roebling added wxDataViewCell
2006-02-22  Robert Roebling Added wxDataViewColumn
2006-02-21  Mart RaudseppRevert inclusion of wx/dateevt.h for now, as it breaks...
2006-02-21  Robert Roebling Add notifier class.
2006-02-21  Robert Roebling More compilation.
2006-02-21  Robert Roebling Compilation fixes.
2006-02-21  Robert Roebling wxDataViewCtrl WIP.
2006-02-20  Mart RaudseppwxGTK2: Declare GTK_DISABLE_DEPRECATED in defs.h. I...
2006-02-20  Mart RaudseppMake everything compile with GTK_DISABLE_DEPRECATED...
2006-02-20  Julian SmartInclude dateevt.h from datectrl.h
2006-02-19  Vadim Zeitlinfix MT-unsafe accesses to wxConditionInternal::m_numWaiters
2006-02-18  Mart RaudseppwxGTK2: gtk_signal_disconnect_by_func isn't used anywhe...
2006-02-15  Robert Roebling Applied wxVScrolledWindow patch
2006-02-14  Mart RaudseppCast to void* before casting to Node** to make the...
2006-02-14  David Surovellcleanup - reformatting
2006-02-14  David Surovellcleanup - reformatting
2006-02-14  Kevin HockFix wxComboBox constructors after keyboard access commi...
2006-02-14  Vadim Zeitlinmodified custom draw code to fully draw the items using...
2006-02-13  Vadim Zeitlinfix client to screen (and vice versa) conversion
2006-02-13  Vadim Zeitlinblind compilation fix for 64 bit systems after last...
2006-02-12  Vadim Zeitlinit is not possible to show/hide the window from the...
2006-02-12  Włodzimierz SkibawxUSE_UXTHEME=0 (WinCE) build fix.
2006-02-12  Vadim Zeitlintypo in comment
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-02-12  Kevin HockAdd missing include for non-PCH builds
2006-02-12  Kevin HockAdd missing include for non-PCH builds
2006-02-12  Vadim Zeitlinadded linear and concentric gradient fill functions...
2006-02-11  Kevin HockAdd SetLocal method; overload Connect to accept a local...
2006-02-11  Vadim Zeitlinadded assignment operators from int for disambiguation...
2006-02-11  Vadim Zeitlinremoved stray #endif added in previous commit
2006-02-11  Vadim Zeitlinuse wxClockMillis_t to fix wxUSE_LONGLONG=0 compilation
2006-02-11  Vadim Zeitlinadded support for 64 bit ints in wx stream classes...
2006-02-11  Vadim ZeitlinwxUSE_DATETIME==0 compilation fix (part of patch 1203970)
2006-02-11  Vadim Zeitlinprovide wxGetLocalTimeMillis() (returning double) even...
2006-02-11  Vadim Zeitlinuse wxDiskspaceSize_t which is long and not wxLongLong...
2006-02-11  Vadim ZeitlinwxODBC depends on wxDateTime (part of patch 1203970)
2006-02-11  Vadim ZeitlinwxArchive depends on wxDateTime (part of patch 1203970)
2006-02-11  Mart RaudseppDo not reintroduce #pragma interface/implementation...
2006-02-11  David Surovellfixed wx_media linkage/export problems - from RN patch
2006-02-11  Vadim Zeitlinclarified wxUSE_STD_IOSTREAM and wxUSE_STREAMS
2006-02-10  Vadim ZeitlinRyan's cumulative wxActiveX and media control patch...
2006-02-10  Vadim ZeitlinGTK1 fixes after wxObject-derived classes copy ctors...
2006-02-10  Vadim Zeitlinfixed centering of top level windows on secondary displ...
2006-02-10  Vadim Zeitlinadded wxRect::CentreIn()
2006-02-09  Vadim Zeitlinundeprecated wxSizerItem::IsShown() undoing last change...
2006-02-09  Stefan Csomorcorrect tabbing for full keyboard access
2006-02-09  Vadim Zeitlinimplemented ScrollLines/Pages() for all classes in...
2006-02-09  Vadim Zeitlindon't put the size of the data with the data itself...
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-02-09  Vadim Zeitlinfixed wxUSE_TABDIALOG/TAB_DIALOG confusion and other...
2006-02-08  Vadim Zeitlinavoid warnings C4311/4312 when building with MSVC ...
2006-02-08  Vadim Zeitlindeprecated wxSizerItem::IsShown() because it doesn...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-02-08  Vadim Zeitlinadded wxCHANGE_HDC_MAP_MODE to avoid #ifdef __WXWINCE__...
2006-02-08  Vadim Zeitlinremoved a few more extra semicolons (patch 1425785)
2006-02-07  Vadim Zeitlinremoved old Win16 files
2006-02-06  Vadim Zeitlindeclare rich text control event types with correct...
2006-02-06  Julian SmartAttempt at using inkedit control for wxTextCtrl, when...
2006-02-06  Julian SmartChanged function to SetFitToCurrentPage
next