2010-04-25 |
Václav Slavík | Declare various WXH* handles compatibly with SDK. |
blob | commitdiff | raw |
2010-02-25 |
Vadim Zeitlin | Use wxGetInstance() instead of wxhInstance in wxMSW... |
blob | commitdiff | raw | diff to current |
2009-12-31 |
Vadim Zeitlin | Add wxWinVersion_7 to the private wxMSW wxWinVersion... |
blob | commitdiff | raw | diff to current |
2009-09-28 |
Julian Smart | Moved WinPrinter from private.h to printdlg.cpp. |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Julian Smart | Applied patch #11078 - DEVMODE creation in wxWindowsPri... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
blob | commitdiff | raw | diff to current |
2009-06-15 |
Vadim Zeitlin | added missing parentheses in a couple of GetHxxxOf... |
blob | commitdiff | raw | diff to current |
2009-05-31 |
Václav Slavík | add ability to create wxEnhMetaFileDC based on a refere... |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Vadim Zeitlin | first round of debug/release merge: introduce wxDEBUG_L... |
blob | commitdiff | raw | diff to current |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | add wxDrawStateBitmap() (closes #10289) |
blob | commitdiff | raw | diff to current |
2009-01-21 |
Vadim Zeitlin | allocate size for the extra controls in the file dialog... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-08-15 |
Vadim Zeitlin | compilation fix for wxUniv/MSW after r54937 (#9866) |
blob | commitdiff | raw | diff to current |
2008-08-02 |
Vadim Zeitlin | add wxGet/Set/HasWindowExStyle() helpers and use them |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Vadim Zeitlin | correct WinCE compilation after last change: can't... |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Vadim Zeitlin | more /Wp64 warning fixes: mostly use UINT_PTR instead... |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Vadim Zeitlin | use GlobalPtrLock (modified to allow not initializing... |
blob | commitdiff | raw | diff to current |
2008-02-24 |
Vadim Zeitlin | don't include wx/msw/dc.h from wx/msw/private.h, this... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | DC reorganization |
blob | commitdiff | raw | diff to current |
2007-11-23 |
Vadim Zeitlin | return int from wxGetWindowId(), not WORD, to ensure... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Vadim Zeitlin | no real changes, just some cleanup: add wxIsAltDown... |
blob | commitdiff | raw | diff to current |
2007-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
blob | commitdiff | raw | diff to current |
2007-03-11 |
Vadim Zeitlin | argh, added missing comma in last commit |
blob | commitdiff | raw | diff to current |
2007-03-11 |
Vadim Zeitlin | added wxWinVersion_Vista to wxWinVersion enum |
blob | commitdiff | raw | diff to current |
2006-12-23 |
Vadim Zeitlin | added AutoHFONT; allow initialize SelectInHDC later... |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Vadim Zeitlin | no need to include wx/msw/mslu.h from here any more... |
blob | commitdiff | raw | diff to current |
2006-10-23 |
Michael Wetherell | Added wxBackingFile and wxBackedInputStream. |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Vadim Zeitlin | undid last 2 commits, there are many more cases like... |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Vadim Zeitlin | more warning fixes about empty if statement in helper... |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Vadim Zeitlin | fix warning about empty if statement in HDCClipper... |
blob | commitdiff | raw | diff to current |
2006-03-09 |
Vadim Zeitlin | fix gcc4 warning for wndproc casts (patch 1431939) |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | avoid warnings C4311/4312 when building with MSVC ... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | added wxCHANGE_HDC_MAP_MODE to avoid #ifdef __WXWINCE__... |
blob | commitdiff | raw | diff to current |
2005-11-15 |
Włodzimierz Skiba | Minor cleanings. |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | make WinStruct<> available in non-GUI code too |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | removed (unused since quite some time) wxUSE_ITSY_BITSY |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | removed wxUSE_PENWINDOWS (and its misspellings), it... |
blob | commitdiff | raw | diff to current |
2005-07-30 |
Vadim Zeitlin | replaced wxMoveWindowDeferred() with wxWindow::DoMoveSi... |
blob | commitdiff | raw | diff to current |
2005-07-29 |
Vadim Zeitlin | added GlobalPtr: GlobalAlloc/Free() wrapper |
blob | commitdiff | raw | diff to current |
2005-07-29 |
Vadim Zeitlin | renamed GlobalPtr to GlobalPtrLock |
blob | commitdiff | raw | diff to current |
2005-06-19 |
Vadim Zeitlin | added AutoHANDLE class to close a HANDLE automatically |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Vadim Zeitlin | wxGetWinVersion() must be exported from base DLL, not... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Vadim Zeitlin | forgot to export wxGetWinVersion() from DLL |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Vadim Zeitlin | added wxGetWinVersion() |
blob | commitdiff | raw | diff to current |
2005-05-25 |
Michael Wetherell | No wxGetOSFHandle for Wine |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Vadim Zeitlin | added AutoHPEN, AutoHBRUSH, AutoHBITMAP; refactored... |
blob | commitdiff | raw | diff to current |
2005-05-06 |
Michael Wetherell | Compilation fix for USE_UNIV=1 |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Julian Smart | Worked around an apparent bug in Windows whereby some... |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Vadim Zeitlin | simplifications and corrections to background drawing: |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Vadim Zeitlin | added wxCopyRectToRECT() |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Vadim Zeitlin | added HDCClipper() class which automatically unselects... |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Vadim Zeitlin | added AutoHRGN class; corrected GetHbrush[Of]() macros |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Vadim Zeitlin | added GetHimagelist() |
blob | commitdiff | raw | diff to current |
2005-03-14 |
Michael Wetherell | The DLL version of Watcom's C runtime doesn't have... |
blob | commitdiff | raw | diff to current |
2005-03-13 |
Michael Wetherell | Temporary fix for Watcom link error 'fileno' |
blob | commitdiff | raw | diff to current |
2005-02-26 |
Michael Wetherell | Move wxGetOSFHandle to include/wx/msw/private.h since... |
blob | commitdiff | raw | diff to current |
2005-01-30 |
Vadim Zeitlin | added ClassRegistrar (wraps Register/UnregisterClass... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Włodzimierz Skiba | Warning fixes for MinGW. |
blob | commitdiff | raw | diff to current |
2005-01-15 |
Vadim Zeitlin | removed obsolete wxUSE_CTL3D |
blob | commitdiff | raw | diff to current |
2005-01-10 |
Vadim Zeitlin | factored out wxGetFullModuleName(HMODULE) from wxGetFul... |
blob | commitdiff | raw | diff to current |
2004-12-21 |
Włodzimierz Skiba | Metric conversion constants not doubled in each port... |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Vadim Zeitlin | added wxRectFromRECT() |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Vadim Zeitlin | added CompatibleBitmap wrapper class |
blob | commitdiff | raw | diff to current |
2004-10-02 |
Vadim Zeitlin | removed trailing comma from enum (gcc 3.4 compilation... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Vadim Zeitlin | suppress VC7.1 64 bit correctness warnings |
blob | commitdiff | raw | diff to current |
2004-09-27 |
Vadim Zeitlin | added wxGetFullModuleName(); use it instead of calling... |
blob | commitdiff | raw | diff to current |
2004-08-31 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxNOT_FOUND, ::, TRUE... |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Vadim Zeitlin | added WindowHDC similar to Screen/MemoryHDC |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Václav Slavík | fixed warnings after GetFont prototype change |
blob | commitdiff | raw | diff to current |
2004-06-09 |
Vadim Zeitlin | explicit this-> is required by C++ standard, not g... |
blob | commitdiff | raw | diff to current |
2004-05-31 |
Václav Slavík | compilation fix for gcc-3.4 |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-04 |
Vadim Zeitlin | GlobalLock/Unlock() are available under CE, no need... |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | added wxGet/SetWindowProc/UserData() |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Vadim Zeitlin | added GetHbrush() and GetHbrushOf() |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Vadim Zeitlin | added GetHpen() and GetHpenOf() |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Chris Elliott | move define to better place |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Chris Elliott | fix bugs when compiling with dmars |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Julian Smart | Compile with EVC 3.0 2002 |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Václav Slavík | added <windows.h> wrapper |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | Further WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Some WinCE fixes |
blob | commitdiff | raw | diff to current |
2003-07-04 |
Václav Slavík | compilation fixes for multilib/DLL build |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | got rid of wxBuffer (finally!!!) |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | renamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
blob | commitdiff | raw | diff to current |
2003-05-21 |
Julian Smart | Applied patch [ 740012 ] GetKeyState returns 16-Bit... |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Vadim Zeitlin | fixed bug in WinStruct<> ctor |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Vadim Zeitlin | added WinStruct<> |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Vadim Zeitlin | moved missing constants definitions to their right... |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Vadim Zeitlin | removed accidentally left #ifdef WATCOM |
blob | commitdiff | raw | diff to current |
2003-04-13 |
Vadim Zeitlin | renamed GlobalHandle class to GlobalPtr to avoid confli... |
blob | commitdiff | raw | diff to current |
2003-04-05 |
Chris Elliott | changes to watcom makefiles for OpenWatcom |
blob | commitdiff | raw | diff to current |
next |