2012-06-17 |
Vadim Zeitlin | Move wxBell() from base to core library. |
blob | commitdiff | raw |
2012-06-03 |
Vadim Zeitlin | Use wxString::t_str() in calls to Windows API functions... |
blob | commitdiff | raw | diff to current |
2012-05-23 |
Vadim Zeitlin | Fix wxBase compilation with UTF-8-based wxString under... |
blob | commitdiff | raw | diff to current |
2012-04-05 |
Vadim Zeitlin | Remove support for MetroWerks CodeWarrior compiler. |
blob | commitdiff | raw | diff to current |
2011-09-21 |
Vadim Zeitlin | No changes, just extract wxCreateHiddenWindow() declara... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw | diff to current |
2011-05-16 |
Vadim Zeitlin | No changes, just refactor the code in MSW wxGetOsDescri... |
blob | commitdiff | raw | diff to current |
2011-05-16 |
Vadim Zeitlin | Recognize Windows 7 and Server 2008 versions in wxGetOs... |
blob | commitdiff | raw | diff to current |
2011-03-22 |
Dimitri Schoolwerth | Fixed various typos. |
blob | commitdiff | raw | diff to current |
2010-10-03 |
Vadim Zeitlin | Update CRT environment in wxSetEnv() for MinGW too. |
blob | commitdiff | raw | diff to current |
2010-09-09 |
Vadim Zeitlin | Fix wxKill(wxSIGNONE) always returning true for child... |
blob | commitdiff | raw | diff to current |
2010-09-09 |
Vadim Zeitlin | Use minimal required process access mask in wxMSW wxKill(). |
blob | commitdiff | raw | diff to current |
2010-07-23 |
Vadim Zeitlin | Fix Cygwin 1.7 build. |
blob | commitdiff | raw | diff to current |
2010-04-26 |
Václav Slavík | Add instance argument to wxLoadUserResource(). |
blob | commitdiff | raw | diff to current |
2010-04-26 |
Vadim Zeitlin | Add wxLoadUserResource() overload not copying the resou... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Implement wxGetHostName() for Windows CE. |
blob | commitdiff | raw | diff to current |
2009-05-30 |
Vadim Zeitlin | compilation fix for wxUSE_STL==1 |
blob | commitdiff | raw | diff to current |
2009-05-24 |
Vadim Zeitlin | update CRT environment block in wxSetEnv() too |
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-07 |
Julian Smart | Added missing include |
blob | commitdiff | raw | diff to current |
2009-01-07 |
Francesco Montorsi | s/wxSplitPath/wxFileName::SplitPath |
blob | commitdiff | raw | diff to current |
2008-12-21 |
Vadim Zeitlin | close the handle returned by OpenProcessToken() (fixes... |
blob | commitdiff | raw | diff to current |
2008-12-17 |
Vadim Zeitlin | added .c_str() to wxStrlcpy() calls to fix wxUSE_STL... |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncp... |
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-03 |
Vadim Zeitlin | added wxSHUTDOWN_LOGOFF flag, don't use EWX_FORCE by... |
blob | commitdiff | raw | diff to current |
2008-07-04 |
Robert Roebling | Use t_str() instead of c_str() |
blob | commitdiff | raw | diff to current |
2008-07-03 |
Robert Roebling | Make wxMSW wxBase compile in UTF-8 mode |
blob | commitdiff | raw | diff to current |
2008-05-27 |
Vadim Zeitlin | fix some harmless compilation in (release) MSVC build |
blob | commitdiff | raw | diff to current |
2008-05-27 |
Vadim Zeitlin | distinguish between Server 2003 and XP 64-bit (closes... |
blob | commitdiff | raw | diff to current |
2008-05-27 |
Vadim Zeitlin | add a mention to OS description string if running under... |
blob | commitdiff | raw | diff to current |
2008-05-27 |
Vadim Zeitlin | recognize Vista by name in wxGetOsDescription() |
blob | commitdiff | raw | diff to current |
2007-12-31 |
Vadim Zeitlin | removed support for Salford compiler (which was almost... |
blob | commitdiff | raw | diff to current |
2007-10-06 |
Vadim Zeitlin | always return wxString from wxGetUserHome() instead... |
blob | commitdiff | raw | diff to current |
2007-09-10 |
Vadim Zeitlin | map wxFONTENCODING_ISO2022_JP to the correct Windows... |
blob | commitdiff | raw | diff to current |
2007-09-09 |
Vadim Zeitlin | cache the result of wxGetOsVersion() (heavily modified... |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Vadim Zeitlin | added wxUSE_REGKEY option |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Vadim Zeitlin | fixes for building wxMSW with --disbale-all-features |
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-06-19 |
Václav Slavík | make wxSetEnv compatible with ANSI and Unicode, depreca... |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Václav Slavík | don't use implicit wxString->char*/wchar_t* conversion... |
blob | commitdiff | raw | diff to current |
2007-04-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ... |
blob | commitdiff | raw | diff to current |
2007-03-16 |
Vadim Zeitlin | include wx/msw/missing.h after wx/msw/private.h, otherw... |
blob | commitdiff | raw | diff to current |
2006-11-12 |
Julian Smart | Wine fixes |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Julian Smart | Fixed ISO-8859-11 mapping to code page under Windows |
blob | commitdiff | raw | diff to current |
2006-09-02 |
Robert Roebling | Map iso8859-11 to codepage 874. |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2006-08-24 |
Włodzimierz Skiba | WinCE build fixes. |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Michael Wetherell | Crash fix from Tim Kosse. |
blob | commitdiff | raw | diff to current |
2006-08-17 |
Paul Cornett | build fixes |
blob | commitdiff | raw | diff to current |
2006-08-15 |
Vadim Zeitlin | resolve IsWow64Process() dynamically; don't rely on... |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Vadim Zeitlin | wxPlatformInfo (patch 1532064) |
blob | commitdiff | raw | diff to current |
2006-07-05 |
Włodzimierz Skiba | Return OS description for WinCE too. |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Vadim Zeitlin | moved power functions for MSW from utils.cpp to (new... |
blob | commitdiff | raw | diff to current |
2006-05-27 |
Vadim Zeitlin | added wxPowerEvent; moved power functions stubs to... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Włodzimierz Skiba | Include wx/timer.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-02-11 |
Vadim Zeitlin | use wxDiskspaceSize_t which is long and not wxLongLong... |
blob | commitdiff | raw | diff to current |
2005-11-23 |
Włodzimierz Skiba | Build and run ::wxGetUserName() silently with unusual... |
blob | commitdiff | raw | diff to current |
2005-11-22 |
Włodzimierz Skiba | Safe wxStrncpy usage. |
blob | commitdiff | raw | diff to current |
2005-11-22 |
Włodzimierz Skiba | wxGetUserName for WinCE. |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Włodzimierz Skiba | Missing wxUSE_* markup. |
blob | commitdiff | raw | diff to current |
2005-07-18 |
Włodzimierz Skiba | Code simplification and warning fixes. |
blob | commitdiff | raw | diff to current |
2005-06-30 |
Włodzimierz Skiba | Helpers in disabling warnings for unused params. |
blob | commitdiff | raw | diff to current |
2005-06-16 |
Vadim Zeitlin | fixed problem with wxKill(SIGNONE) returning error... |
blob | commitdiff | raw | diff to current |
2005-06-10 |
Włodzimierz Skiba | Allow MSW Base be usable in other ports than wxMSW... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Vadim Zeitlin | added wxGetWinVersion() |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Julian Smart | Applied patch [ 1195797 ] Fixes to compile on Win64 |
blob | commitdiff | raw | diff to current |
2005-05-13 |
Julian Smart | WinCE fix |
blob | commitdiff | raw | diff to current |
2005-05-07 |
Robert Roebling | Commit fix for EUC_JP encoding under Windows. |
blob | commitdiff | raw | diff to current |
2005-04-12 |
Ryan Norton | Fix warning on CYGWIN for sockets |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Julian Smart | \ is a reasonable home directory on WinCE |
blob | commitdiff | raw | diff to current |
2005-03-26 |
David Elliott | Use wxFontMapperBase::Get instead of wxFontMapper:... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Włodzimierz Skiba | Fixed strange situation when we had wxPathExists and... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Julian Smart | Small fixes for compiling Cygwin (with --disable-sockets) |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Julian Smart | Correct compilo for non-WinCE |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Julian Smart | Added wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Vadim Zeitlin | harmless warning fixes for WinCE (mostly unused parameters) |
blob | commitdiff | raw | diff to current |
2005-01-20 |
Włodzimierz Skiba | Simple wxBatteryPower API for the support in wxWinCE... |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Włodzimierz Skiba | MinGW warning fix. |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Włodzimierz Skiba | wxWinCE fixes. |
blob | commitdiff | raw | diff to current |
2005-01-08 |
Vadim Zeitlin | implemented wxIsDebuggerRunning() for Win32 |
blob | commitdiff | raw | diff to current |
2005-01-06 |
Robert Roebling | Added test to fontencoding -> codepage conversion |
blob | commitdiff | raw | diff to current |
2005-01-05 |
Włodzimierz Skiba | Warning fix. |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Robert Roebling | Commit wxFontEncoding -> MS codepage conversion code |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Włodzimierz Skiba | GetFreeSpace is here since 1993 and returns crazy value... |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Włodzimierz Skiba | Take best fitting type for available memory measurement. |
blob | commitdiff | raw | diff to current |
2004-12-05 |
Julian Smart | Simplification |
blob | commitdiff | raw | diff to current |
2004-12-05 |
Julian Smart | Further Wince fixes |
blob | commitdiff | raw | diff to current |
2004-12-05 |
Julian Smart | Unicode/WinCE corrections |
blob | commitdiff | raw | diff to current |
2004-12-05 |
Julian Smart | Added flags argument to wxKill and wxProcess::Kill... |
blob | commitdiff | raw | diff to current |
2004-11-10 |
Vadim Zeitlin | better (more precise) values for wxGetOsDescription... |
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-09-26 |
Václav Slavík | partially reverted Robert's changes, did it more cleanly |
blob | commitdiff | raw | diff to current |
2004-09-26 |
Robert Roebling | Moved function from mslu to utils to make the |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !... |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Włodzimierz Skiba | WinCE fixes. |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Vadim Zeitlin | added wxMilli/MicroSleep(), deprecated wxUsleep() |
blob | commitdiff | raw | diff to current |
next |