2009-01-07 |
Julian Smart | Added missing include |
blob | commitdiff | raw |
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 |
2004-05-26 |
Julian Smart | Reverted config/resource name change |
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-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Vadim Zeitlin | don't give error messages if ws2_32.dll is not availabl... |
blob | commitdiff | raw | diff to current |
2003-11-15 |
Vadim Zeitlin | expand the value of HOME env var in wxGetHomeDir()... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | warning fixes for BCC and OW (heavily modified patch... |
blob | commitdiff | raw | diff to current |
2003-10-04 |
Robin Dunn | Add some WXDLLIMPEXP's |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Vadim Zeitlin | refactored code to create hidden window in one place... |
blob | commitdiff | raw | diff to current |
2003-09-11 |
Mattia Barbon | Cygwin compilation fix. |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Julian Smart | WinCE fixes |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | return wxToolkitInfo by reference and not by pointer |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | replaced wxAppTraits::GetOSVersion with GetToolkitInfo... |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Vadim Zeitlin | load ws2_32.dll dynamically in wxGetFullHostName() |
blob | commitdiff | raw | diff to current |
2003-07-21 |
Mattia Barbon | Use wxStringBuffer[Length] instead of explicit calls to |
blob | commitdiff | raw | diff to current |
2003-07-13 |
Vadim Zeitlin | moved SEH stuff to crashrpt.cpp |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Julian Smart | Added net stuff, some fixes to gsock code for WinCE |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Julian Smart | Compilo |
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 | More WinCE mods |
blob | commitdiff | raw | diff to current |
next |