]> git.saurik.com Git - wxWidgets.git/history - src/msw
Switched wxCheckWindowWndProc to always use the window class name for
[wxWidgets.git] / src / msw /
2006-01-25  Robin DunnSwitched wxCheckWindowWndProc to always use the window...
2006-01-25  David Surovellcleanup - major reformatting
2006-01-25  Julian SmartWinCE fixes (in case a WinCE-friendly backend gets...
2006-01-25  Julian SmartMove some OLE utilities to oleutils.cpp and simplified...
2006-01-25  Julian SmartWinCE fixes
2006-01-24  Vadim Zeitlinno changes but more comments in DoSetClientSize() ...
2006-01-23  Vadim Zeitlinextracted wxFrame::MSWTranslateMessage() implementation...
2006-01-23  Vadim Zeitlinno real changes; just a very minor cleanup in wxFrame...
2006-01-23  Jamie GaddImprove extended key handling code readability.
2006-01-22  Jamie GaddDistinguish numpad extended keys. Fixes bug #1327720
2006-01-21  Robin DunnUse wxSUBRELEASE_NUMBER for the file version, not wxBET...
2006-01-21  Julian SmartTypo fix
2006-01-21  Julian SmartCompile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set...
2006-01-19  Włodzimierz SkibaCheckable items in wxToolMenuBarTool supported.
2006-01-19  Jamie GaddFixed bug #778299 - wxTE_RICH2 causes SetValue to show...
2006-01-19  Julian SmartDon't use Windows handles directly in headers
2006-01-18  Julian SmartImproved mktime for WinCE
2006-01-18  Julian SmartCleanup
2006-01-18  Julian SmartReverted semicolons patch
2006-01-18  Julian SmartMust strip menu codes from labels before measuring...
2006-01-18  Julian SmartApplied patch [ 1399013 ] More removals of extraneous...
2006-01-18  Julian SmartApplied patch [ 1394164 ] Update wxWinINetURL to use...
2006-01-18  Julian SmartApplied patch [ 1382329 ] [msw] SetScrollbar: Set thumb...
2006-01-18  Julian SmartAdded missing include
2006-01-17  Julian SmartApplied patch [ 1378522 ] fixed bitmap w/alpha->icon...
2006-01-17  Julian SmartWinCE compile fix
2006-01-17  Julian SmartApplied patch [ 1374215 ] Bug fix to wxSpinCtrl for...
2006-01-17  Julian SmartCleanup
2006-01-17  Julian SmartApplied patch [ 1382552 ] Fixes GDI-ressource leak...
2006-01-17  Julian SmartApplied patch [ 1389709 ] XP theme support for DrawHead...
2006-01-17  Julian SmartApplied patch [ 1349607 ] [msw] Multiline notebook...
2006-01-17  Julian SmartApplied patch [ 1345297 ] Crash with MSW wxPrintDialog...
2006-01-17  Julian SmartApplied patch [ 1385822 ] fixed stdpaths get folder...
2006-01-17  Julian SmartApplied patch [ 1340814 ] fix for wxTextCtrl::GetStyle
2006-01-17  Robin DunnRemove the busy-wait loops in wxAMMediaBackend::Play...
2006-01-17  Robin DunnEnable wxListCtrl in report mode to be able to use...
2006-01-13  Robin DunnOnly update the size if the parent is a frame and the...
2006-01-13  Vadim Zeitlinreturn correct client size for child window which are...
2006-01-13  Vadim Zeitlinfixed crash with ownerdrawn menu items accelerators...
2006-01-13  Jamie GaddAdd missing WINDOWPOS flags for WinCE build to include...
2006-01-12  Vadim Zeitlinimproved wxMac event loop implementation and refactored...
2006-01-12  Vadim Zeitlindefine wxEventLoopBase::ms_activeLoop in appcmn.cpp...
2006-01-12  Vadim Zeitlinshare wxEventLoop::IsRunning() implementation between...
2006-01-10  Jamie GaddRepainting fixes/improvements. Use SWP_NOCOPYBITS for...
2006-01-08  Jamie GaddReturn correct values for GetFieldRect() when using...
2006-01-08  Jamie GaddInsertMenuItem can be used by submenus having bitmaps...
2006-01-07  David Surovellminor cleanup
2006-01-07  Vadim Zeitlinrefresh the MDI frame window menu whenever a child...
2006-01-07  Vadim Zeitlinremoved Win16 code
2006-01-06  Robin DunnAllow the frame (if there is one) to resize the toolbar...
2006-01-05  Robin DunnAdded wxGetMouseState which returns the current state...
2006-01-02  Jamie GaddMake radiobuttons siblings instead of children in radio...
2005-12-31  Vadim Zeitlindon't set frame size to maximized one if we're restoring it
2005-12-28  David Surovellfix MinGW/gcc compilation issue
2005-12-25  Vadim Zeitlinimplemented wxDC::DoGetSize() correctly for metafile...
2005-12-25  Vadim ZeitlinStart/EndDrawingOnTop are still used under Motif, don...
2005-12-25  Vadim Zeitlindisallow creation of wxDC objects and made wxDC an...
2005-12-22  Robin DunnFix for bug #1266745 and #1387725 in the wxFindReplaceD...
2005-12-22  Vadim Zeitlindon't overwrite the existing attributes when setting...
2005-12-21  Robin DunnAfter a conversaion with Vadim I reverted the last...
2005-12-21  Robin DunnFix for Bug #1387359, bail out early from DoWriteText...
2005-12-19  Vadim Zeitlinremoved DllMain(): we don't even compile it with any...
2005-12-19  Vadim Zeitlinreturn a valid bitmap from GetBitmap() even if we creat...
2005-12-19  Włodzimierz Skiba__WIN95__ removed (used to differ win3.1 vs. 'modern...
2005-12-19  David Surovellremoved unused local variable; converted tabs to spaces
2005-12-19  Kevin OllivierAllow wx parents a chance to handle events fired by...
2005-12-18  Vadim Zeitlinassert if opening more than one find/replace dialog...
2005-12-16  Julian SmartFixed MDI context menu event handling problem (Stefan...
2005-12-15  Chris Elliottfix Borland bug http://news.gmane.org/find-root.php...
2005-12-14  Vadim Zeitlinfixed return code checking in wxImageList::Replace...
2005-12-14  Vadim Zeitlincode cleanup
2005-12-14  Vadim Zeitlincompilation fix after last commit
2005-12-14  Julian SmartFixed wxFileDialog breakage on WinCE due to incorrect...
2005-12-13  Chris Elliottfix bug sf [ 1327872 ] Borland and mslu.cpp problem
2005-12-12  Vadim Zeitlinfixed handling of dst offset in wxAlphaBlend()
2005-12-10  Włodzimierz SkibawxDisplay support for wxWinCE port.
2005-12-06  Julian SmartInitialize values (uninitialized variables reported...
2005-12-03  Vadim Zeitlincorrected wxCHECK messages
2005-12-01  David Surovellminor cleanup, part 2
2005-12-01  David Surovellminor cleanup: corrected typos, etc.
2005-12-01  Václav Slavíkfixed wxComboBox::Clear to clear stored value
2005-12-01  Włodzimierz Skiba[ 1357527 ] Cast to void to silence GCC's warnings.
2005-11-30  Vadim ZeitlinSet major dim after the items have been created
2005-11-30  Vadim Zeitlin1. moved m_majorDim duplicated in many ports to wxRadio...
2005-11-30  Włodzimierz SkibaMissing wxUSE_JOYSTICK markup (#1369478).
2005-11-29  Vadim Zeitlindon't clip out hidden radiobox buttons: otherwise they...
2005-11-29  Vadim Zeitlinadded wxRadioBox::IsItemEnabled/Shown() (for MSW only...
2005-11-28  David Surovellchanged background color reference from light gray...
2005-11-26  Vadim Zeitlinmade wxTreeTraversal and wxIDropSources dtors virtual...
2005-11-24  Włodzimierz SkibaMinor improvements and cleanings after recent WinCE...
2005-11-24  Julian SmartApplied patch [ 1310251 ] Fixed a pixel depth bug conve...
2005-11-24  Julian SmartFixed style
2005-11-24  Julian SmartApplied patch [ 1351847 ] wxTextXtrl Undo/Redo Bug...
2005-11-24  Julian SmartApplied patch [ 1357475 ] WinCE : wxExecute does not...
2005-11-23  Włodzimierz SkibaBuild and run ::wxGetUserName() silently with unusual...
2005-11-23  David SurovellRealize remap code cleanup
2005-11-22  David Surovellfixed memory leak
2005-11-22  Włodzimierz SkibaSafe wxStrncpy usage.
2005-11-22  Włodzimierz SkibawxGetUserName for WinCE.
2005-11-20  Dimitri Schoolwerthapplied patch #1356901 "Yet another removal of extra...
next