]> git.saurik.com Git - wxWidgets.git/history - src/msw
suppress triple clicks generation completely for GTK2 as it makes long click series...
[wxWidgets.git] / src / msw /
2004-02-12  Vadim Zeitlincorrected wxTreeCtrl::Select() broken by previously...
2004-02-12  Julian SmartInfinite recursion fix
2004-02-12  Vadim Zeitlincompilation fix for strict(er) compilers
2004-02-12  Vadim Zeitlincompilation fix (PASCAL should be inside the parenthesi...
2004-02-12  Robin DunnAdded wxDC::GetPartialTextExtents
2004-02-11  Václav Slavíkload wsock32.dll dynamically, so that wxCore has no...
2004-02-10  Vadim Zeitlinadded wxTreeCtrl::UnselectItem() and ToggleItemSelectio...
2004-02-10  Vadim Zeitlinadded auto check count as otherwise calling EnableAutoC...
2004-02-10  Vadim Zeitlinfixed the value returned by GetSize()
2004-02-10  Vadim ZeitlinWin64 compilation fixes
2004-02-09  Vadim Zeitlinsize combobox/choices properly initially by considering...
2004-02-09  Vadim Zeitlindon't assert when creating an initially empty wxCB_READ...
2004-02-09  Julian SmartChanged no-remap to msw.remap
2004-02-09  Vadim ZeitlinwxUniv compilation fix after last commit
2004-02-09  Julian SmartAdded no-remap system option so colourful toolbar buttons
2004-02-09  Dimitri SchoolwerthMinGW warnings fixed; TRUE/FALSE cleanup.
2004-02-08  Vadim Zeitlinresolving conflicts in files I had forgot to commit...
2004-02-08  Julian Smartwx2msPenStyle forward declaration required
2004-02-08  Vadim Zeitlindon't use char hook to handle Esc in the dialogs, it...
2004-02-08  Vadim Zeitlinestimate size of multiline text controls more accuratel...
2004-02-08  Vadim Zeitlinfixed wxEVT_CONTEXT_MENU generation (it works different...
2004-02-08  Vadim Zeitlinas after recent change wxID_SEPARATOR is now -2, it...
2004-02-08  Vadim Zeitlinfixed and documented GetItemText/BackgroundColour(...
2004-02-08  Vadim Zeitlindon't call SelectObject() twice in SetBrush() nor SetFo...
2004-02-08  Vadim Zeitlinrenamed wxEventFixModule to wxWakeUpIdleModule; added...
2004-02-08  Vadim Zeitlindon't call SelectObject() twice in SetPen() (slow!...
2004-02-08  Vadim Zeitlinfixed small bug in operator=() (comparing equal but...
2004-02-08  Vadim Zeitlindefine WXMICROWIN_CHECK_HDC macro once instead of havin...
2004-02-08  Vadim Zeitlinuse wxBusyCursor class instead of wxBeginBusyCursor...
2004-02-08  Vadim Zeitlinuse hard coded default size for top level windows inste...
2004-02-08  Vadim Zeitlinbackground colour of a combobox may now be set (bug...
2004-02-07  Vadim Zeitlinreset m_frameTool/StatusBar pointers before deleting...
2004-02-07  Vadim Zeitlindon't show the accels on the controls if the system...
2004-02-07  Vadim Zeitlinone line fix for a bug with focus switching to the...
2004-02-07  Vadim Zeitlinno changes (just removed some long unused junk)
2004-02-07  Vadim Zeitlinfixes for page positioning for notebooks with wxNB_MULT...
2004-02-07  Vadim Zeitlindon't change the control width when adjusting the heigh...
2004-02-07  Vadim Zeitlinuse new style creation (MSWCreateControl() and MSWGetSt...
2004-02-07  Vadim Zeitlindon't give error messages if ws2_32.dll is not availabl...
2004-02-07  Vadim Zeitlincompilation fix for wxUSE_VALIDATORS == 0
2004-02-07  Vadim Zeitlinmultiple fixes to wxChoice/wxCombobox height getting...
2004-02-07  Vadim ZeitlinwxURL implementation using WinInet functions under...
2004-02-07  Vadim Zeitlinrespect xsrc, ysrc parameters in DoBlit() (patch 733961)
2004-02-07  Vadim Zeitlinremoved inclusion of malloc.h (part of patch 828250...
2004-02-07  Vadim Zeitlinshow first item added with InsertItem() correctly ...
2004-02-07  Vadim Zeitlinfixes for compiling with more stuff disabled in setup...
2004-02-07  Vadim Zeitlinconsume less CPU while waiting for thread to terminate...
2004-02-07  Vadim Zeitlinadded wxDC::DrawPolyPolygon() (patch 882189)
2004-02-05  Vadim Zeitlindon't call Init() twice when dialog is created in 2...
2004-02-04  Vadim Zeitlinadded wxTextCtrl::HitTest(); implemented it for MSW
2004-02-04  Julian SmartReverted last change (use of regex) that broke eVC4...
2004-02-04  Robin DunnAlso allow key events for Shift-Tab when wxWANTS_CHARS...
2004-02-03  Robin DunnUse a compatible bitmap if a depth of -1 is given
2004-02-02  Dimitri SchoolwerthUpdated (c)-year to 2004.
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-31  Václav Slavíkcleanup: all definitions missing from std headers shoul...
2004-01-28  Dimitri SchoolwerthApplied remainder of patch #876969: "Fixes to Borland...
2004-01-27  Julian SmartPatch from "Viktor Voroshylo" <viktor@voroshylo.com>
2004-01-24  Dimitri SchoolwerthRenamed PATPAINT to PATTERNPAINT (The former is an...
2004-01-23  Vadim Zeitlinjust clarified an incorrect comment
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-23  Dimitri SchoolwerthFixed DDE memory leaks.
2004-01-21  Julian SmartFilter index wasn't being set for multiple file dialog
2004-01-20  Chris Elliottfix for DMC missing mouse defines - linking of minimal...
2004-01-20  David ElliottWhen inserting a new menu don't try to find th epositio...
2004-01-19  Chris Elliottfix for DMC missing mouse defines
2004-01-18  David ElliottCopied gsockmsw.c revision 1.20
2004-01-17  Mattia Barbon MinGW compilation fixes.
2004-01-17  Julian SmartApplied [ 876737 ] menu item with bitmap uses wrong...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-15  Dimitri SchoolwerthApplied patch #877159: Joinable threads might crash...
2004-01-14  David ElliottAdded MSWPositionForWxMenu() method which is used to...
2004-01-11  Julian SmartApplied patch [ 851052 ] [msw] Clipboard: Allow automat...
2004-01-11  Julian SmartApplied patch [ 849212 ] Sets SO_REUSEADDR flag on...
2004-01-11  Julian SmartApplied patch [ 858324 ] Calling EndModal inside an...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2004-01-11  Julian SmartApplied patch [ 864469 ] WaitForAccept(): 100% CPU...
2004-01-11  Julian SmartApplied patch [ 874495 ] wxMSW: Flat buttons
2004-01-08  Julian SmartApplied patch [ 873021 ] Bug fix for MSW wxComboBox
2004-01-08  Julian SmartApplied [ 872574 ] fix of fatal error of preview withou...
2004-01-02  Julian SmartFixed menu creation in eVC3
2003-12-31  Václav Slavíkremoved obsolete files
2003-12-28  Julian SmartAdded wxUSE_POCKETPC_UI to distinguish between using
2003-12-27  Julian SmartCorrected typo
2003-12-27  Julian SmarteVC4 updates
2003-12-27  Julian SmartCan't yet use RegisterDragDrop, RevokeDragDrop on eVC4
2003-12-27  Julian SmartWinCE 4 cleanup
2003-12-24  Ryan Nortonrevert
2003-12-24  Ryan NortonFixed compilation and
2003-12-24  Ryan NortonFixed one of the two MDI problems...see comments
2003-12-23  Julian SmartSome WinCE fixes from ABX
2003-12-16  Julian SmartUnicode compatibility
2003-12-14  Ryan NortonwxGetKeyState as per feature request :).
2003-12-14  Dimitri SchoolwerthFixed undeclared identifier compile error.
2003-12-14  Ryan NortonFixed a warning....
2003-12-13  Julian SmartRemove bad casts
2003-12-13  Julian SmartFixed Unicode compilo
2003-12-13  Robin DunnFixed cursor resource names to actually match what...
2003-12-11  Dimitri SchoolwerthFixed notebook redraw problems when using XP theme...
next