]> git.saurik.com Git - wxWidgets.git/history - src/msw
Added wxRichTextCtrl
[wxWidgets.git] / src / msw /
2005-10-17  Michael WetherellWarning fixes for win64
2005-10-17  Vadim Zeitlinrenamed DoHitTest() to DoTreeHitTest() to avoid conflic...
2005-10-11  Dimitri Schoolwerthfixed MSVC6 compilation error ("C2639: compiler generat...
2005-10-10  Vadim Zeitlinremoved deprecated InsertItem() overload because it...
2005-10-10  Vadim ZeitlinWindows compilation fixes after wxTreeCtrl refactoring
2005-10-10  Vadim Zeitlinintroduced a common base class for both MSW and generic...
2005-10-09  Vadim Zeitlincorrected GetBestSize() implementation: take all items...
2005-10-09  Vadim Zeitlindon't call ::ShowWindow() if don't have HWND yet
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-10-09  Vadim Zeitlinimplemented GetBestSize() (TODO: make this available...
2005-10-09  Vadim Zeitlinfilter out duplicate mouse move events too; moved last...
2005-10-06  Włodzimierz SkibawxPalette unified. Source cleaning.
2005-10-05  Włodzimierz SkibawxColour source cleaning. Corrections to 'const unsigne...
2005-10-05  Kevin HockRevert last change, which made it impossible to set...
2005-10-04  Włodzimierz SkibaFix for mistake with const for non pointer/reference...
2005-10-04  Włodzimierz SkibawxBrush::SetColour and wxPen::SetColour unified. Source...
2005-10-03  Vadim Zeitlinadded more methods to transparently convert wxTreeItemI...
2005-09-27  Włodzimierz SkibawxItemContainerImmutable::FindString unified.
2005-09-27  Vadim Zeitlinyet more extra semicolons removed (patch 1305031)
2005-09-27  Vadim Zeitlin(blind) fix for keyboard cues display under XP (bug...
2005-09-26  Kevin HockIn GetTextColour, use GetDefaultAttributes instead...
2005-09-25  Vadim Zeitlinreplaced gs_menuItems hack with a wxOwnerDrawn::m_isMen...
2005-09-25  Vadim Zeitlinmore extra semicolons removed (patch 1303724)
2005-09-24  Vadim ZeitlinwxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WIN...
2005-09-24  Vadim Zeitlinset error to GSOCK_TIMEOUT if the socket timed out...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-24  Vadim Zeitlindon't set focus to a hidden notebook (patch 1299005)
2005-09-24  Vadim Zeitlinmade absence of wxCHANGE_DIR flag work even under NT...
2005-09-24  Vadim Zeitlinremove extraneous semicolons (patch 1299687)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-21  Julian SmartDon't skip after writing tab or we could get another...
2005-09-17  Julian SmartInclude settings.h
2005-09-17  Julian SmartApplied [ 1294048 ] [wxMSW] Correct splitter sash drawi...
2005-09-17  Julian SmartApplied patch [ 1292827 ] [wxMSW] nested wxStaticBox fix
2005-09-16  Włodzimierz SkibaAssert correction.
2005-09-16  Włodzimierz SkibaNative spline drawing.
2005-09-14  Dimitri Schoolwerthreverted last changes which were false alarm
2005-09-13  Włodzimierz SkibaWarning fix.
2005-09-13  Włodzimierz SkibaMissing includes.
2005-09-13  Dimitri Schoolwerthfixed uninitialized variable (depending on wxChoice...
2005-09-12  Vadim ZeitlinVC++ /Wp64 warning fixes
2005-09-11  Kevin HockSend mouse leave events in HandleMouseMove if HAVE_TRAC...
2005-09-11  Julian SmartApplied [ 1283696 ] wxDC::GetPartialTextExtents crashes...
2005-09-11  Julian SmartApplied patch [ 1263950 ] wxConnection fixes for Unicode
2005-09-11  Vadim ZeitlinwxMediaCtrl patch from Ryan:
2005-09-09  Julian SmartApplied patch [ 1232933 ] [WinCE] wxDateTime incorrect...
2005-09-09  Julian SmartMoved definition
2005-09-09  Julian SmartWinCE fixes
2005-09-09  Julian SmartRestored missing SS_SUNKEN for WinCE
2005-09-03  Vadim Zeitlinfix showing keyboard cues under Win2k/XP
2005-09-02  Vadim Zeitlinignore hidden buttons when emulating clicks on them
2005-08-31  Stefan NeisReplaced SOCKLEN_T by WX_SOCKLEN_T to resolve conflict...
2005-08-30  Vadim Zeitlinreturn a more useful value from wxJoystick::GetProductN...
2005-08-30  Vadim Zeitlingenerate mouse events for all static controls, not...
2005-08-30  Vadim Zeitlinfix for status bar positioning: account for wx client...
2005-08-28  Vadim Zeitlinfixed status bar positioning to work both with and...
2005-08-28  Vadim Zeitlinadded IsSizeDeferred() (part of patch 1199639)
2005-08-28  Vadim Zeitlincorrected #ifdefs testing wxUSE_UNICODE_MSLU
2005-08-25  Vadim Zeitlinpressing enter now activates the default button even...
2005-08-25  Vadim Zeitlinonly give error about missing richedit.dll once (the...
2005-08-25  Włodzimierz Skiba[ 1273159 ] logical vs. bitwise operators, part 2
2005-08-19  Vadim Zeitlincheck whether unicows.dll works correctly instead of...
2005-08-19  Vadim Zeitlincheck for unicows.dll on program starup when wxUSE_UNIC...
2005-08-17  Vadim Zeitlinmade wxChoice and wxComboBox::GetSelection() return...
2005-08-16  Włodzimierz SkibaReuse functionality of wxGetStockLabel().
2005-08-15  Vadim Zeitlincompilation fix for wxUSE_STL=1 and mingw
2005-08-12  Michael WetherellTranslate '&Help' to '&' for italian Windows only
2005-08-11  Vadim Zeitlinforce update of MDI client window size after the MDI...
2005-08-11  Vadim Zeitlinadded wxSIZE_FORCE flag for SetSize()
2005-08-06  Vadim Zeitlinfix wxGetMessageName() in Unicode build (patch 1250662)
2005-08-06  Vadim Zeitlinset best fitting size for the toolbar in Realize()
2005-08-06  Vadim Zeitlininitialize backing store bitmap in Create(), notebook...
2005-08-05  Vadim Zeitlinadded explicit wx/dynlib.h include
2005-08-05  Vadim Zeitlinmissing dllexport declaration added
2005-08-05  Vadim Zeitlincorrected logic in wxQTMediaEvtHandler::OnEraseBackgrou...
2005-08-05  Vadim Zeitlinuse wxDynamicLibrary::GetSymbolAorW() instead of the...
2005-08-05  Vadim Zeitlin1. extracted code common to all backends in wxMediaBack...
2005-08-05  Vadim Zeitlinfixed horrible hack with passing pointers of wrong...
2005-08-05  Vadim Zeitlinremoved unused OnPaint() handlers
2005-08-05  Vadim Zeitlindon't remember size passed to SetSize() as pending...
2005-08-04  Vadim Zeitlincorrected HAVE_NMLVFINDITEM tests, eliminated HAVE_NM_F...
2005-08-04  Vadim Zeitlinremoved more remains of wxUSE_PENWINDOWS
2005-08-04  Vadim Zeitlinremoved wxUSE_PENWINDOWS (and its misspellings), it...
2005-08-03  Vadim Zeitlindon't give error message if we failed to get the stack...
2005-07-31  Vadim Zeitlinaccount for client area origin when returning pending...
2005-07-30  Mattia Barbon Remove unused headers.
2005-07-30  Vadim Zeitlinreturn pending position/size if any, not the current one
2005-07-30  Vadim Zeitlinreplaced wxMoveWindowDeferred() with wxWindow::DoMoveSi...
2005-07-29  Vadim Zeitlintake border into account in best size calculations
2005-07-29  Vadim Zeitlindecreased text limit which we consider to be set by...
2005-07-29  Włodzimierz SkibaOW/Borland/MinGW warnings. Missing headers.
2005-07-29  Chris ElliottwxMDIChildFrame::DetachMenuBar() to fix SF bug 1232271
2005-07-29  Vadim Zeitlinrefactoring in preparation for further changes: moved...
2005-07-29  Chris Elliottfix for VC (also ok with Borland and DMC)
2005-07-29  Vadim Zeitlinrenamed GlobalPtr to GlobalPtrLock
2005-07-28  Vadim Zeitlinmany improvements/bug fixes to media control: new wxEVT...
2005-07-28  Vadim Zeitlindon't reserve space in the header for the column image...
2005-07-28  Vadim Zeitlindon't include shlwapi.h as it might be not available...
2005-07-28  Vadim Zeitlindon't log error if connection has been already terminat...
2005-07-24  Vadim Zeitlincorrected misleading comment about DllGetVersion()
next