]> git.saurik.com Git - wxWidgets.git/history - src/msw/window.cpp
1. new wxFFile class - as wxFile but uses fopen/fread/fseek... instead of
[wxWidgets.git] / src / msw / window.cpp
1999-07-14  Vadim Zeitlin1. new wxFFile class - as wxFile but uses fopen/fread...
1999-07-12  Václav Slavík*** empty log message ***
1999-07-02  Vadim Zeitlin1. DoSetSize() simplified, DoGetBestSize() introduced
1999-06-28  Vadim Zeitlin1. wxStaticLine implemented (generic (ugly) and MSW...
1999-06-26  Vadim Zeitlin1. serious bug in wxRegConfig corrected - deleting...
1999-06-20  Vadim Zeitlinbuttons now become default when they have focus
1999-06-20  Vadim Zeitlinkeyboard/focus handling improved a bit more:
1999-06-19  Vadim Zeitlintext controls respect wxTE_PROCESS_ENTER/TAB styles...
1999-06-17  Vadim Zeitlin1. wxDialogs are now destroyed when they go out of...
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-09  Julian SmartGetting various compilers to work with wxWin again
1999-06-09  Robert Roebling The last drops of WINE.
1999-06-08  Robert Roebling Chianti, Pinot noir, WINE..
1999-06-07  Vadim Zeitlin1. wxWindow::IsTopLevel() added and documented
1999-06-05  Brian MacyAttempt at getting mingw32 working again... still doesn...
1999-06-05  Vadim Zeitlin1. added missing wxUSE_TEXTDLG to setup0.h
1999-06-03  Vadim Zeitlin1. more (minor) wxCaret bug fixes
1999-05-26  Vadim ZeitlinwxPrivateDataObject works under MSW as well (hopefully...
1999-05-23  Vadim Zeitlin1. some minor but nasty bugs fixed (see post to the...
1999-05-20  Robin DunnwxScrolledWindow for wxMSW is now getting wxScrollWinEv...
1999-05-19  Vadim ZeitlinScreenToClient() implemented correctly
1999-05-19  Vadim Zeitlin1. wxMSW seems to work (please test and send your bug...
1999-05-13  Vadim ZeitlinwxWindow::Show() works again
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-05-10  Vadim ZeitlinwxWindow split (MSW part of changes)
1999-04-30  Robin DunnFixed wxValidator::Clone and friends to return a wxObje...
1999-04-02  Vadim Zeitlina simpler fix of textctrl key doubling bug
1999-04-02  Julian SmartFixed doubled-up key effects in wxTextCtrl by resetting...
1999-03-24  Vadim Zeitlinchar handling fixed once again
1999-03-01  Julian SmartRemoved my buggy bug-fix
1999-02-28  Julian SmartwxUSE_SOCKETS added to setup(0).h; Cygwin corrections...
1999-02-28  Julian SmartDoc mods; fixed return non-processing problem; fixed...
1999-02-28  Vadim ZeitlinSetCursor() doesn't set cursor for children of the...
1999-02-27  Vadim ZeitlinVK_APPS handling
1999-02-27  Vadim ZeitlinwxSetCursor() bug with splitters corrected
1999-02-26  Julian SmartDoSetClientSize omissions fixed; some doc fixes
1999-02-26  Julian SmartFixed wxMSW arrow key bug, changed wxPoem window to...
1999-02-24  Vadim ZeitlinSetCursor() works now
1999-02-23  Vadim Zeitlinmore cursor fixes (now ::wxSetCursor() works too)
1999-02-23  Vadim ZeitlinwxBeginBusyCursor now works (better)
1999-02-22  Julian SmartSoem corrections for SetSize changes
1999-02-22  Julian SmartCorrected WM_KEYDOWN bug (missing 'break')
1999-02-20  Vadim ZeitlinwxListCtrl column resize bug corrected
1999-02-18  Julian SmartCured last focus bug (I hope); some wxMotif mods
1999-02-18  Julian SmartAdded 'tardist' script for creating .tgz archives of...
1999-02-16  Julian SmartSome doc corrections; removed wxDocument arg from wxVie...
1999-02-12  Julian SmartSmall Tex2RTF fixes; wxMotif compile fixes (motif.inc...
1999-02-10  Julian SmartCured some small doc typos; some WIN16 fixes; transferr...
1999-02-09  Julian SmartAdded more makefiles; fixed some samples for Cygwin
1999-02-08  Julian SmartTried to fix wxPanel bug (windows now set the panel...
1999-02-06  Vadim Zeitlinfixes for compilation without wxUSE_TOOLTIPS
1999-02-05  Julian SmartRemoved lots of OnClose functions; doc'ed OnCloseWindow...
1999-02-04  Vadim Zeitlin1. more keyboard navigation fixes - seems to work now
1999-02-04  Julian SmartSome warnings removed.
1999-02-02  Vadim Zeitlin1. Harm's patch for AppendText()
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1999-01-31  Vadim ZeitlinwxToolTip for MSW implementation (it has several proble...
1999-01-19  Julian SmartTWIN32 compatibility added; wxMotif uses wxGTK's wxPost...
1999-01-19  Julian SmartSome changes in a vain attempt to make Salford C++...
1999-01-14  Julian SmartAdded OnKeyDown, OnKeyUp.
1999-01-12  Vadim Zeitlinsome really minor changes (the most important one:...
1999-01-08  Unknown (UG)WXDLLEXPORT added to wxPendingList
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-23  Julian SmartGot generic wxListCtrl, wxTreeCtrl working under Window...
1998-12-14  Julian SmartVarious; wxRadioButton::GetValue corrected
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-06  Julian SmartSome more WXWIN_COMPATIBILITY fixes.
1998-12-04  Julian SmartFixes for WXWIN_COMPATIBILITY, and BC++ fix for event.cpp
1998-12-03  Julian SmartChanged wxRectangle to wxRect. Sorry for the bandwidth...
1998-11-28  Vadim Zeitlinmoved common code from ctor and Create() to a separate...
1998-11-28  Julian SmartwxSize/wxPoint/wxRect versions of functions added to...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-11-09  Julian SmartRemoved references to DEBUG and WXDEBUG; cured Motif...
1998-11-08  Julian SmartMinor changes
1998-11-04  Julian SmartAdded GetRect to region iterator; cured window.cpp...
1998-11-03  Julian SmartDialog Editor bug fixes, several other small ones
1998-10-27  Julian SmartMotif wxNotebook about done; added print/preview to...
1998-10-14  Vadim Zeitlinminor changes a bit everywhere + a small wxLog change...
1998-10-14  Julian SmartFixed VC++ compile error in mstream; formatted window...
1998-10-12  Julian SmartSession management changes for wxMSW.
1998-10-09  Julian SmartDialog unit mods; wxProp tidying
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-30  Julian SmartUninitialised variable initialised (state in OnIdle)
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-09-07  Vadim Zeitlintab traversal now works better (using uninitialized...
1998-08-21  Julian SmartAccelerators now work for wxDialog; wxToolBarSimple...
1998-08-15  Julian SmartChanges mostly as a result of __WXSTUBS__ compilation...
1998-08-14  Vadim ZeitlinWM_MOVE processing added (wxMoveEvent generated)
1998-08-13  Julian SmartFixed compile bug in dropsrc.cpp (constr. arg); GnuWin3...
1998-08-12  Vadim ZeitlinwxWindow::MSWOnHScroll changed to call the default...
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
1998-08-07  Julian SmartFixed various wxMSW compile problems that came down...
1998-08-07  Vadim Zeitlinstray #include "wincmn.cpp" removed
1998-08-07  Vadim ZeitlinProcessEvent() now saves the m_lastXXX parameters in...
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-08-06  Julian SmartOGL fixes; documentation fixes; dialog editor updates
1998-07-31  Julian SmartAdded wxAcceleratorTable, wxFrame::SetAcceleratorTable...
1998-07-29  Julian SmartAdded missing OGL files; added defaults to wxDocMDIPare...
1998-07-29  Julian SmartUpdate to docs incl. wxString first stab; added a coupl...
1998-07-27  Julian SmartChanged event type ids to constants instead of enum...
next