]> git.saurik.com Git - wxWidgets.git/history - src/msw
deTABified
[wxWidgets.git] / src / msw /
2003-07-10  Julian SmartApplied patch [ 758687 ] RegisterHotkey implemented
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-07-10  Julian SmartPartially applied patch [ 763900 ] fix for vertical...
2003-07-10  Vadim Zeitlinno real changes
2003-07-09  Vadim Zeitlinautomatically link with opengl32.lib and glu32.lib...
2003-07-09  Vadim Zeitlinimplement support for returning several elements at...
2003-07-09  Vadim Zeitlinensure that we don't get stuck in modal loop forever...
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  Vadim Zeitlinadded support for wxALWAYS_SHOW_SB (finally closes...
2003-07-08  Vadim Zeitlindeprecated and removed from our code GetUseCtl3D()...
2003-07-08  Vadim Zeitlingot rid of (unused since a long time) wxNO_3D and wxUSE...
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-06  Vadim Zeitlincheck for wrong wxID_OK usage (patch 758388)
2003-07-06  Vadim Zeitlinimplemented GetDefaultBorder() in wxControl, override...
2003-07-06  Vadim ZeitlinwxNotebook::HitTest() for wxMSW added (patch 748469)
2003-07-06  Vadim Zeitlinapplied a patch to prevent another IsDialogMessage...
2003-07-06  Vadim Zeitlinuse HWND in tracing messages
2003-07-05  Václav SlavíkDLL compilation fixes
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-07-02  Mattia Barbon Remove now unneeded header.
2003-07-02  Vadim Zeitlingot rid of wxBuffer (finally!!!)
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-07-01  Mattia Barbon MinGW compilation fixes.
2003-07-01  Vadim Zeitlinremoved wxFunction
2003-07-01  Vadim Zeitlinfixed VC++ warning in release build
2003-06-30  Václav Slavíkfixed missing WXDLLEXPORT
2003-06-30  Vadim Zeitlinwe can't declare WinMain() with other arguments using...
2003-06-30  Václav Slavíkcompilation fix
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-28  Mattia Barbon Stop GCC from complaining about unhandled enumeration...
2003-06-27  Václav Slavíkcompilation fix
2003-06-27  Václav Slavíkcompilation fix for wxMSW
2003-06-27  Vadim Zeitlinmoved GetOSVersion() to the base traits class; implemen...
2003-06-26  Vadim Zeitlin__WXBASE__ -> wxUSE_BASE
2003-06-26  Julian SmartAdded m_ prefix to wxColourData and wxFontData members...
2003-06-24  Vadim Zeitlinregenerated project/makefiles with tmake
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-23  Vadim ZeitlinGetIcon() returns wxIconLocation, not wxIcon, now
2003-06-23  Julian SmartImplemented wxTextCtrl::GetStyle for MSW
2003-06-22  Vadim Zeitlinset selection before setting focus to the control in...
2003-06-21  Mattia Barbon Add a missing structure definition, move all rich...
2003-06-21  Vadim Zeitlinremoved Win16 horrors
2003-06-21  Vadim Zeitlinadded wxIconLocation; minor fixes to wxIcon on some...
2003-06-20  Julian SmartExtended wxTextAttr and added wxTextCtrl::GetStyle...
2003-06-19  Vadim ZeitlinwxUniv compilation fix
2003-06-19  Chris Elliottfix making base for Borland
2003-06-19  Chris Elliottfix making base for watcom (lib\base and console sample...
2003-06-19  Chris Elliottfix making base for watcom (lib\base and console sample...
2003-06-18  Chris Elliottfix perl commands for makefile.sc
2003-06-18  Chris Elliottfix DMars compilation to use precompiled headers
2003-06-18  Vadim Zeitlinremoved a now unnecessary line
2003-06-18  Vadim Zeitlinbetter mask handling in wxBitmap to wxImage conversion...
2003-06-17  Chris Elliottmodify Borland makefile to include bc in library names
2003-06-17  Julian SmartEliminated some code.
2003-06-17  Julian SmartAdded corrected Show() to wxPopupWindow
2003-06-16  Robin DunnRemove the test for parent window type when checking...
2003-06-16  Julian SmartPlatform and compiler-specific checking for MSW and...
2003-06-14  Vadim Zeitlinregenerated using tmake to add fldlgcmn.cpp
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2003-06-14  Vadim Zeitlinadded a few #ifdefs needed to build a smaller library...
2003-06-13  Julian SmartFixed MDI scrollbars
2003-06-13  Vadim Zeitlinregenerated all make/project files to include selstore...
2003-06-12  Robin DunnPatch #753465 a fix for Bug#750363.
2003-06-12  Chris Elliottfix Borland makefile as per 2 recent bug reports
2003-06-11  Julian SmartAllow for multiple CHM controllers in app (don't leak...
2003-06-08  Julian SmartOnly bring the window to the top in Show() if we're...
2003-06-07  Julian SmartReports suggest that _sometimes_ WS_VSCROLL/WS_HSCROLL
2003-06-07  Julian SmartFix for [ 748805 ] Assert failure for specified situati...
2003-06-06  Julian SmartInclude module.h
2003-06-05  Julian SmartDisable non-standard notebook styles if CommCtl doesn...
2003-06-05  Julian SmartFixed native dialog bug
2003-06-03  Vadim Zeitlindon't ignore cache hints with from == to
2003-06-03  Vadim Zeitlinadded missing module.h include (bug 748158)
2003-06-03  Julian SmartTypo correction
2003-06-02  Vadim Zeitlinfixed calculations in SetMapMode() (use FP division...
2003-06-02  Julian SmartAttempt to make wxWindows play better with XP themes
2003-06-01  Julian SmartFix for bug [ 744199 ] wxBringWindowToTop, child window...
2003-06-01  Julian SmartFixed bug [ 743664 ] wxListCtrl asserts when deleting...
2003-06-01  Julian SmartApplied bug fix [ 684949 ] Dialup Sample With Borland...
2003-06-01  Julian SmartApplied patch [ 735304 ] wxDisplay::ChangeMode - does...
2003-06-01  Julian SmartApplied patch [ 719667 ] Ownerdrawn Buttons without...
2003-06-01  Julian SmartApplied patch [ 619386 ] uxtheme.dll support
2003-06-01  Julian SmartPartially applied patch [ 531199 ] new EVT_MOVING and...
2003-06-01  Julian SmartApplied patch [ 619539 ] patch to get small icon via...
2003-06-01  Julian SmartApplied patch [ 619705 ] Fixes wxApp::GetComCtl32Version
2003-06-01  Julian SmartApplied patch [ 743194 ] HitTest for wxNotebook
2003-06-01  Julian SmartApplied [ 745533 ] implemented wxNotebook::DoGetBestSize
2003-05-30  Julian SmartWrap missing.h in #ifdef __GNUG__
2003-05-30  Vadim Zeitlincompilation fix for yet another broken version of mingw...
2003-05-26  Julian SmartMore style fixes
2003-05-26  Julian SmartFurther border style corrections.
2003-05-26  Chris ElliottBorland makefiles now keep output apart
2003-05-24  Mattia Barbon Removed obsoleted files from vc.t.
2003-05-24  Mattia Barbon Compilation/warning fixes.
2003-05-24  Julian SmartRemoved wxHTMLHelpControllerBase (putting the
2003-05-23  Julian SmartApplied patch [ 736322 ] Remove TWINE support, merge...
2003-05-23  Julian SmartApplied patch [ 736321 ] Compile error for src/msw...
next