]> git.saurik.com Git - wxWidgets.git/history - src
removed extra semicolons added by previous patch (patch 1429906)
[wxWidgets.git] / src /
2006-02-12  Vadim Zeitlinremoved extra semicolons added by previous patch (patch...
2006-02-12  Michael WetherellWarning fixes for VC5 (Igor Korot)
2006-02-12  Michael WetherellSome compilers don't define SIZE_T (e.g. dmc) so use...
2006-02-12  Stefan Csomorintel fixes
2006-02-12  Jamie GaddReplace deprecated wxNB_* flags with wxBK_* used in...
2006-02-12  Vadim Zeitlinadded linear and concentric gradient fill functions...
2006-02-11  Kevin HockRespect the REUSEADDR flag to allow rebinding; bind...
2006-02-11  Kevin HockRespect the REUSEADDR flag to allow rebinding; bind...
2006-02-11  Kevin HockAdd SetLocal method; overload Connect to accept a local...
2006-02-11  Vadim Zeitlinadded support for 64 bit ints in wx stream classes...
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 Zeitlincompilation fixes for wxUSE_DATETIME==0 (another part...
2006-02-11  Julian SmartApplied patch [ 1412216 ] non-themed fallback support...
2006-02-11  Julian SmartApplied [ 1394785 ] wxListCtrl::EndEditLabel implementation
2006-02-11  Julian SmartApplied patch [ 1417709 ] wxFSVolume produces error...
2006-02-11  Julian SmartApplied part 2 of [ 1415183 ] a couple of wxAutomation...
2006-02-11  Julian SmartApplied patch [ 1424247 ] Have wxGenericListCtrl not...
2006-02-11  Mart RaudseppI like if things compile with --enable-unicode + -...
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-10  David Surovellfixed compilation problem in pror commit
2006-02-10  Jamie GaddToplevel windows don't have sibling static boxes. Fixes...
2006-02-10  David Surovellcleanup - reformatting (reapplied after RN-VZ mega...
2006-02-10  Vadim Zeitlinadded generation of wxEVT_SCROLL_XXX (patch 1424698)
2006-02-10  Vadim Zeitlinfixed deprecation warnings; removed #if 0'd code
2006-02-10  Vadim Zeitlinregenerated make/project files after applying mediactrl...
2006-02-10  Vadim Zeitlincompilation fix for gcc4 (patch 1428840)
2006-02-10  Vadim ZeitlinRyan's cumulative wxActiveX and media control patch...
2006-02-10  David Surovellcleanup - reformatting; simplified OnPaint
2006-02-10  Vadim Zeitlinregenerated all makefiles with bakefile 0.2.0; removed...
2006-02-10  David Surovellcleanup - reformatting
2006-02-10  Stefan Csomorintel endian fix
2006-02-10  Vadim ZeitlinGTK1 fixes after wxObject-derived classes copy ctors...
2006-02-10  Włodzimierz SkibawxTinderbox build fixes.
2006-02-10  Vadim Zeitlingeneric GetFromWindow() implementation for non-MSW...
2006-02-10  Vadim Zeitlinfixed centering of top level windows on secondary displ...
2006-02-09  Michael WetherellFix link errors from advdll_taskbar.o on cygwin
2006-02-09  Stefan Csomorfull keyboard access support
2006-02-09  Stefan Csomorfull keyboard access support
2006-02-09  Julian SmartApplied patch [ 1427626 ] Fix wxFileConfig so that...
2006-02-09  Stefan Csomorsupport themed foreground brushes
2006-02-09  Stefan Csomorguard against empty ref
2006-02-09  Stefan Csomorbring XBM in line with MSW
2006-02-09  Vadim Zeitlinset m_encoding in wxCSConv ctor from name
2006-02-09  Jamie GaddFix drag and drop inside static boxes.
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 Zeitlinmore standard (although less RFC-conformant) treatment...
2006-02-09  Vadim Zeitlingreat copy ctor/assignment operators cleanup by Paul...
2006-02-09  Vadim Zeitlinfix for wrong debugging message (replaces patch 1424028)
2006-02-09  Vadim Zeitlinfixed wxUSE_TABDIALOG/TAB_DIALOG confusion and other...
2006-02-08  Vadim Zeitlindon't always find the file if it's in the current direc...
2006-02-08  Vadim Zeitlindeprecated wxSizerItem::IsShown() because it doesn...
2006-02-08  Vadim Zeitlindon't lose the alignment flags when setting the column...
2006-02-08  Vadim Zeitlinfix for artefacts when dragging a column divider in...
2006-02-08  Vadim Zeitlindon't update m_iconized in IsIconized(), this can break...
2006-02-08  Vadim Zeitlinmake access specifiers for the virtual functions match...
2006-02-08  Vadim Zeitlinremoved duplicate entries for UTF-16/32 (which are...
2006-02-08  David Surovellcleanup - reformatting (again)
2006-02-08  Vadim Zeitlinremoved code refreshing toolbar on every MDI child...
2006-02-08  Vadim Zeitlinset the same background colour for wxMDIParentFrame...
2006-02-08  Vadim Zeitlinaccount for DrawThemeParentBackground() returning S_FALSE
2006-02-08  Vadim Zeitlindon't set colours for the toolbar manually, this preven...
2006-02-08  Vadim Zeitlinno changes; just code cleanup in OnEraseBackground()
2006-02-08  Vadim Zeitlinadded support for <bg> tag for toolbars in XRC
2006-02-08  Vadim Zeitlinadded support disabled tag for toolbar elements in XRC
2006-02-08  Vadim Zeitlinremoved a few more extra semicolons (patch 1425785)
2006-02-07  David Surovellfixed DoDrawRoundedRect to use corner rounding radius...
2006-02-07  Vadim Zeitlinremoved old Win16 files
2006-02-07  Vadim Zeitlinalways send TB_AUTOSIZE in UpdateSize(), even if we...
2006-02-06  David Surovelltweaks and comments to previous commit
2006-02-06  David Surovellfix gcc v3.3.3 compiler crash
2006-02-06  David Surovellfix compilation problem, pass 2
2006-02-06  Robin DunnFix compilation error
2006-02-06  Michael WetherellCompile fix for --enable-stl
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  Stefan Csomorguard against early redraws
2006-02-06  David Surovelladded protection against non-file drop targets receivin...
2006-02-06  Jamie GaddAdd check for wxGLCanvas to wxCheckWindowWndProc. Fixes...
2006-02-06  David Surovellcleanup - reformatting
2006-02-05  Vadim Zeitlinnow we don't only show label mnemonics but they also...
2006-02-05  Vadim Zeitlinno changes; just some (very) minor cleanup
2006-02-05  Vadim Zeitlinuse XmNrecomputeSize instead of manually resizing the...
2006-02-05  Vadim Zeitlinuse GTKRemoveMnemonics instead of wxStripMenuCodes
2006-02-05  Vadim Zeitlinremoved GTKConvertMnemonics() which is not used in...
2006-02-05  Vadim Zeitlinhonour the mnemonics; don't use gtk_label_set_markup...
2006-02-05  Robin DunnFor consistency with the docs and with wxMSW the keycod...
2006-02-05  David Surovellcleanup - reformatting
2006-02-05  Włodzimierz SkibaMissing break after error in daily build.
2006-02-05  David Surovelladded ctor implementation from header + initialzation...
2006-02-05  Roger Gammansfix for [1357272] . Replace the fake year with unique...
2006-02-05  Vadim Zeitlinrenamed AddSubPage() with pos parameter to InsertSubPage()
2006-02-05  Vadim Zeitlinrenamed AddSubPage() with pos parameter to InsertSubPage()
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-02-05  David Surovellcorrect include file conditionalization, take 2
2006-02-05  David Surovellcleanup - reformatting
2006-02-05  David Surovellcleanup - reformatting
next