2007-03-11 |
Vadim Zeitlin | argh, added missing comma in last commit |
blob | commitdiff | raw |
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 |
2003-03-24 |
Vadim Zeitlin | oops, forgot default value for MemoryHDC ctor parameter |
blob | commitdiff | raw | diff to current |
2003-03-24 |
Vadim Zeitlin | MemoryHDC can now be used to create DCs compatible... |
blob | commitdiff | raw | diff to current |
2003-03-23 |
Vadim Zeitlin | added GlobalHandle |
blob | commitdiff | raw | diff to current |
2003-03-22 |
Vadim Zeitlin | added wxBitmapToHICON/CURSOR helper functions |
blob | commitdiff | raw | diff to current |
2003-02-10 |
Mattia Barbon | Remove unnecessary header dependencies. Fix resulting... |
blob | commitdiff | raw | diff to current |
2003-01-18 |
Vadim Zeitlin | fixed resource leak in MemoryHDC (closes bug 670016) |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-12-10 |
Julian Smart | Applied some of patch [ 650957 ] wxWinCE diff-0.0.4 |
blob | commitdiff | raw | diff to current |
2002-12-09 |
Julian Smart | Small WinCE mods from Marco |
blob | commitdiff | raw | diff to current |
2002-09-02 |
Vadim Zeitlin | added a few WXDLLEXPORTS, corrected/expanded comments |
blob | commitdiff | raw | diff to current |
2002-07-15 |
Robin Dunn | Icons fetched from wxMimeTypesManager did not get the... |
blob | commitdiff | raw | diff to current |
2002-02-23 |
Vadim Zeitlin | changed wxColourToRGB() to use RGB() instead of PALETTE... |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Václav Slavík | more MSLU fixes and moved MSLU stuff into separate... |
blob | commitdiff | raw | diff to current |
2002-02-08 |
Vadim Zeitlin | cleanups after SciTech commit :-( |
blob | commitdiff | raw | diff to current |
2002-01-28 |
Vadim Zeitlin | added another, more convenient, wxRGBToColour() overload |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Vadim Zeitlin | 0. extracted toolbar colour mapping stuff to its own... |
blob | commitdiff | raw | diff to current |
2001-12-30 |
Vadim Zeitlin | added a few useful utility classes: MemoryHDC and Selec... |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Václav Slavík | making wxMSW MSLU(unicows)-friendly |
blob | commitdiff | raw | diff to current |
2001-11-25 |
Vadim Zeitlin | added GetHpalette[Of] macros |
blob | commitdiff | raw | diff to current |
2001-10-17 |
Kendall Bennett | Mutiple updates from SciTech for wxWindows including... |
blob | commitdiff | raw | diff to current |
2001-10-07 |
Vadim Zeitlin | changed/centralized window creation code to allow wxTLW... |
blob | commitdiff | raw | diff to current |
2001-09-29 |
Václav Slavík | reverted my previous commit to this file; was done... |
blob | commitdiff | raw | diff to current |
2001-09-28 |
Václav Slavík | compilation fixes for MSW+Univ+Mingw32 |
blob | commitdiff | raw | diff to current |
2001-09-28 |
Ron Lee | More build system polishing.. mostly. Some stuff... |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Vadim Zeitlin | added wxTLW for MSW |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | are there still versions of gcc around which require... |
blob | commitdiff | raw | diff to current |
next |