]> git.saurik.com Git - wxWidgets.git/history - src/msw
removed wxTLW cruft now that all ports have it
[wxWidgets.git] / src / msw /
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2003-01-07  Vadim Zeitlinworkaround for not appearing vertical scrollbar in...
2003-01-06  David WebsterRemove ctl3d32.lib from make.
2003-01-06  Mattia Barbon Aparently someone modified templates/filelist.txt...
2003-01-03  Julian SmartClean up memory if have to exit early
2003-01-03  Julian SmartApplied patch [ 652336 ] Add tooltip support to wxUniv...
2003-01-02  Vadim Zeitlinuse DECLARE_NO_COPY_CLASS() where applicable (patch...
2003-01-02  Vadim Zeitlinsupport for using DIBs for wxBitmap implementation...
2003-01-02  Vadim Zeitlinuse StretchBlt() if available (part of patch 649866)
2003-01-02  Vadim Zeitlinfixed bug with wxTR_EDIT_LABELS not working with xwTR_M...
2003-01-02  Vadim Zeitlinfixed wxCaret::SetSize() (closes bug 659209)
2003-01-01  Vadim Zeitlindon't send CHECKLISTBOX_TOGGLE event when Check() is...
2002-12-30  Vadim Zeitlincompilation warning fixes (patch 651719)
2002-12-29  Ron LeeAdded wxTreeCtrl::GetItemParent to deprecate GetParent.
2002-12-27  Mattia Barbon Applied patch [ 652491 ] Update makefiles for mingw
2002-12-27  Mattia Barbon Use wxWcslen instead of wcslen.
2002-12-27  Julian SmartAdded a necessary pixel to height if wxTB_NODIVIDER...
2002-12-26  Robin DunnUse WXDLLEXPORT_DATA for wx*NameStr's
2002-12-23  Julian SmartDon't send explicit update event if single line
2002-12-21  Vadim Zeitlinhandle accel keys for owner drawn menu items (based...
2002-12-21  Vadim Zeitlinuse SS_CENTERIMAGE to prevent wxStaticBitmap from stret...
2002-12-20  Vadim Zeitlinfixed SetSelection() (and hence SetInsertionPoint(...
2002-12-19  Julian SmartFixed a problem with borders being set wrong sometimes...
2002-12-17  Vadim Zeitlinreset virtual root to NULL in DeleteAllItems()
2002-12-17  Julian SmartFixed [ 652512 ] wxPaintDC::FindInCache bug
2002-12-17  Julian SmartMFC sample now works properly; WinMain not defined...
2002-12-15  Vadim Zeitlinsend an extra kill focus event when we're deactivated
2002-12-14  Václav Slavíkdon't translate strings when it doesn't make any sense
2002-12-14  Mattia Barbon Fixed missing reference to wxTreeCtrlnameStr when...
2002-12-12  Chris Elliottfix for cygwin WXDLLEXPORT bug
2002-12-10  Julian SmartApplied another Marco patch (5)
2002-12-10  Julian SmartApplied some of patch [ 650957 ] wxWinCE diff-0.0.4
2002-12-09  Vadim Zeitlinfixed warning about unused var
2002-12-09  Vadim Zeitlinfixed annoying beep when pressing space/return in the...
2002-12-09  Chris Elliottfix bug with treectrl sample
2002-12-09  Julian SmartSmall WinCE mods from Marco
2002-12-09  Julian SmartApplied patch [ 642174 ] Stop TOOL_WINDOWS stealing...
2002-12-09  Julian SmartApplied patch [ 642172 ] Fix menu accelerators in ownerdrw
2002-12-09  Julian SmartApplied patch [ 642157 ] [MSW] HMENU resource leak...
2002-12-08  Václav SlavíkFixed EVT_TREE_SEL_CHANGED and _CHANGING under MSLU...
2002-12-07  Julian SmartCommitted vcw files also
2002-12-07  Julian SmartConverted wxBase also
2002-12-07  Julian SmartCorrected line endings, deps now relative
2002-12-07  Robert Roebling Added simplistic makefile/project files for wxWinCE.
2002-12-07  Vadim Zeitlinfix for wxGetEnv() under Win16 (!) (bug 645368)
2002-12-07  Vadim Zeitlinfix (?) for small menu item bitmaps (bug 635438)
2002-12-06  Vadim Zeitlincorrected a too eager error message (patch 648599)
2002-12-06  Stefan NeisChanged GSocket_Select to use unix code for wxBase...
2002-12-05  Julian SmartAdded Marco's first WinCE files
2002-12-05  Vadim Zeitlinallow TABbing into multiline text controls even if...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-10-11  David Websterremoved ctl3d32.lib
2002-09-15  Václav Slavíkfixed two-step creation of wxCheckListBox
2002-09-15  Vadim Zeitlincompilation fix for !MSVC
2002-09-14  Vadim Zeitlinwe do want arrows even in a read only text ctrl
2002-09-14  Vadim Zeitlinrecreate the toolbar entirely when its text/icons style...
2002-09-14  Vadim Zeitlinset size if it's initially == wxDefaultSize() in MSWCre...
2002-09-11  Robin DunnFixed some off-by-one and other issues with drawing...
2002-09-10  Julian SmartApplied patch [ 606713 ] Removes a warning from cygwin...
2002-09-09  Vadim Zeitlinremoved C++ comment
2002-09-08  Julian SmartAdded a note about bug in Mingw32 headers.
2002-09-08  Julian SmartAdded LV_ITEMA and used a #define for LV_ITEM to
2002-09-08  Vadim Zeitlincorrected wxShell() ret code
2002-09-08  Vadim Zeitlinfixed wxExecute() for console programs (process messags...
2002-09-07  Vadim Zeitlindon't overwrite the app name with argv[0] if it had...
2002-09-07  Vadim Zeitlinfix for handling TAB presses in readonly text controls
2002-09-06  Mattia BarbonFixed bug with SetValue on read-only combobox; don...
2002-09-06  Chris Elliottsmall bug fix for using multiple borland compilers
2002-09-05  Robin DunnAdded effects.h to filelist.txt so it will get installe...
2002-09-05  Julian SmartApplied patch [ 605188 ] Fix to draw 24 bit bitmaps
2002-09-05  Julian SmartApplied patch [ 605189 ] add edit cancel notify to...
2002-09-05  Robin DunnUse the iconIndex in the default case too.
2002-09-05  Julian SmartApplied patch [ 603858 ] wxTextCtrl text alignment...
2002-09-04  Vadim Zeitlinuse standard colour for the selected tree item text...
2002-09-04  Chris ElliottIntroducing wxBase for borland based on Michael Fieldin...
2002-09-03  Julian SmartChanged char* to wxChar*
2002-09-02  Chris ElliottMichael Fieldings patch 598106 applied in part
2002-09-02  Vadim Zeitlinsigned/unsigned comparison warning (and probably even...
2002-09-02  Vadim Zeitlinchoose implicit parent for the dialog boxes better...
2002-09-01  Ron Leeoops, make it build with wxbase too.
2002-09-01  Ron Leeadded missing #include frame.h for mingw(3.2) build.
2002-09-01  Julian SmartClean up string table before uninitializing DDEML
2002-09-01  Julian SmartApplied patch [ 600051 ] DDE and TCP improvements and...
2002-08-31  Vadim Zeitlinimplemented a dirty hack allowing us to keep activation...
2002-08-31  Vadim Zeitlindon't disable top level windows recursively
2002-08-31  Julian SmartApplied patch [ 599043 ] fix for wxTreeCtrl/MSW right...
2002-08-30  Vadim Zeitlindon't eat Shift-Ctrl-[XCV] keys
2002-08-30  Julian SmartMods for Wine compilation
2002-08-30  Vadim Zeitlindon't disable top level children in parents Enable()
2002-08-30  Vadim Zeitlinadded wxSpinCtrl::SetSelection()
2002-08-30  Vadim Zeitlindisable children when the parent is disabled
2002-08-29  Vadim Zeitlinchanged wxExecute(char **) version to take wxChar **
2002-08-27  Mattia BarbonDon't get the string when the combobox returned CB_ERR...
2002-08-27  Vadim Zeitlinfixed bug in SetStyle() which wouldn't reset the slant...
2002-08-26  Guillermo Rodrigue... Fixed warnings due to use of %d for long int params...
2002-08-26  Guillermo Rodrigue... Removed compilation warnings (mostly mismatches between...
2002-08-23  Ron Leeremoved #include shlobj.h -- it breaks mingw32 wxBase...
2002-08-23  Vadim Zeitlincompilation fix for !WX_PRECOMP
2002-08-22  Vadim Zeitlinfixed default button handling: don't keep BS_DEFPUSHBUT...
2002-08-22  Vadim Zeitlinfix for wxComboBox flicker on create (patch 598891)
next