don't fail in wxTransferStreamToFile if file size is exact multiple of 4KB (bug 1835918)
[wxWidgets.git] / src / unix /
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...
2007-05-22  Vadim Zeitlindon't define wxEventLoop class differently in GUI and...
2007-05-16  Robin DunnApply parts of patch #1719888 to fix compilation on...
2007-05-16  Jouk Jansen OpenVMS changes
2007-05-16  Václav SlavíkPCH-less compilation fix
2007-05-14  Vadim Zeitlinimplement event loop for console applications (heavily...
2007-05-03  Vadim Zeitlincompilation fix for PCH-less build
2007-04-27  Václav SlavíkPCH-less compilation fixes
2007-04-20  Vadim Zeitlinpreparation for allowing to use wxTimer in wxBase ...
2007-04-15  Vadim ZeitlinRefactor all code common to X11 OpenGL implementations...
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-04-08  Vadim Zeitlinadded wxEXEC_BLOCK flag (patch 1620430)
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2007-03-30  Vadim Zeitlindon't handle orderly socket shutdown by the peer as...
2007-03-30  Vadim Zeitlinfix memory leak in wxFileTypeImpl::SetCommand() if...
2007-03-30  Vadim Zeitlinfix memory leak in wxFileTypeImpl::SetDefaultIcon(...
2007-03-30  Vadim Zeitlindon't return junk from wxGetOsVersion() if we failed...
2007-03-19  Vadim Zeitlincompilation fix for switch(wxChar)
2007-03-18  Vadim Zeitlinfix XModifierKeymap memory leak (patch 1683137)
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-17  Vadim Zeitlinshutdown sockets gracefully instead of doing it with...
2007-03-16  Vadim ZeitlinwxX11 Unicode compilation fix
2007-03-16  Vadim Zeitlinmultiple fixes to wxJoystick under Unix and new index...
next