]> git.saurik.com Git - wxWidgets.git/history - src/unix
set initial GTK_CAN_FOCUS value to match AcceptsFocus (fixes wxTreeCtrl text control...
[wxWidgets.git] / src / unix /
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
2007-07-21  Vadim Zeitlinadded wxUSE_FONTENUM for wxFontEnumerator
2007-07-19  Vadim Zeitlinadded code to free memory allocated in wxSetEnv() when...
2007-07-19  Vadim Zeitlinadded wxUSE_TASKBARICON; corrected condition for genera...
2007-07-16  David ElliottThe wxUSE_EPOLL_DISPATCHER (like other wxUSE flags...
2007-07-16  Vadim Zeitlinadded unistd.h include for close()
2007-07-14  Vadim Zeitlinreplace RunLoop() call with Dispatch() after wxFDIODisp...
2007-07-14  Vadim Zeitlindon't leak epoll descriptor
2007-07-14  Vadim Zeitlincreate the single global IO dispatcher in wxFDIODispatc...
2007-07-14  Vadim Zeitlinreplaced wxFDIODispatcher::RunLoop() with Dispatch...
2007-07-14  Vadim Zeitlinchanged wxFDIODispatcher::UnregisterFD() to take only...
2007-07-14  Vadim ZeitlinAdded wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDIS...
2007-07-12  Václav Slavíkremoved extra semicolon
2007-07-11  Vadim Zeitlincorrected timer.h include broken by last change
2007-07-11  Vadim Zeitlincheck for wxUSE_TIMER in headers, not the files includi...
2007-07-10  Vadim Zeitlincompilation fixes for wxUSE_TIMER==0
2007-07-04  Vadim Zeitlinsimplify test for 64 bit architectures: just check...
2007-07-04  Vadim Zeitlinadded support for broadcasting to UDP sockets (patch...
2007-06-26  Vadim Zeitlinfix bug in WX_GL_DOUBLEBUFFER handling introduced durin...
2007-06-22  Vadim Zeitlinsuppress Sun CC warnings about casting between C++...
2007-06-22  Vadim Zeitlinfix Sun CC warning about name clash between the method...
2007-06-19  Václav Slavíkmake wxSetEnv compatible with ANSI and Unicode, depreca...
2007-06-19  Václav Slavíkreturn wxString from wxDynamicLibrary::GetDllExt()
2007-06-17  Mattia Barbon Linking fix: g_isIdle is for GTK1 only.
2007-06-11  Václav Slavíkuse wx/crt.h as the 'official' header for wxCRT wrapper...
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
2007-06-09  Vadim Zeitlingenerate disconnection event if recv() returns 0 in...
2007-06-04  Vadim Zeitlinrename old wxAppConsole to wxAppConsoleBase and wxAppCo...
2007-06-04  Vadim Zeitlinreset one shot timer internal state instead of leaving...
2007-06-02  Vadim Zeitlinfactor out the fd<->handlers map from wxFDIODispatcher...
2007-05-23  Václav Slavíktake wxString, not wxChar* in wxStandardPaths::GetLocal...
next