]> git.saurik.com Git - wxWidgets.git/history - src/msw
share wxEventLoop::IsRunning() implementation between all ports; moved wxEventLoopAct...
[wxWidgets.git] / src / msw /
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...
2005-11-19  Mart RaudseppSpelling fixes from Andreas Mohr (patch #1360064)
2005-11-16  Włodzimierz SkibaWarning fix.
2005-11-16  Dimitri Schoolwerthapplied patch #1348053 "[msw] Strip mnemonics when...
2005-11-15  Dimitri Schoolwerthonly remap the disabled bitmap of a toolbarbutton when...
2005-11-14  Włodzimierz SkibaWarning fix.
2005-11-13  Włodzimierz SkibaeVC3/PPC2002 build fix.
2005-11-13  Włodzimierz SkibaMissing #ifdef markup.
2005-11-13  Włodzimierz SkibaResize all top level windows when SIP changes visibility.
2005-11-13  Kevin HockFix MDI child windows not becoming active when created...
2005-11-09  Włodzimierz SkibaVarious source cleanings.
2005-11-09  Kevin HockRestored the accidentally deleted "return true;" at...
2005-11-08  Kevin HockRemove fudges in Show: 1) Do not force a window to...
2005-11-08  Kevin HockRemove always moving window to the top of the Z-order...
2005-11-06  Włodzimierz SkibaeVC4 warning fixes.
2005-11-06  Włodzimierz SkibaeVC4 warning fixes.
2005-11-06  Włodzimierz SkibaSpeedup for adding array of items.
2005-11-05  Włodzimierz SkibaNative wxCheckListBox implementation for wxWinCE.
2005-11-05  Julian SmartSet HTML data even in Unicode mode
2005-11-03  Vadim Zeitlinuse focused bitmap as fallback for the hover one
2005-11-03  Włodzimierz SkibaGet/SetTitle only for wxTopLevelWindow (wxMSW part).
2005-11-03  Vadim Zeitlinadded SetHoverBitmap() and implemented it under wxMSW...
2005-10-29  Włodzimierz SkibaeVC3 build fix.
2005-10-29  Włodzimierz SkibaPressing build-in joystick on WinCE phones fires wxEVT_...
2005-10-28  Chris Elliottremove GetImageList(int)
2005-10-28  Włodzimierz SkibaBuild fix for WinCE.
2005-10-28  Vadim Zeitlinfixed MCSetMovie() signature
2005-10-26  Chris Elliottavoid hidden GetImageList
2005-10-26  Julian SmartAdded parent window parameter to wxHelpController const...
2005-10-24  Włodzimierz SkibaMove wxMulDivInt32 to common math.
2005-10-23  Włodzimierz SkibaWinCE build fixes.
2005-10-23  Julian SmartPatch [ 1314868 ] [wxMSW] Show MDI child menubars when...
2005-10-23  Julian SmartApplied patch [ 1307056 ] [wxMSW] Focus showing fix...
2005-10-22  Julian SmartWine corrections
2005-10-21  Włodzimierz SkibaUnified flags for orienting wxBookCtrls (with backward...
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
next