]> git.saurik.com Git - wxWidgets.git/history - src/msw
Committed William Osborne's wxPalmOS port
[wxWidgets.git] / src / msw /
2004-10-19  Vadim Zeitlindon't return wxLIST_HITTEST_ONITEMICON from HitTest...
2004-10-18  Julian SmartwxRadioButtons in the same group no longer have to...
2004-10-17  Robert Roebling Renamed wxPrintNativeData methods to better match
2004-10-17  Robert Roebling First step at moving the print (dialog) native
2004-10-17  Włodzimierz Skiba_() needs intl.h.
2004-10-17  Vadim Zeitlinremoved obsolete and unused code for USE_BITMAP_MASKS...
2004-10-16  Robert Roebling Began work on print dialogs. Now wxPrintDialog
2004-10-16  Vadim Zeitlinfixed enhanced metafiles loading from files
2004-10-16  Vadim Zeitlinfixed inconsistent dllspec warning in DLL build
2004-10-15  Włodzimierz SkibaQuiet cooperation between MSW and wxGL.
2004-10-12  Vadim Zeitlincheck that item pointer is non-NULL in WM_DRAW/MEASUREITEM
2004-10-12  Włodzimierz SkibaUndo last change due to STL.
2004-10-11  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-10  Julian SmartFixed the change that broke eVC++ compile (please don...
2004-10-09  Vadim Zeitlinthe #ifdef around BROWSEINFO.lpszTitle assignment is...
2004-10-09  Julian SmartFix for Standard WinCE SDK
2004-10-08  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-08  Robin DunnCheck for an image list before complaining in OnGetItem...
2004-10-07  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-06  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-10-03  Vadim Zeitlinstore bitmap data in premultiplied by alpha format...
2004-10-03  Vadim Zeitlinuse AlphaBlt() when blitting to a bitmap with alpha...
2004-10-03  Vadim Zeitlinupdate the disabled buttons appearance when system...
2004-10-02  Vadim Zeitlinfixed dll import specification of wxGetHInstance()
2004-09-30  Vadim Zeitlindon't deprecate SetItemImage() with 3 parameters; just...
2004-09-30  Julian SmartDeprecated SetItemImage with 2 image ids
2004-09-30  Václav Slavíkresize parent's frame client area correctly when status...
2004-09-29  Robin DunnwxSystemSettings::GetMetric returns -1 if the metric...
2004-09-29  Václav Slavíkfixed flicker during MDI children creation: the frame...
2004-09-29  Václav Slavíkchanges to make wxWindow::FindFocus work as expected...
2004-09-29  Vadim Zeitlinmore 64 bit correctness fixes
2004-09-29  Włodzimierz SkibaCorrection to lost #ifdef
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-28  Włodzimierz SkibaHardware defines spec.
2004-09-28  Julian SmartRemoved fcntl.h include
2004-09-28  Julian Smart__WINCE__ -> __WXWINCE__
2004-09-27  Ryan Nortonrevert bad change
2004-09-27  Vadim Zeitlincode cleanup for the pen width condition (patch 1034942...
2004-09-27  Vadim Zeitlinset click coordinates to (-1, -1) if right mouse button...
2004-09-27  Robert Roebling Compile fixes.
2004-09-27  Vadim Zeitlinkeep the old wxFont::Create() signature (changed by...
2004-09-27  Vadim Zeitlinadded wxGetFullModuleName(); use it instead of calling...
2004-09-27  Ryan Nortonpass by reference, not value
2004-09-26  Václav Slavíkpartially reverted Robert's changes, did it more cleanly
2004-09-26  Robert Roebling Moved function from mslu to utils to make the
2004-09-26  Robert Roebling Trying hard to make things compile.
2004-09-26  Julian SmartProgram args fix for WinCE
2004-09-26  Robert Roebling Compilo.
2004-09-26  Václav Slavíknotify parent frame that client area changed when statu...
2004-09-25  Vadim Zeitlinadded a way to create fonts with specified pixel size
2004-09-25  Vadim Zeitlinsupport for huge files (patch 1002226)
2004-09-24  Ryan Nortonfix typo
2004-09-23  Vadim Zeitlindon't free user data before sending wxEVT_COMMAND_LIST_...
2004-09-23  Vadim Zeitlinhack to _really_ fix crashes in comctl32.dll when proce...
2004-09-22  Włodzimierz SkibaWXUNUSED_UNLESS_ODRAWN does not reflect wxUSE_MENUS_NATIVE.
2004-09-21  Włodzimierz SkibaSmartphone fix.
2004-09-21  Włodzimierz SkibaWinCE warning fix.
2004-09-18  Vadim Zeitlinkeep m_value in sync with real combobox value (set...
2004-09-18  Chris Elliottfix compile break for unknown FLASHWINFO
2004-09-18  Vadim Zeitlinconstruct brush used for painting disabled bitmap butto...
2004-09-18  Vadim Zeitlinfixed signature of wxTimerProc to be conformant to...
2004-09-18  Vadim Zeitlinfixed SetWindowStyleFlag() to not remove WS_VISIBLE...
2004-09-18  Vadim Zeitlincompilation fix
2004-09-18  Vadim Zeitlinreplaced wxLogLastError with an assert when checking...
2004-09-17  Vadim Zeitlindo not call CopyIcon() in CloneRefData(), HICON is...
2004-09-16  Vadim Zeitlinmake the label window visible (patch 1013447)
2004-09-16  Vadim Zeitlinfixes for harmless mingw32 warnings
2004-09-16  Włodzimierz SkibaWarning fix (unused value assignment).
2004-09-15  Vadim Zeitlinfixed sending duplicate EVT_COMBOBOX events; documented...
2004-09-15  Vadim Zeitlinfixed wxMaximizeEvent generation
2004-09-12  Vadim Zeitlinfixed VC6 compilation
2004-09-11  Vadim Zeitlintypo in last commit
2004-09-11  Vadim Zeitlinadded As/DissociateHandle() and implemented it for...
2004-09-11  Vadim Zeitlinfixed CopyFromBitmap() for shared wxIcon objects by...
2004-09-11  Vadim Zeitlinadded a missing delete which resulted in a small memory...
2004-09-10  Vadim Zeitlinmake background colour apply to choice/combobox dropdow...
2004-09-10  Włodzimierz SkibaSome unnecessary wxUSE_MFC occurences removed following...
2004-09-09  Vadim Zeitlincompilation fix for VC6 (closes 1025093)
2004-09-09  Włodzimierz SkibaWinCE fixes.
2004-09-08  Vadim Zeitlinunregister GL windows classes on program termination...
2004-09-08  Włodzimierz SkibaFixes and source cleaning for WinCE.
2004-09-08  Włodzimierz SkibaNative Smartphone wxTextCtrl.
2004-09-07  Vadim Zeitlinadded wxTopLevelWindow::RequestUserAttention(); documen...
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-09-07  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE...
2004-09-04  Włodzimierz SkibaSource cleaning: whitespaces, tabs, ::, -1/wxID_ANY...
2004-09-04  Włodzimierz SkibaSpelling fixes [#1017001], source cleaning.
2004-09-03  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpt...
2004-09-03  Włodzimierz SkibaFix for coordinates in wxEVT_COMMAND_LIST_COL_RIGHT_CLI...
2004-09-01  Chris Elliottmdi menu updates fixed (after SF 1012653)
2004-08-31  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxNOT_FOUND, ::, TRUE...
2004-08-30  Václav Slavíknew stock buttons API
2004-08-30  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !...
2004-08-27  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxNOT_FOUND...
2004-08-26  Włodzimierz SkibaSource cleaning: whitespaces & tabs, ::, TRUE/true...
2004-08-26  Robin DunnSome of these are not in BASE, cahnge back to WXDLLEXPORT
2004-08-25  Włodzimierz SkibaFix for wrong replacement of the FALSE.
2004-08-25  Włodzimierz SkibaFix for missed comment markup.
2004-08-25  Włodzimierz SkibaCode cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord...
2004-08-25  Václav SlavíkWXDLLEXPORT fixes
next