2012-05-20 |
Vadim Zeitlin | Implement wxStackWalker for wxOSX. |
tree | commitdiff |
2012-05-16 |
Vadim Zeitlin | Fix wxWakeUpIdle() in Unix console application broken... |
tree | commitdiff |
2012-05-09 |
Vadim Zeitlin | Use better face names first in wxGTK wxNativeFontInfo... |
tree | commitdiff |
2012-05-04 |
Vadim Zeitlin | Don't remove the last slash from "/" directory name... |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | Remove support for MetroWerks CodeWarrior compiler. |
tree | commitdiff |
2012-04-04 |
Vadim Zeitlin | Avoid overflowing the wake up when handling events... |
tree | commitdiff |
2012-03-22 |
Vadim Zeitlin | Use pthread_setconcurrency() in wxThread::SetConcurrency(). |
tree | commitdiff |
2012-02-28 |
Paul Cornett | avoid deprecated gdk_net_wm_supports() |
tree | commitdiff |
2012-02-28 |
Paul Cornett | remove run-time check for now-required GTK 2.4 |
tree | commitdiff |
2012-02-23 |
Vadim Zeitlin | Use wxStrnicmp() instead of strncasecmp() in wxGTK... |
tree | commitdiff |
2012-02-18 |
Stefan Neis | Spelling fixes to comments, fixes #13994. |
tree | commitdiff |
2012-02-11 |
Vadim Zeitlin | Also add wxNativeFontInfo::SetStrikethrough() stub... |
tree | commitdiff |
2012-02-10 |
Vadim Zeitlin | Add stubs for wxNativeFontInfo::{Get,Set}Strikethrough... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Handle OpenBSD in wxDialUpManager code. |
tree | commitdiff |
2011-12-01 |
Vadim Zeitlin | Fix timeout used in POSIX implementation of wxCondition... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Removed private wxGetLocalTimeUsec() function from... |
tree | commitdiff |
2011-11-27 |
Vadim Zeitlin | Merge similar but not quite identical translated strings. |
tree | commitdiff |
2011-11-01 |
Vadim Zeitlin | Explicitly include X11/Xlib.h to fix AIX build. |
tree | commitdiff |
2011-10-27 |
Vadim Zeitlin | No real changes, just remove an extra semicolon. |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Change wxSound ctor from in-memory data to use size_t... |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
tree | commitdiff |
2011-06-07 |
Paul Cornett | avoid direct struct access for GTK3 |
tree | commitdiff |
2011-05-03 |
Vadim Zeitlin | Correct wxDirExists() check in OS X wxFileSystemWatcher... |
tree | commitdiff |
2011-04-23 |
Vadim Zeitlin | Fix file paths in wxFileSystemWatcherEvent under OS X. |
tree | commitdiff |
2011-04-06 |
Paul Cornett | build fix for wxUSE_LOG==0 |
tree | commitdiff |
2011-03-20 |
Dimitri Schoolwerth | No changes, synchronised source names that appear comme... |
tree | commitdiff |
2011-03-14 |
Vadim Zeitlin | Allow wxThread::Wait() and Delete() to block, even... |
tree | commitdiff |
2011-02-05 |
Vadim Zeitlin | Check for WLAN interface names in wxDialUpManager under... |
tree | commitdiff |
2011-01-22 |
Dimitri Schoolwerth | Use wxString's empty() when checking if the string... |
tree | commitdiff |
2011-01-07 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2010-12-20 |
Jouk Jansen | include compile support for tests on OpenVMS (part3) |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Restore code for closing inherited file descriptors... |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Fix spurious errors when writing to the child process... |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | No real changes, just reamed HAS_PIPE_INPUT_STREAM. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Fix harmless unused parameter warnings in minimal build. |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Make write end of the child process pipe non-blocking... |
tree | commitdiff |
2010-11-02 |
Vadim Zeitlin | Refactor: extract code to make an fd non-clocking into... |
tree | commitdiff |
2010-10-24 |
Vadim Zeitlin | Add support for specifying child process cwd and env... |
tree | commitdiff |
2010-10-23 |
Vadim Zeitlin | Added wxThread::OnKill() and OnDelete() callbacks. |
tree | commitdiff |
2010-10-22 |
Vadim Zeitlin | No real changes, just use const_cast<> instead of C... |
tree | commitdiff |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
tree | commitdiff |
2010-09-27 |
Vadim Zeitlin | Use wxString methods for UTF-8 conversions in wxX11... |
tree | commitdiff |
2010-09-17 |
Dimitri Schoolwerth | Set svn properties on .cpp files. |
tree | commitdiff |
2010-09-10 |
Stefan Csomor | adjusting to new gui mutex for osx, see #12411 |
tree | commitdiff |
2010-09-06 |
Stefan Csomor | using non-sleep version for GUI mutex, solves #12411 |
tree | commitdiff |
2010-08-22 |
Vadim Zeitlin | Merge wxUIActionSimulator fixes from SOC2010_GUI_TEST... |
tree | commitdiff |
2010-07-13 |
Vadim Zeitlin | Globally use "wxWindows licence" consistently. |
tree | commitdiff |
2010-06-28 |
Jouk Jansen | Update Makefile for OpenVMS |
tree | commitdiff |
2010-06-24 |
Václav Slavík | Fix thread ID formatting in log messages. |
tree | commitdiff |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
tree | commitdiff |
2010-06-19 |
Francesco Montorsi | Remove identic implementations of wxDir::Exists from... |
tree | commitdiff |
2010-05-26 |
Francesco Montorsi | fix incoherency between the wxThread implementation... |
tree | commitdiff |
2010-05-23 |
Paul Cornett | compile fix for GTK2 systems which have X11/extensions... |
tree | commitdiff |
2010-05-22 |
Vadim Zeitlin | Use GTK+ functions for wxDisplay implementation. |
tree | commitdiff |
2010-04-22 |
Vadim Zeitlin | Fix fatal bug in ArgsArray(wchar_t**) ctor. |
tree | commitdiff |
2010-04-10 |
Vadim Zeitlin | Don't crash if wxMimeTypesManager is used before wxApp... |
tree | commitdiff |
2010-03-25 |
Jouk Jansen | Updates to make wxWidgets compaile on OpenVMS again |
tree | commitdiff |
2010-03-22 |
Vadim Zeitlin | Add wxUSE_UIACTIONSIMULATOR and turn it off by default. |
tree | commitdiff |
2010-03-20 |
Vadim Zeitlin | Check whether SA_RESTART is defined and don't use it... |
tree | commitdiff |
2010-03-20 |
Vadim Zeitlin | Include sys/time.h from threadpsx.cpp for all systems. |
tree | commitdiff |
2010-03-20 |
Vadim Zeitlin | Add support for QNX to dialup detection code. |
tree | commitdiff |
2010-03-18 |
Vadim Zeitlin | Return exit code as signed integer from wxExecute(wxEXE... |
tree | commitdiff |
2010-03-06 |
Kevin Ollivier | Adding wxUIActionSimulator, a class for programmaticall... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Support IRIX version of OpenGL multi sampling constants. |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | avoiding string conversions on 1st param of wxStat... |
tree | commitdiff |
2009-12-05 |
Paul Cornett | minor cleanup |
tree | commitdiff |
2009-12-05 |
Vadim Zeitlin | Don't lock global mutex when deleting wxThread to avoid... |
tree | commitdiff |
2009-12-02 |
Paul Cornett | make array data fully const |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Refactor wxEventLoopSource-related code. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
tree | commitdiff |
2009-10-10 |
Vadim Zeitlin | Compilation fix for STL build. |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Compilation fix for PCH-less compilation. |
tree | commitdiff |
2009-10-08 |
Vadim Zeitlin | Add a WX_APPNAME_DATA_DIR hack for wxStandardPaths... |
tree | commitdiff |
2009-10-08 |
Jouk Jansen | OpenVMS : add compile support for debugrpt sample |
tree | commitdiff |
2009-09-30 |
Paul Cornett | build fix for wxUSE_SOCKETS==0 |
tree | commitdiff |
2009-09-28 |
Paul Cornett | build fix for wxUSE_SOCKETS==0 |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied patch #9058 (add Hildon 2.0 support) |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Use UTF-8 for all non-ASCII characters in the sources. |
tree | commitdiff |
2009-09-16 |
Vadim Zeitlin | Allow creating wxSingleInstanceChecker with default... |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Unregister wake up pipe file fd in ~wxConsoleEventLoop. |
tree | commitdiff |
2009-09-03 |
Vadim Zeitlin | React to errors on socket correctly when using epoll(). |
tree | commitdiff |
2009-08-24 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-17 |
Vadim Zeitlin | Added missing wx/log.h header. |
tree | commitdiff |
2009-08-17 |
Vadim Zeitlin | Cleanly separate GUI socket-related code from net library. |
tree | commitdiff |
2009-08-16 |
Vadim Zeitlin | Virtualize wxSocketImpl creation by routing it via... |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-11 |
Vadim Zeitlin | Added wxThread::GetMainId(). |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | fix a couple of harmless warnings during wxOSX build |
tree | commitdiff |
2009-06-02 |
Francesco Montorsi | add wxGetLinuxDistributionInfo() and wxPlatformInfo... |
tree | commitdiff |
2009-04-14 |
Vadim Zeitlin | remove semicolon from wxDECLARE_EVENT; having it there... |
tree | commitdiff |
2009-04-12 |
Francesco Montorsi | implement wxNativeFontInfo::SetFamily for wxGTK with... |
tree | commitdiff |
2009-03-24 |
Francesco Montorsi | add a comment about wxNativeFontInfo::SetFaceName... |
tree | commitdiff |
2009-03-23 |
Francesco Montorsi | make sure that wxProcess always have a valid PID set... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | fix harmless unused parameter warning |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | made definition of wxUSE_LOG_DEBUG dependent on wxDEBUG... |
tree | commitdiff |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
tree | commitdiff |
2009-03-16 |
Francesco Montorsi | no real change; just reformatting and better comments |
tree | commitdiff |
2009-03-15 |
Francesco Montorsi | add the wxFont(const wxSize& pixelSize, ...) ctor to... |
tree | commitdiff |
2009-02-20 |
Francesco Montorsi | use %p when logging the thread IDs instead of %lu to... |
tree | commitdiff |
next |