]> git.saurik.com Git - wxWidgets.git/history - include/wx/msw
wxX11:
[wxWidgets.git] / include / wx / msw /
2002-02-12  Julian SmartRemoved some debug code from window headers; added...
2002-02-08  Vadim Zeitlincleanups after SciTech commit :-(
2002-02-07  Kendall BennettMerges from Scitech Branch (George Davison):
2002-02-07  Vadim Zeitlina hack to fix the MSW build for now, pending better...
2002-02-06  Vadim Zeitlingot rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS...
2002-02-04  Vadim Zeitlintotal wxBrush cleanup: made private stuff private,...
2002-02-04  Vadim Zeitlinchanged CloneRefData() to take a const pointer
2002-02-03  Vadim Zeitlinoops, Clone/CreateRefData() were not overridden in...
2002-02-02  Vadim Zeitlin1. fixed bug in wxDC::SetMapMode() which broke the...
2002-02-02  Vadim ZeitlinwxDC::SetClippingRegion() in wxMSW works like in wxGTK...
2002-02-01  Vadim Zeitlinadded default value for Show() argument
2002-01-31  Julian SmartRegenerated FL docs; applied patch [ #511363 ] Dialogs...
2002-01-31  Vadim Zeitlinimplemented wxRegion::Offset() for MSW and documented it
2002-01-28  Vadim Zeitlinadded another, more convenient, wxRGBToColour() overload
2002-01-26  Vadim Zeitlinimplemented IsFixedWidth() correctly for MSW
2002-01-21  Vadim Zeitlinadded an explicit accessor to query the default key...
2002-01-19  Vadim Zeitlinmaintaint the mouse capture stack in all ports, not...
2002-01-17  Vadim ZeitlinwxUSE_IFF 0 by default
2002-01-17  Vadim Zeitlindon't generate clicked events when we just get the...
2002-01-15  Robert Roebling Added IFF handler.
2002-01-13  Vadim Zeitlin0. extracted toolbar colour mapping stuff to its own...
2002-01-13  Václav Slavíkapplied ANI images patch and added wxUSE_ICO_CUR
2002-01-13  Vadim Zeitlinfixed several resource leaks related to MDI menus
2002-01-12  Vadim ZeitlinSetValue() doesn't call Clear()
2002-01-10  Vadim Zeitlinmoved toolbar adjustments for the client size from...
2002-01-09  Vadim Zeitlinadded, implemented, documented wxTE_RICH2 and wxTextCtr...
2002-01-04  Julian SmartCorrected (maybe) the object.h token syntax; corrected...
2002-01-02  Vadim Zeitlinadded wxRTII macros to wxPopupWindow under MSW
2001-12-31  Vadim Zeitlinattemps to speed up wxToolBar::MapBitmap() - failed
2001-12-30  Vadim Zeitlinadded a few useful utility classes: MemoryHDC and Selec...
2001-12-30  Vadim Zeitlin1. wxSystemSettings class API face lift: better names...
2001-12-30  Vadim Zeitlinadded wxUSE_PROTOCOL[_XXX] and wxUSE_URL settings
2001-12-25  Vadim Zeitlinfixed crash when an item didn't have any data
2001-12-23  Vadim Zeitlinfixed sorting the items which have indirect data (i...
2001-12-22  Julian SmartMore tweaks to wxMicroWi
2001-12-22  Vadim ZeitlinwxFont can now raelly use the native fonts
2001-12-21  Julian SmartMicroWindows tweaks
2001-12-21  Julian SmartAdded some #defines
2001-12-21  Vadim Zeitlindisable new DL code by default
2001-12-20  Ron Leeadded missing DYNLIB_CLASS define.
2001-12-19  Ron LeeAdded new dynamic loading classes. (which handle proper
2001-12-19  Vadim Zeitlinfixed redraw problems in wxStaticText
2001-12-17  Václav Slavíkadded wxUSE_UNICODE_MSLU
2001-12-17  Václav Slavíkmaking wxMSW MSLU(unicows)-friendly
2001-12-15  Vadim Zeitlinfixed flicker in wxTreeCtrl::SetItemXXX()
2001-12-14  Vadim ZeitlinwxConfig clean up and bug fix for record defaults
2001-12-09  Vadim Zeitlinfixed displaying text in non default charset in the...
2001-12-08  Vadim Zeitlinfixed bugs with setting the client size when the differ...
2001-12-03  Julian SmartAdded wxUSE_TIPWINDOW
2001-12-01  Julian SmartAttempted to fix splittree problem by not pushing event...
2001-12-01  Vadim Zeitlinfixed compilation after wxTipWindow base class change...
2001-11-28  Julian SmartSmall change
2001-11-28  Julian SmartFixing wxMicroWindows compilation
2001-11-25  Vadim Zeitlinadded wxCmdLineParser::ConvertStringToArgs(), wxApp...
2001-11-25  Vadim Zeitlinadded GetHpalette[Of] macros
2001-11-21  Vadim Zeitlinfixed wxTaskBarIcon compilation
2001-11-19  Julian SmartProject file corrections, doc corrections
2001-11-16  Vadim ZeitlinFlush() argument should have a default value for compat...
2001-11-15  Vadim Zeitlinmoved EnableCloseButton() from wxialog to wxTLW
2001-11-14  Vadim Zeitlinadded wxTextBuffer and wxMemoryText which allow to...
2001-11-14  Robin DunnGetSelection --> GetStringSelection
2001-11-14  Robin DunnA little fix for Vadim's fix
2001-11-14  Vadim ZeitlinwxPopupWindow::GetPosition() should return point in...
2001-11-14  Vadim Zeitlinadded wxTextCtrl::GetSelection() returning a wxString...
2001-11-14  Vadim Zeitlinfixed wxFrame::IconizeChildFrames() bug which would...
2001-11-06  Mattia Barbon* Fixed wxStaticBitmap::SetBitmap so that it does not...
2001-11-03  Vadim Zeitlinremoved OnSetFocus() which doesn't exist any more
2001-11-02  Vadim Zeitlinapplied patch to make wxGLCanvas derive from wxWindow...
2001-11-02  Vadim Zeitlinreplaced wxList for storing HWND <-> wxWindow with...
2001-10-30  Václav Slavíkchanged wxSystemSettings::HasFrameDecorations to more...
2001-10-26  Robin DunnAdded wxDragLink
2001-10-21  Robin Dunn#undef Yield
2001-10-19  Václav Slavíkwe no longer need wxFrameNative
2001-10-19  Vadim Zeitlinadded wxApp::Yield()
2001-10-19  Vadim Zeitlinsimplified wxTextCtrl::Create() to use wxControl::MSWCr...
2001-10-18  Mattia BarbonForgot to commit
2001-10-17  Kendall BennettMutiple updates from SciTech for wxWindows including...
2001-10-16  Vadim Zeitlinreverted my accidental changes
2001-10-14  Václav Slavíkdecouple wxTLW,Frame::ShowFullScreen in wxMSW
2001-10-12  Robin DunnAdded style parameter to wxPopupWindow ctors so they...
2001-10-07  Vadim Zeitlinchanged/centralized window creation code to allow wxTLW...
2001-10-01  Václav Slavíkadded wxSystemSettings::HasFrameDecorations (anybody...
2001-09-30  Vadim Zeitlinadded wxUSE_PALETTE and fixed compilation with it set...
2001-09-29  Václav Slavíkreverted my previous commit to this file; was done...
2001-09-28  Václav Slavíkcompilation fixes for MSW+Univ+Mingw32
2001-09-28  Vadim Zeitlinapplied (slightly modified) wxGLApp patch for MSW
2001-09-28  Ron LeeMore build system polishing.. mostly. Some stuff...
2001-09-27  Robin Dunnfixed compilation errors
2001-09-27  Robin DunnAdded missing WXDLLEXPORT
2001-09-27  Robin DunnFixed problem with wxPen::SetDashes. (An array of...
2001-09-26  Václav Slavíktemporary stubs for fullscreen functions
2001-09-24  Vadim Zeitlinadded wxTreeEvent::GetKeyEvent() to allow to retrieve...
2001-09-24  Vadim Zeitlinadded wxTLW for MSW
2001-09-23  Mattia Barbon* Fixed wxToolbar95 and wxToolbarGTK to emit TOOL_ENTER...
2001-09-21  Mattia BarbonwxTextDataObject now uses Unicode if compiled with...
2001-09-18  Václav Slavíkmoved AdjustToClientAreaOrigin to wxWindowBase, needed...
2001-09-17  Ron Leeuse 'local' quoting for wx headers in lib source
2001-09-01  Václav Slavíkfinally applied the helpbest patch
2001-08-27  Vadim Zeitlinadded support for polygons to wxRegion
2001-08-25  Vadim Zeitlinare there still versions of gcc around which require...
next