Committing in .
[wxWidgets.git] / include /
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
2006-02-06  Julian SmartAdded wxSYS_TABLET_PRESENT to check for tablet capability
2006-02-06  Julian Smartm_border and accessors not used
2006-02-06  Kevin HockCheckValidator should not return false if no variable...
2006-02-05  Vadim Zeitlinremoved GTKConvertMnemonics() which is not used in...
2006-02-05  David Surovellmoved ctor implementation into dot-cpp file; reformatted
2006-02-05  Vadim Zeitlinrenamed AddSubPage() with pos parameter to InsertSubPage()
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-02-03  Mart RaudseppwxGTK2 compiles fine with {G,PANGO}_DISABLE_DEPRECATED...
2006-02-03  Mart RaudseppRemove obsolete GTK1 compatibility macros. Patch #14134...
2006-02-03  Mattia Barbon DeleteFunction argument should be non-const since it
2006-01-31  Włodzimierz Skiba[ 1420190 ] Enable backspace key on smartphone
2006-01-31  Julian SmartAdded SetSheetStyle to property sheet dialog to allow...
2006-01-31  Julian SmartIntroduced the ability to size a book control based...
2006-01-30  Julian SmartAdded wxUSE_TOOLBOOK
2006-01-30  Julian SmartAdded wxToolbook class
2006-01-30  Julian SmartSeparated out book control sizing code
2006-01-28  Stefan Csomorattempt to fix endian problems when doing cross-compile...
2006-01-28  Vadim ZeitlinSetSelection() must update m_selectionOld, otherwise...
2006-01-27  Julian SmartFurther steps towards media control support in WinCE...
2006-01-27  Julian SmartSmall typo fix
2006-01-27  Kevin OllivierSince Universal binaries compile the same file twice...
2006-01-26  Julian SmartFixed duplicate guard
2006-01-26  Włodzimierz SkibaBlind fixes for warnings in wxTinderbox.
2006-01-26  Włodzimierz Skiba#include moved to module.
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-26  Włodzimierz SkibawxBusyInfo interface moved to generic to make space...
2006-01-26  Włodzimierz SkibaImproved preprocessor guards for numeric dialogs.
2006-01-26  Julian SmartSuppress VC++ 2005 deprecation warnings (for now)
2006-01-26  Robert Roebling GTK2 RGBA has 32 bits.
2006-01-25  Robin DunnPatch from Tim Kosse to add supoprt for wxListCtrl...
2006-01-25  Włodzimierz SkibaFixes for building wxOS2 shared with OpenWatcom.
2006-01-25  Stefan Csomorkey/char event changes for inline editing (japanese...
2006-01-25  Stefan Csomoradapting comment to new implementation
2006-01-25  Michael WetherellFixes for the GTK1 split
2006-01-23  Michael WetherellFix for gtk1 separation
2006-01-23  Vadim Zeitlinextracted wxFrame::MSWTranslateMessage() implementation...
2006-01-23  Michael Wetherellgtk1 fixes
2006-01-23  Mart RaudseppInclude gtk1 headers for non-gtk2. I don't really like...
2006-01-23  Mart RaudseppRemove GTK2 specific prototypes from wx/include/gtk1...
2006-01-23  Mart Raudseppwx/gtk1/taskbarpriv.h and gnome/gprint.h not necessary...
2006-01-22  Mart RaudseppNuke GTK1 from include/gtk
2006-01-21  Michael WetherellMove oleacc.lib from the VC++ projects/makefiles to...
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2006-01-19  David Surovellcleanup - reformat
2006-01-19  Julian SmartApplied patch [ 1381420 ] wxHTTP Basic authentication...
2006-01-19  Julian SmartApplied patch [ 1339764 ] Add wxImage::ConvertToGreyscale
2006-01-19  Julian SmartApplied patch [ 1355809 ] Add ability to use templates...
2006-01-19  Julian SmartDon't use Windows handles directly in headers
2006-01-18  Julian SmartImproved mktime for WinCE
2006-01-18  David Surovellcleanup - reformat
2006-01-18  Julian SmartFixed comment bug [ 1390056 ] Wrong Documentation for...
2006-01-18  Julian SmartApplied patch [ 1380544 ] wxCondition::WaitTimeout...
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Vadim Zeitlindeclare wxEVT_COMMAND_HTMLWINDOW_URL_CLICKED with corre...
next