]> git.saurik.com Git - wxWidgets.git/history - src/msw
Warning fixes.
[wxWidgets.git] / src / msw /
2006-03-13  Włodzimierz SkibaWarning fixes.
2006-03-12  Vadim Zeitlinfixed event generation for wxComboBox to be consistent...
2006-03-12  Vadim Zeitlinfixed event generation for wxChoice: it now sends one...
2006-03-12  Vadim Zeitlindon't send EVT_CHOICE events while the dropdown is...
2006-03-12  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-12  Vadim Zeitlindon't require multimon.h any more now (patch 1446030...
2006-03-12  Włodzimierz SkibawxTinderbox build fix (!PCH support).
2006-03-12  Vadim Zeitlinmore accurate best size calculation logic (use the...
2006-03-11  Włodzimierz SkibaWXUNUSED is our coding standard.
2006-03-11  Julian SmartApplied patch [ 1443707 ] kill "cast truncates constant...
2006-03-11  Julian SmartApplied [ 1425529 ] Tooltip was not removed on deletion
2006-03-11  Julian SmartApplied patch [ 1447184 ] Elimination of a warning...
2006-03-10  Robin DunnApplied Patch #1424869: Implement wxListCtrl::SetItemCo...
2006-03-10  Włodzimierz SkibaWarning fix.
2006-03-09  Włodzimierz SkibaFontEnum fix: use NULL for global enumeration.
2006-03-09  Vadim Zeitlincall SetWindowPos(SWP_FRAMECHANGED) after changing...
2006-03-09  Vadim Zeitlindefine UDM_{SETRANGE|SETPOS|GETPOS}32 if we don't have...
2006-03-09  Vadim Zeitlindon't clear clipboard if it was changed by another...
2006-03-09  Vadim Zeitlinfix gcc4 warning for wndproc casts (patch 1431939)
2006-03-09  Vadim Zeitlinadded wxListBox::HitTest() from Ryan (patch 1446207)
2006-03-09  Vadim Zeitlindon't check that the cursor is over the window calling...
2006-03-08  Vadim Zeitlindon't draw focus rect for custom drawn items when the...
2006-03-08  Vadim Zeitlingenerate wxEVT_COMMAND_TEXT_ENTER for multiline control...
2006-03-07  Włodzimierz SkibaRemoved unused and outdated Watcom build files.
2006-03-07  Włodzimierz SkibaBorland build fix.
2006-03-05  Vadim Zeitlinfix to last custom draw fix: only leave space for the...
2006-03-05  Vadim Zeitlinanother custom draw fix: leave space for the image...
2006-03-05  Vadim Zeitlindon't trust CDIS_FOCUS flag vale in custom drawing...
2006-03-04  Julian SmartIf context menu not handled, treat as left click instead.
2006-03-03  Vadim Zeitlinmove the code freeing temporary argv array to wxEntry...
2006-03-02  Julian SmartApplication clipping region can be set to null without...
2006-02-28  Julian SmartAdded context menu support under PocketPC
2006-02-26  Włodzimierz SkibaCorrect wxCheckListBox insertion.
2006-02-25  Włodzimierz SkibaRevitalise SIP support in all toplevel wince windows.
2006-02-25  Jamie GaddFixes for WinCE build caused by my last commit.
2006-02-25  Vadim Zeitlincleaned up and disabled by default the toolbar buttons...
2006-02-25  Vadim ZeitlinDT_WORD_ELLIPSIS is not defined under CE
2006-02-24  Julian SmartFixed interpretation of selection and added selection...
2006-02-24  Jamie GaddMake wx{List,Tree}Ctrl resize their standard font if...
2006-02-23  Jamie GaddFix bug where labels were multicoloured if their length...
2006-02-22  Václav Slavíkskip the paint event instead of calling wxControl versi...
2006-02-22  Kevin HockRearrange and simplify read and error checks, and remov...
2006-02-18  Vadim Zeitlingcc initializer order fix warning (patch 1432835)
2006-02-17  Vadim Zeitlincompilation fix for old SDK headers (such as shipped...
2006-02-16  Robin DunnFix for Bug #1432054: ToolBar controls not removed...
2006-02-15  Vadim Zeitlinreturn non-numpad key codes from wxCharCodeMSWToWX...
2006-02-14  Vadim Zeitlinmodified custom draw code to fully draw the items using...
2006-02-13  Vadim Zeitlinuse C cast instead of reinterpret_cast which doesn...
2006-02-12  Włodzimierz SkibawxWinCE warning fix.
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  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...
next