]> git.saurik.com Git - wxWidgets.git/history - src/msw
Include wx/list.h according to precompiled headers of wx/wx.h (with other minor clean...
[wxWidgets.git] / src / msw /
2006-02-12  Michael WetherellSome compilers don't define SIZE_T (e.g. dmc) so use...
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  Vadim Zeitlinuse wxDiskspaceSize_t which is long and not wxLongLong...
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  David Surovellfixed wx_media linkage/export problems - from RN patch
2006-02-10  Jamie GaddToplevel windows don't have sibling static boxes. Fixes...
2006-02-10  Vadim Zeitlinfixed deprecation warnings; removed #if 0'd code
2006-02-10  Vadim Zeitlincompilation fix for gcc4 (patch 1428840)
2006-02-10  Vadim ZeitlinRyan's cumulative wxActiveX and media control patch...
2006-02-09  Jamie GaddFix drag and drop inside static boxes.
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 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 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-07  Vadim Zeitlinremoved old Win16 files
2006-02-07  Vadim Zeitlinalways send TB_AUTOSIZE in UpdateSize(), even if we...
2006-02-06  David Surovellfix compilation problem, pass 2
2006-02-06  Robin DunnFix compilation error
2006-02-06  Julian SmartAttempt at using inkedit control for wxTextCtrl, when...
2006-02-06  Julian SmartAdded wxSYS_TABLET_PRESENT to check for tablet capability
2006-02-06  Jamie GaddAdd check for wxGLCanvas to wxCheckWindowWndProc. Fixes...
2006-02-05  Jamie GaddDeprecate wxDC::{Begin,End}Drawing()
2006-02-03  Julian SmartFix for WinCE - no delayed sizing for now
2006-02-03  Julian SmartApplied patch from Neil Robinson to allow manipulation...
2006-02-02  Robin DunnFix for bug #1422217. Menu items with the checked...
2006-02-01  Włodzimierz SkibaeVC3 build fix.
2006-01-31  Włodzimierz Skiba[ 1420190 ] Enable backspace key on smartphone
2006-01-31  Robin DunnPutting the SetBestFittingSize() call at the end of...
2006-01-29  David Surovellremove extraneous whitespace
2006-01-28  David Surovellminor changes as per RN comments - add some comments...
2006-01-28  Julian SmartFurther attempts at WinCE media control
2006-01-28  Vadim ZeitlinSetSelection() must update m_selectionOld, otherwise...
2006-01-27  Julian SmartFurther steps towards media control support in WinCE...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-26  Włodzimierz SkibaWarning fixes after recent commits.
2006-01-25  Jamie GaddCalculate correct client size for windows that are...
2006-01-25  Robin DunnPatch from Tim Kosse to add supoprt for wxListCtrl...
2006-01-25  David Surovellcleanup - more reformatting; fixed bug introduced in...
2006-01-25  David Surovellcleanup - more reformatting
2006-01-25  Robin DunnRemoved wxLogNull's used to supress errors coming from
2006-01-25  Robin DunnSwitched wxCheckWindowWndProc to always use the window...
2006-01-25  David Surovellcleanup - major reformatting
2006-01-25  Julian SmartWinCE fixes (in case a WinCE-friendly backend gets...
2006-01-25  Julian SmartMove some OLE utilities to oleutils.cpp and simplified...
2006-01-25  Julian SmartWinCE fixes
2006-01-24  Vadim Zeitlinno changes but more comments in DoSetClientSize() ...
2006-01-23  Vadim Zeitlinextracted wxFrame::MSWTranslateMessage() implementation...
2006-01-23  Vadim Zeitlinno real changes; just a very minor cleanup in wxFrame...
2006-01-23  Jamie GaddImprove extended key handling code readability.
2006-01-22  Jamie GaddDistinguish numpad extended keys. Fixes bug #1327720
2006-01-21  Robin DunnUse wxSUBRELEASE_NUMBER for the file version, not wxBET...
2006-01-21  Julian SmartTypo fix
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2006-01-19  Włodzimierz SkibaCheckable items in wxToolMenuBarTool supported.
2006-01-19  Jamie GaddFixed bug #778299 - wxTE_RICH2 causes SetValue to show...
2006-01-19  Julian SmartDon't use Windows handles directly in headers
2006-01-18  Julian SmartImproved mktime for WinCE
2006-01-18  Julian SmartCleanup
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Julian SmartMust strip menu codes from labels before measuring...
2006-01-18  Julian SmartApplied patch [ 1399013 ] More removals of extraneous...
2006-01-18  Julian SmartApplied patch [ 1394164 ] Update wxWinINetURL to use...
2006-01-18  Julian SmartApplied patch [ 1382329 ] [msw] SetScrollbar: Set thumb...
2006-01-18  Julian SmartAdded missing include
2006-01-17  Julian SmartApplied patch [ 1378522 ] fixed bitmap w/alpha->icon...
2006-01-17  Julian SmartWinCE compile fix
2006-01-17  Julian SmartApplied patch [ 1374215 ] Bug fix to wxSpinCtrl for...
2006-01-17  Julian SmartCleanup
2006-01-17  Julian SmartApplied patch [ 1382552 ] Fixes GDI-ressource leak...
2006-01-17  Julian SmartApplied patch [ 1389709 ] XP theme support for DrawHead...
2006-01-17  Julian SmartApplied patch [ 1349607 ] [msw] Multiline notebook...
2006-01-17  Julian SmartApplied patch [ 1345297 ] Crash with MSW wxPrintDialog...
2006-01-17  Julian SmartApplied patch [ 1385822 ] fixed stdpaths get folder...
2006-01-17  Julian SmartApplied patch [ 1340814 ] fix for wxTextCtrl::GetStyle
2006-01-17  Robin DunnRemove the busy-wait loops in wxAMMediaBackend::Play...
2006-01-17  Robin DunnEnable wxListCtrl in report mode to be able to use...
2006-01-13  Robin DunnOnly update the size if the parent is a frame and the...
2006-01-13  Vadim Zeitlinreturn correct client size for child window which are...
2006-01-13  Vadim Zeitlinfixed crash with ownerdrawn menu items accelerators...
2006-01-13  Jamie GaddAdd missing WINDOWPOS flags for WinCE build to include...
2006-01-12  Vadim Zeitlinimproved wxMac event loop implementation and refactored...
2006-01-12  Vadim Zeitlindefine wxEventLoopBase::ms_activeLoop in appcmn.cpp...
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2006-01-10  Jamie GaddRepainting fixes/improvements. Use SWP_NOCOPYBITS for...
2006-01-08  Jamie GaddReturn correct values for GetFieldRect() when using...
2006-01-08  Jamie GaddInsertMenuItem can be used by submenus having bitmaps...
2006-01-07  David Surovellminor cleanup
next