specify the file name in IO errors messages; also make Do{Open,Save}Document() use...
[wxWidgets.git] / src / unix /
2008-09-24  Vadim Zeitlinreturn false, not true, from wxSingleInstanceChecker...
2008-09-11  Jouk Jansenupdate OpenVMS compile support
2008-09-11  Stefan Csomorsolving osx problems (default inlines-hidden) by explic...
2008-09-08  Robert RoeblingTest for reentrance into non-recursive wxMutex. If...
2008-09-05  Robert RoeblingCompilo for wxMac
2008-09-04  Stefan Csomorgcc is too aggressively hiding these inlines on wxCriti...
2008-08-25  Vadim Zeitlincompilation fixes for minimal build
2008-08-03  Vadim Zeitlinupdate for wxSHUTDOWN_LOGOFF/FORCE, should have been...
2008-07-29  Stefan Csomorosx regrouping
2008-07-21  Vadim Zeitlindon't give error on startup of any application using...
2008-07-16  Vadim Zeitlinuse wxCmdLineParser::ConverStringToArgs() instead of...
2008-07-14  Vadim Zeitlincalling Notify() from child thread is ok -- as long...
2008-07-01  Robert RoeblingAdd code for parsing globs file in /usr/local as well
2008-07-01  Robert RoeblingAdd code for parsing globs file
2008-07-01  Robert RoeblingAdd stub for parsing globs file
2008-07-01  Robert RoeblingRemaining conversion to read-only XDG MIME types code
2008-06-30  Robert RoeblingRemoved most of the pre-XDG MIME code from the Unix...
2008-06-29  Vadim Zeitlinblind fix for PCH-less build
2008-06-23  Julian SmartFixed mime type recognition under Gnome by reading...
2008-06-08  Vadim Zeitlinadded multisampling (anti-aliasing) support to wxGLCanv...
2008-05-22  Vadim Zeitlinfix the confusion in boolean attributes handling in...
2008-05-13  Paul Cornettfix overload ambiguity when compiler doesn't know NULL...
2008-05-11  Paul Cornettdisconnect handler in wxTaskBarIcon dtor, should have...
2008-05-11  Paul Cornettprevent crash if panel/kicker is killed, bug 1872724
2008-04-27  Vadim Zeitlinuse GLX_DOUBLEBUFFER if no attributes were specified...
2008-04-22  Vadim Zeitlinmake wxDir::Has{Files,SubDirs}() const
2008-04-12  Vadim ZeitlinwxThread::Sleep() is the same as wxMilliSleep() on...
2008-04-11  Jouk JansenUpdates for VMS : new Makefiles, proper type casts
2008-04-08  Julian SmartTry standard XDG location for documents directory
2008-04-06  Robert RoeblingFix compilo
2008-03-25  Vadim Zeitlincall OnReadWaiting(), not OnExceptionWaiting(), when...
2008-03-24  Vadim Zeitlinfix wxExecute() compilation in ANSI build
2008-03-23  Paul Cornettnon-pch build fix
2008-03-23  Vadim Zeitlinavoid needless Unicode<->MB conversions in Unix wxExecu...
2008-03-22  Vadim Zeitlindon't use negative PID hack in GUI neither, add a separ...
2008-03-22  Vadim Zeitlinno real changes, just small cleanup after last few...
2008-03-22  Vadim Zeitlinrefactored common code from XXX_EndProcessDetect in...
2008-03-22  Vadim Zeitlinget rid of traits functions unnecessary now that wxExec...
2008-03-22  Vadim Zeitlinfixed IO redirection to work in wxExecute() in console...
2008-03-22  Vadim Zeitlinreturn bool from wxStreamTempInputBuffer::Update()...
2008-03-22  Vadim Zeitlinextracted GUI-specific part of utilsunx.cpp to a new...
2008-03-22  Vadim Zeitlinextracted GUI-specific part of utilsunx.cpp to a new...
2008-03-22  Vadim Zeitlinunused any more (should have been part of r52667)
2008-03-22  Vadim Zeitlinadded wxWindowDisabler ctor for conditionally disabling...
2008-03-22  Vadim Zeitlinreplace wxAddProcessCallback() with wxAppTraits::AddPro...
2008-03-15  Vadim Zeitlinadd support for asynchronous execution in wxBase (patch...
2008-02-18  David ElliottRework the dl* Darwin compatibility code so it uses...
2008-02-14  Vadim Zeitlinmore unused parameter warnings
2008-02-09  Vadim Zeitlindon't close UDP socket if it receives an empty datagram...
2008-02-03  Vadim Zeitlinundid change to GSocket::Select() done in r50831, do...
2008-02-03  Vadim Zeitlinadded wxGLCanvas::IsDisplaySupported() (patch 1879906)
2008-02-02  Paul Cornettavoid GCC warnings about breaking strict aliasing rules
2007-12-22  Vadim Zeitlinmade SetCurrent() and SwapBuffers() return boolean...
2007-12-20  Václav Slavíkcompilation fix for !wxUSE_THREADS
2007-12-20  Václav Slavíkfixed wxHAS_GENERIC_PROCESS_CALLBACK check to use ...
2007-12-19  Václav Slavíkimplemented wxExecute() for wxDFB; share the implementa...
2007-12-19  Vadim Zeitlinmore socket cleanup to allow using wxSocket from both...
2007-12-18  Václav Slavíkcorrected WaitForChild comment about who sets endProcDa...
2007-12-17  Paul Cornettadd MutexGuiEnter/Leave to wxAppTraits, integrate nativ...
2007-12-07  Julian SmartDon't show messages for directories that can't be read
2007-12-03  Paul Cornettremove unneccessary header dependencies on wx/thread.h
2007-11-26  Václav Slavíkcatch unhandled exceptions in POSIX threads implementat...
2007-11-22  Paul Cornettnon-pch build fix for wxUSE_DISPLAY==0
2007-11-21  Stefan NeisMoved wxConsoleAppTraits::CreateEventLoop from baseunix...
2007-11-18  Vadim Zeitlinexperimental IPv6 implementation (patch 1771429)
2007-11-17  Vadim Zeitlinadded SetInitialSocketBuffers() to allow changing the...
2007-11-17  Vadim Zeitlinallow to optionally use vendor name component in standa...
2007-11-13  Robert Roeblingcompile fix
2007-11-13  Paul Cornettbuild fix for wxUSE_DISPLAY==0
2007-11-12  Robert Roeblingsmall fixes
2007-11-11  Vadim Zeitlinunused parameter warning fixes for --disable-all-featur...
2007-11-11  Vadim ZeitlinX11 implementation of wxClientDisplayRect() doesn't...
2007-11-07  Vadim Zeitlinreplaced FIXME comment left in the last commit with...
2007-11-06  Vadim Zeitlinimplement wxGetCientDisplayRect() correctly for X11...
2007-11-06  Paul CornettNew "pizza" widget implementation. Window border widths...
2007-11-05  Vadim Zeitlinremoved all compile- and run-time checks for GTK+ ...
2007-11-05  Paul Cornettinitialize bitmap to avoid assertion
2007-10-29  Vadim Zeitlinfix more unused parameters warnings
2007-10-27  Vadim Zeitlindon't delete uninitialized m_eventHandler pointer if...
2007-10-17  David ElliottApply modified patch 1785299 to trunk and 2.8.
2007-10-17  Vadim Zeitlintest for __DARWIN__ with ifdef, not if
2007-10-14  David ElliottFix wxExecute process end detect behavior for wxCocoa...
2007-10-14  David ElliottCombine the check for wxMac and then the other check...
2007-10-06  Vadim Zeitlinalways return wxString from wxGetUserHome() instead...
2007-09-25  Jouk Jansengit-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets...
2007-09-21  Vadim Zeitlinifconfig under NetBSD also takes -a
2007-09-21  Vadim Zeitlinvarious warning fixes for icc 9.1 compilation
2007-09-21  Vadim Zeitlinremoved an extra semicolon
2007-09-21  Vadim Zeitlindon't shadow declaration of nIndex variable
2007-09-17  Vadim Zeitlinreverted wxSocket changes of rev 48723 as they broke...
2007-09-16  Vadim Zeitlinmore fixes for using wxSocket in console applications...
2007-09-04  Paul Cornettuse client size to avoid gdk_window_get_frame_extents...
2007-09-03  Vadim Zeitlinfix translation of wx priority values to the standard...
2007-09-03  Vadim Zeitlinfix WX_GL_STEREO attribute handling: value for it was...
2007-09-03  Paul Cornettcall SetLegacyWMProperties last, it calls gtk_widget_re...
2007-08-30  Vadim Zeitlindon't use use UTF-8 to PUA mapping hack, it's not neces...
2007-08-08  David ElliottReturn true in wxSetEnv for unsetenv case.
2007-08-07  Vadim Zeitlincorrection to last commit: don't test unsetenv() return...
2007-08-07  Vadim Zeitlinuse unsetenv() instead of setenv(var, NULL) which is...
2007-07-28  Paul Cornettwarning fix
next