Refactor wxGTK IM-related code to allow future modifications.
[wxWidgets.git] / src / unix /
2013-03-19  Vadim ZeitlinAdd missing space to fix r73681 changes.
2013-03-19  Vadim ZeitlinSuppress error output from Unix system information...
2013-02-15  Vadim ZeitlinDon't use ternary operator ?: with wxString and literal...
2013-02-15  Vadim ZeitlinsAlways iInclude wx/encinfo.h from src/unix/fontutil...
2013-01-21  Vadim ZeitlinFix crash in wxExecute() introduced by r73406.
2013-01-20  Paul Cornettsizeof(char) is 1. By definition.
2013-01-20  Vadim ZeitlinAdd wxProcess::SetPriority() to allow setting the prior...
2013-01-20  Vadim ZeitlinRename WXTHREAD_XXX_PRIORITY yo wxPRIORITY_XXX.
2012-12-28  Vadim ZeitlinEnsure that client display rectangle is always less...
2012-12-11  Vadim ZeitlinHandle IN_MOVE inotify events better.
2012-12-02  Vadim ZeitlinWarn, don't assert, about unexpected inotify events.
2012-11-29  Vadim ZeitlinDon't assert when stopping watching a just renamed...
2012-11-29  Vadim ZeitlinLog invalid inotify() events without a valid watch...
2012-11-29  Vadim ZeitlinCorrect handling of IN_Q_OVERFLOW in wxFileSystemWatche...
2012-11-19  Vadim ZeitlinAdd wxFSW_EVENT_UNMOUNT wxFileSystemWatcher flag and...
2012-11-19  Vadim ZeitlinConvert wxFSW_EVENT_{WARNING,ERROR} to string correctly.
2012-11-17  Vadim ZeitlinAdd wxFSW_EVENT_ATTRIB wxFileSystemWatcher flag.
2012-11-15  Vadim ZeitlinSupport monitoring only some events in wxGTK wxFileSyst...
2012-10-23  Vadim ZeitlinAdd wxDIR_NO_FOLLOW flag for wxDir iteration.
2012-10-16  Vadim ZeitlinImprove inotify()-based wxFileSystemWatcher to handle...
2012-10-15  Vadim ZeitlinFix bug in Unix wxFileSystemWatcher implementation...
2012-10-15  Vadim ZeitlinCheck for filespec when generating events in wxFileSyst...
2012-10-15  Vadim ZeitlinAdd support for symlinks to wxFileName.
2012-10-04  Paul Cornettsilence warnings about shadowed variables with GCC...
2012-09-25  Vadim ZeitlinReally fix stack dumps for asserts and wxStackWalker...
2012-09-25  Vadim ZeitlinVietnamese translations update from Trần Ngọc Quân.
2012-09-20  Vadim ZeitlinFix wrong configure test for abi::__forced_unwind in...
2012-09-20  Vadim ZeitlinRethrow abi::__forced_unwind in wxThread code under...
2012-09-15  Vadim ZeitlinHandle underlined and strikethrough attributes in wxGTK...
2012-07-24  Vadim ZeitlinAdd wxDir::Close().
2012-07-23  Vadim ZeitlinUse __DARWIN__ instead of __WXOSX__ in non-GUI code.
2012-07-14  Vadim ZeitlinMinor fixes to wxGTK3 with Broadway backend build.
2012-07-13  Vadim ZeitlinAllow building wxGTK3 with Broadway backend.
2012-07-12  Vadim ZeitlinFix bogus asserts in Unix wxFileSystemWatcher for remov...
2012-07-06  Paul Cornettguard against empty name field in inotify_event, see...
2012-07-02  Vadim ZeitlinShow gstreamer errors in wxGStreamerMediaBackend to...
2012-07-02  Vadim ZeitlinUse wxFileSystem::FileNameToURL() in wxGStreamerMediaBa...
2012-06-30  Paul Cornettsupport for GTK3
2012-06-18  Paul Cornettbuild fix for wxUSE_STL==1
2012-05-20  Vadim ZeitlinImplement wxStackWalker for wxOSX.
2012-05-16  Vadim ZeitlinFix wxWakeUpIdle() in Unix console application broken...
2012-05-09  Vadim ZeitlinUse better face names first in wxGTK wxNativeFontInfo...
2012-05-04  Vadim ZeitlinDon't remove the last slash from "/" directory name...
2012-04-05  Vadim ZeitlinRemove support for MetroWerks CodeWarrior compiler.
2012-04-04  Vadim ZeitlinAvoid overflowing the wake up when handling events...
2012-03-22  Vadim ZeitlinUse pthread_setconcurrency() in wxThread::SetConcurrency().
2012-02-28  Paul Cornettavoid deprecated gdk_net_wm_supports()
2012-02-28  Paul Cornettremove run-time check for now-required GTK 2.4
2012-02-23  Vadim ZeitlinUse wxStrnicmp() instead of strncasecmp() in wxGTK...
2012-02-18  Stefan NeisSpelling fixes to comments, fixes #13994.
2012-02-11  Vadim ZeitlinAlso add wxNativeFontInfo::SetStrikethrough() stub...
2012-02-10  Vadim ZeitlinAdd stubs for wxNativeFontInfo::{Get,Set}Strikethrough...
2011-12-02  Vadim ZeitlinHandle OpenBSD in wxDialUpManager code.
2011-12-01  Vadim ZeitlinFix timeout used in POSIX implementation of wxCondition...
2011-11-27  Vadim ZeitlinRemoved private wxGetLocalTimeUsec() function from...
2011-11-27  Vadim ZeitlinMerge similar but not quite identical translated strings.
2011-11-01  Vadim ZeitlinExplicitly include X11/Xlib.h to fix AIX build.
2011-10-27  Vadim ZeitlinNo real changes, just remove an extra semicolon.
2011-09-21  Vadim ZeitlinChange wxSound ctor from in-memory data to use size_t...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-07  Paul Cornettavoid direct struct access for GTK3
2011-05-03  Vadim ZeitlinCorrect wxDirExists() check in OS X wxFileSystemWatcher...
2011-04-23  Vadim ZeitlinFix file paths in wxFileSystemWatcherEvent under OS X.
2011-04-06  Paul Cornettbuild fix for wxUSE_LOG==0
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-14  Vadim ZeitlinAllow wxThread::Wait() and Delete() to block, even...
2011-02-05  Vadim ZeitlinCheck for WLAN interface names in wxDialUpManager under...
2011-01-22  Dimitri SchoolwerthUse wxString's empty() when checking if the string...
2011-01-07  Jouk JansenUpdate OpenVMS compile support
2010-12-20  Jouk Janseninclude compile support for tests on OpenVMS (part3)
2010-11-14  Vadim ZeitlinRestore code for closing inherited file descriptors...
2010-11-14  Vadim ZeitlinFix spurious errors when writing to the child process...
2010-11-14  Vadim ZeitlinNo real changes, just reamed HAS_PIPE_INPUT_STREAM.
2010-11-10  Vadim ZeitlinFix harmless unused parameter warnings in minimal build.
2010-11-02  Vadim ZeitlinMake write end of the child process pipe non-blocking...
2010-11-02  Vadim ZeitlinRefactor: extract code to make an fd non-clocking into...
2010-10-24  Vadim ZeitlinAdd support for specifying child process cwd and env...
2010-10-23  Vadim ZeitlinAdded wxThread::OnKill() and OnDelete() callbacks.
2010-10-22  Vadim ZeitlinNo real changes, just use const_cast<> instead of C...
2010-09-30  Vadim ZeitlinNo changes whatsoever, just remove trailing whitespace.
2010-09-27  Vadim ZeitlinUse wxString methods for UTF-8 conversions in wxX11...
2010-09-17  Dimitri SchoolwerthSet svn properties on .cpp files.
2010-09-10  Stefan Csomoradjusting to new gui mutex for osx, see #12411
2010-09-06  Stefan Csomorusing non-sleep version for GUI mutex, solves #12411
2010-08-22  Vadim ZeitlinMerge wxUIActionSimulator fixes from SOC2010_GUI_TEST...
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-06-28  Jouk JansenUpdate Makefile for OpenVMS
2010-06-24  Václav SlavíkFix thread ID formatting in log messages.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-19  Francesco MontorsiRemove identic implementations of wxDir::Exists from...
2010-05-26  Francesco Montorsifix incoherency between the wxThread implementation...
2010-05-23  Paul Cornettcompile fix for GTK2 systems which have X11/extensions...
2010-05-22  Vadim ZeitlinUse GTK+ functions for wxDisplay implementation.
2010-04-22  Vadim ZeitlinFix fatal bug in ArgsArray(wchar_t**) ctor.
2010-04-10  Vadim ZeitlinDon't crash if wxMimeTypesManager is used before wxApp...
2010-03-25  Jouk JansenUpdates to make wxWidgets compaile on OpenVMS again
2010-03-22  Vadim ZeitlinAdd wxUSE_UIACTIONSIMULATOR and turn it off by default.
2010-03-20  Vadim ZeitlinCheck whether SA_RESTART is defined and don't use it...
2010-03-20  Vadim ZeitlinInclude sys/time.h from threadpsx.cpp for all systems.
2010-03-20  Vadim ZeitlinAdd support for QNX to dialup detection code.
next