]> git.saurik.com Git - wxWidgets.git/history - src/msw
free argv in Unicode build
[wxWidgets.git] / src / msw /
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)
2002-08-22  Vadim Zeitlinsend event from Clear() for a simple text control,...
2002-08-22  Vadim Zeitlinreverted patch 598016 (removed MSWCreateControl() visib...
2002-08-22  Julian SmartApplied patch [ 598016 ] remove flicker during combo...
2002-08-20  Vadim Zeitlinadded wxCheckListBox::HitTest() (modified patch 594524)
2002-08-20  Vadim Zeitlinfixes for wxExecute() with IO redirection: wxStreamTemp...
2002-08-20  Julian SmartFixed compilo (default arg) in joystick constructor
2002-08-20  Julian SmartApplied patch [ 597700 ] Fix proposal for wxJoystick...
2002-08-20  Julian SmartApplied patch [ 597398 ] Generic MDI, wxNotebook based.
2002-08-20  Julian SmartReordered ClearCache calls as per Roger Chickering...
2002-08-16  Vadim Zeitlina better fix for notebook page not being refreshed...
2002-08-16  Robin DunnDon't send EVT_KILL_FOCUS when the window is in the...
2002-08-16  Julian SmartApplied patch [ 594416 ] MDI Previous Child
2002-08-16  Vadim ZeitlinwxCheckWindowWndProc() now checks for the original...
2002-08-16  Vadim Zeitlinchange the selection appropriately (and refresh it...
2002-08-15  Vadim Zeitlinthe app doesn't exit any more if a dialog is shown...
2002-08-15  Vadim Zeitlinfixed a harmless warning (patch 595096) and added a...
2002-08-14  Robin DunnBugfix for wxListCtrl::GetColumn. It wasn't checking...
2002-08-14  Robin DunnFixed wxMSW's EVT_CHAR so it conforms to the docs and...
2002-08-08  Julian SmartApplied patch [ 592363 ] Owner Draw Round 2 fixes
2002-08-04  Julian SmartApplied patch from Benjamin Williams to improve
2002-07-31  Mattia BarbonRegenerated files.lst after addition of listbase.h
2002-07-29  Mattia Barbonw32api 2.0 will have shlwapi.h
2002-07-29  Ron LeeThe world should not end if a server has no peer. ...
2002-07-27  Ron Leeminus one show stopper typo and a couple of warnings...
2002-07-26  Julian SmartDon't fail to register remaining window classes if
next