]> git.saurik.com Git - wxWidgets.git/history - src/msw
gdk_pixbuf_unref -> g_object_unref
[wxWidgets.git] / src / msw /
2006-04-01  Julian SmartReset the position when auto-sizing toolbar
2006-03-31  Włodzimierz SkibaRemoved every usage of obsolete wxTLW flags. 2.6 compat...
2006-03-30  Vadim Zeitlindon't compile DirectDraw code when wxUSE_DIRECTDRAW...
2006-03-30  Julian SmartReverted wxChoice size fix due to problems in W2K and...
2006-03-28  Włodzimierz SkibaMake wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-03-25  Vadim Zeitlindiscard the debug directories at the end of the executa...
2006-03-25  Vadim Zeitlinadded wxStandardPaths::GetResourcesDir() and GetLocaliz...
2006-03-24  Włodzimierz SkibaBack to unsigned int count in wxTreeCtrl.
2006-03-23  Vadim Zeitlinreplaced all int/size_t indices in wxControlWithItems...
2006-03-23  Vadim Zeitlinfixed last commit which accidentally included parts...
2006-03-23  Julian SmartAdded missing declarations required for e.g. VC++ 6
2006-03-23  Vadim ZeitlinMinor fixes after last commit:
2006-03-23  Julian SmartAdded an optimization that fixes a recursive paint...
2006-03-23  Włodzimierz SkibaCentering maximized wxTLWs on screen should do nothing.
2006-03-23  Włodzimierz SkibaWarning fix.
2006-03-23  Vadim Zeitlinremoved unneeded (and provoking warnings in DLL build...
2006-03-21  Vadim Zeitlinadded semicolons after wxCHECK()s (part of patch 1450705)
2006-03-20  Vadim Zeitlinprovide stubs for conversion to/from image functions...
2006-03-20  Vadim Zeitlinremoved hard tabs
2006-03-17  Vadim Zeitlinuse correct string in wxEVT_COMMAND_COMBOBOX_SELECTED...
2006-03-16  Vadim Zeitlinadded wxDisplay::GetClientArea() (currently implemented...
2006-03-16  Włodzimierz SkibawxDisplay build fix for missing Direct Draw.
2006-03-16  Julian SmartMobile 5 Smartphone fixes
2006-03-16  Włodzimierz Skibaforward port from 2.6 - eVC3 fix.
2006-03-16  Vadim ZeitlinwxDisplay cleanup/rewrite:
2006-03-15  Vadim Zeitlinuse wxDynamicLibrary::GetSymbolAorW() instead of duplic...
2006-03-15  Julian SmartFix for WinCE
2006-03-15  Włodzimierz SkibawxTinderbox warning fix.
2006-03-15  Julian SmartFix for command bar not painting in Windows Mobile 5
2006-03-15  Julian SmartAdd menus even if we have no menubar HMENU (Windows...
2006-03-15  Julian SmartCorrected wrong include
2006-03-15  Julian SmartFix compile problem with VS 2005
2006-03-14  Włodzimierz SkibaLine-up interfaces to use size_t for GetCount()s (and...
2006-03-14  Włodzimierz SkibawxComboBox with SmartphoneCE has different members...
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...
next