]> git.saurik.com Git - wxWidgets.git/history - src/msw
Various underscore doc fixes and some wxXCharBuffer documentation.
[wxWidgets.git] / src / msw /
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
2005-03-18  Julian Smart(Flickery) fix for droppings when there are no notebook...
2005-03-18  Ryan Norton* Turn off by default...
2005-03-18  Ryan Norton* Dynamically load all quicktime stuff using a version...
2005-03-18  Włodzimierz SkibaFixed bug #1022383: 'several ComboBoxes appear selected'
2005-03-18  Ryan Norton* Fix refreshing bug with control not showing up intial...
2005-03-18  Vadim Zeitlincontinue with generating EVT_CONTEXT_MENU if EVT_TREE_I...
2005-03-18  Julian SmartAdded WXK_SPECIAL... keycodes for special hardware...
2005-03-18  Ryan NortonReworked directshow implementation.
2005-03-18  Dimitri Schoolwerthfixed signed/unsigned mismatch warning
2005-03-17  Vadim Zeitlinimplemented wxMenuBar ctor taking array of menus/titles...
2005-03-17  Vadim Zeitlinreturn if abort dialog couldn't be created (part of...
2005-03-17  Vadim Zeitlinrevert togglable tools to previous state if the change...
2005-03-17  Włodzimierz SkibaFixed strange situation when we had wxPathExists and...
2005-03-17  Julian SmartSmall fixes for compiling Cygwin (with --disable-sockets)
2005-03-17  Julian SmartCorrect compilo for non-WinCE
2005-03-16  Julian SmartImplemented PocketPC menubar/toolbar as wxToolMenuBar...
2005-03-16  Julian SmartAdded wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE
2005-03-15  Julian SmartFixed wxToolBar for WinCE so normal bitmaps can be...
2005-03-14  Julian SmartFrames have Ctrl+Q accelerator set automatically, as...
2005-03-14  Robin DunnIf the parents are nothing but a panel and a frame...
2005-03-14  Vadim Zeitlinmade GetDataDir() return the directory where the progra...
2005-03-14  Julian SmartDefine Ctrl+Q accelerator on PocketPC for quitting...
2005-03-14  Dimitri Schoolwerthrefactored scrollbar creation code to use CreateControl...
2005-03-13  Julian SmartAdded wxNB_FLAT for WinCE property sheet tabs
2005-03-13  Włodzimierz SkibaCorrect sending of wxW event from wxChoice on MS Smartp...
2005-03-12  Robin DunnAllow wxStaticText to have a custom fg without a custom bg
2005-03-12  Gilles Depeyrotcorrected typo in comment
2005-03-11  Włodzimierz SkibaBase for wxMessageDialog with common checks for style.
2005-03-11  Vadim Zeitlincall wxOle[Un]Initialize() in wxClipboard ctor/dtor...
2005-03-11  Vadim Zeitlinextracted code calling {Ole|Co}[Un]Initialize() to...
2005-03-11  Włodzimierz SkibaUse empty check consistent with other parts.
next