]> git.saurik.com Git - wxWidgets.git/history - src/msw
fixed for w/o expat
[wxWidgets.git] / src / msw /
2005-04-15  Robin DunnApplied patch [ 1167891 ] wxNotebook display problem...
2005-04-15  Robin DunnDon't clip hidden windows from the staticbox's refresh...
2005-04-14  Julian SmartForgot to remove #endif
2005-04-14  Julian SmartTry to find comctl32.dll version even if we don't have...
2005-04-14  Włodzimierz SkibaCorrection in comment in closing #endif. Is VC++ 4...
2005-04-14  Julian SmartRemoved unnecessary fix (caused by erroneous user code)
2005-04-14  Julian SmartAdded back shlwapi.h inclusion with comment
2005-04-13  Julian SmartLook for help file in Windows if not found elsewhere
2005-04-13  Włodzimierz SkibaOW pedantic warning fix.
2005-04-13  Vadim Zeitlinfixed tests for dashed/dotted pens under OS != NT ...
2005-04-13  Vadim Zeitlindon't break of the loop resetting last focus pointer...
2005-04-13  Julian SmartThe device origin can be set on WinCE, so use it and...
2005-04-13  Julian SmartGetCursorPos returns an error on WinCE, so use GetMessa...
2005-04-13  Julian SmartUnnecessary shwlapi.h inclusion removed
2005-04-13  Robin DunnAdd room for the scrollbar
2005-04-12  Ryan NortonFix warning on CYGWIN for sockets
2005-04-12  Włodzimierz SkibawxUniv build fix (typo correction).
2005-04-12  Włodzimierz SkibaWinCE build fix (missing style).
2005-04-12  Robin DunnFixes for wxPopupTransientWindow for wxMSW. Includes...
2005-04-11  Robin Dunnreturn begining of the selection for GetInsertionPoint...
2005-04-11  Vadim Zeitlinafter latest changes background of radio buttons _not_...
2005-04-11  Włodzimierz SkibawxUniv build fix.
2005-04-11  Włodzimierz SkibaDo not break twice.
2005-04-10  Vadim Zeitlinsilently ignore NULL pointers in MSWOnMeasureItem(...
2005-04-10  Vadim Zeitlinfixed MSWGetBgBrush() call, it needs a HWND and not...
2005-04-10  Vadim Zeitlinextended wxWindow::MSWGetBgBrush() and wxControl::MSWCo...
2005-04-10  Vadim Zeitlinfixed slider positioning/sizing (especially when ticks...
2005-04-10  Vadim Zeitlinput some asserts to check that inconsistent slider...
2005-04-10  Vadim ZeitlinGetParent() was always used in test for wxHSCROLL check...
2005-04-10  Julian SmartHack to make wxStaticBox be repainted when inside a...
2005-04-10  Vadim Zeitlinsimplifications and corrections to background drawing:
2005-04-08  Michael WetherellDocumentation fixes, patch 1179223 by Andreas Mohr
2005-04-06  Vadim Zeitlinsynthesize NM_RCLICK ourselves now that def window...
2005-04-06  Julian SmartDon't always maximize top-level windows on Smartphone
2005-04-06  Robin DunnReally remove the droppings when there are no pages
2005-04-06  Vadim Zeitlindefine WM_CONTEXTMENU if the standard headers don't
2005-04-06  Julian SmartAlways Maximize() top-level windows on Smartphone.
2005-04-06  Vadim Zeitlinuse LVS_EX_LABELTIP by default
2005-04-05  Vadim Zeitlinmove code ignoring VK_SPACE and VK_RETURN WM_CHAR messa...
2005-04-05  Vadim Zeitlinreset selection anchor when a key changing selection...
2005-04-05  Vadim Zeitlindon't generate assert when creating wxEVT_COMMAND_TREE_...
2005-04-05  Vadim Zeitlindon't let WM_RBUTTONDOWN reach def window proc as it...
2005-04-05  Vadim Zeitlinadd extra space for top border when wxDIALOG_UNIT_COMPA...
2005-04-05  Vadim Zeitlinfix for richedit version 1 control bug with bad refresh...
2005-04-05  Vadim Zeitlinfixed wxStaticBox::SetBackgroundColour(): this should...
2005-04-05  Vadim Zeitlinwe need to leave some space for static box border even...
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-04-04  Robin DunnPatch from OSAF that maintains radio button selection...
2005-04-03  Julian SmartCross-hair cursor appears as an I-beam on WinXP for...
2005-04-03  Vadim Zeitlinmake it possible to change the text of the item being...
2005-04-02  Julian SmartWinCE apparently should not have rectangle adjusted...
2005-04-02  Julian SmartBorder fixes for WinCE
2005-04-02  Vadim Zeitlinfixed background colour of the automatically created...
2005-04-02  Julian SmartCorrect flat notebook border style under WinCE in wake of
2005-04-02  Julian SmartDefault border for a static box is wxBORDER_NONE
2005-04-02  Julian SmartDefault border style for a control on PPC/Smartphone...
2005-04-02  Julian Smart\ is a reasonable home directory on WinCE
2005-04-02  Julian SmartMF_BYCOMMAND is zero so don't try to test it
2005-04-02  Vadim Zeitlinfixed TREE_ITEM_MENU generation from right mouse clicks...
2005-04-02  Robin DunnUse the current font for the DoGetBestSize calculation
2005-04-02  Vadim Zeitlinfixes to static box borders calculations and significan...
2005-04-01  Vadim Zeitlinimplemented GetProgramHandle() for Win32 and documented it
2005-04-01  Julian SmartNow calculates clipping region from actual child HWNDs...
2005-03-31  Julian SmartFixed MSWClipBoxRegion
2005-03-31  Chris Elliottmissing include for memoryDC
2005-03-31  Julian SmartUse InvalidateRect for Smartphone.
2005-03-31  Włodzimierz SkibaSmartphone fix.
2005-03-30  Julian SmartApplied patch [ 1171542 ] access static class members...
2005-03-30  Julian SmartApplied patch [ 1166587 ] [wxMSW] Removes all flicker...
2005-03-30  Julian SmartEliminate warning on WinCE
2005-03-30  Dimitri Schoolwerthminor cleanup (don't use magic numbers)
2005-03-27  Vadim Zeitlinapplied heavily modified patch 1116702: support for...
2005-03-27  Vadim Zeitlinadded wxBitmap::GetMaskBitmap()
2005-03-27  Vadim Zeitlindon't crash when trying to dump struct members which...
2005-03-26  Vadim Zeitlincompilation fix for wxUSE_ON_FATAL_EXCEPTION == 0
2005-03-26  Vadim Zeitlinchanged wxWindow::Refresh() to refresh the window child...
2005-03-26  David ElliottUse wxFontMapperBase::Get instead of wxFontMapper:...
2005-03-25  Vadim Zeitlindo nothing in Freeze/Thaw() if the window is hidden...
2005-03-25  Włodzimierz SkibaWarning fix.
2005-03-25  Vadim Zeitlinreversed disabling of deferred resizing in the last...
2005-03-24  Vadim Zeitlinfix handling Alt-key events in wxComboBox
2005-03-24  Włodzimierz SkibaFix for ambiguities which happen in STL=1 mode under...
2005-03-24  Chris Elliottremove erroneous comment
2005-03-24  Chris Elliottfix icoinse bug
2005-03-24  Julian SmartSwitch deferred sizing off by default
2005-03-23  Vadim ZeitlinWait() should now return correct exit code even if...
2005-03-23  Vadim Zeitlinsimplifications of checks for themed-background sysopt...
2005-03-23  Vadim Zeitlinadjust the rectangle before calling DrawThemeBackground...
2005-03-23  Vadim ZeitlinwxTextCtrl with wxTE_RICH2 style now uses RichEdit...
2005-03-22  Włodzimierz SkibaWrap <commdlgs.h> as <commctls.h>. Required makefiles...
2005-03-21  Vadim Zeitlindocument (and check for it with assert) that wxGetKeySt...
2005-03-21  Włodzimierz Skiba32 bit range for wxSlider (#1166390).
2005-03-21  Vadim Zeitlinfixed warnings about possibly uninitialized variables...
2005-03-21  Vadim Zeitlinadded orient parameter to wxMDIParentFrame::Tile()
2005-03-21  Vadim Zeitlinfixed SetColumnWidth() in wxLC_LIST mode (set column...
2005-03-21  Vadim Zeitlinadded closing parenthesis inside comment, no real changes
2005-03-20  Julian SmartFixes for WinCE toolbar
2005-03-20  Julian SmartFix wxFileConfig for WinCE
2005-03-19  Julian SmartFixed toolbar bitmap bug introduced by deriving wxToolM...
2005-03-19  Julian SmartAdded wxDialog::GetToolBar for PocketPC
next