]> git.saurik.com Git - wxWidgets.git/history - src/unix
Support for new native OS/2 tree control.
[wxWidgets.git] / src / unix /
2003-01-18  Václav Slavíkno need to have this VMS-only; removed TABs
2003-01-14  Jouk Jansen Committing in .
2003-01-13  Vadim Zeitlinuse WX_STATVFS_T instead of trying to guess statvfs...
2003-01-04  Václav Slavíkadded more robust wxTLW::ShowFullScreen implementation
2002-12-06  Vadim Zeitlinfixed bug in wxSemaphore::WaitTimeout() which was calli...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-14  Robert Roebling Enable execute code for Unicode. This also makes
2002-09-06  Jouk Jansen Committing in .
2002-09-05  Guillermo Rodrigue... Solved problems with handling of LOST events on Unix...
2002-09-02  Vadim Zeitlinfixed restoring fonts from the native font info data...
2002-09-01  Julian SmartRemoved warnings from ipcbase.cpp
2002-08-30  Vadim Zeitlindon't use vfork() in wxExecute()
2002-08-25  Stefan NeisLike VMS, EMX (OS/2) doesn't support setsid.
2002-08-21  Vadim Zeitlinpolling child process IO seems to work now
2002-08-20  Vadim Zeitlinfixes for wxExecute() with IO redirection: wxStreamTemp...
2002-08-11  Robert Roebling Typo.
2002-08-10  Robert Roebling Added explicit Unicode conversion to wxDir - the
2002-08-08  Robert Roebling Changed wxStat, wxAccess and wxOpen to no longer
2002-08-06  Robert Roebling Lots of work to set PangoFontDescription as the
2002-08-05  Robert Roebling Lots of Unix/Unicode compile fixes, some of which
2002-07-31  Mattia BarbonPatch [ 588837 ] Fixes comment style in gsocket.*
2002-07-29  Ron LeeThe world should not end if a server has no peer. ...
2002-07-25  Jouk Jansen Committing in .
2002-07-18  Gilles Depeyrotadded missing return to avoid 'control reaches end...
2002-07-12  Vadim Zeitlindon't close end process pipe descriptor too early ...
2002-07-12  Vadim Zeitlinuse wxFileInput/OutputStreams instead of reproducing...
2002-07-12  Vadim Zeitlin0. wxExecute() with IO redirection now works again...
2002-07-09  Vadim Zeitlincompilation fix for 64 bit statvfs under Solaris
2002-07-04  Julian SmartApplied patch from Mark Armstrong <marka@availsolutions...
2002-06-12  Vadim Zeitlinadded wxGetProcessId()
2002-06-10  Vadim Zeitlinattempts to fix wxMimeTypesManager mess: many bugs...
2002-06-06  Vadim ZeitlinwxMutex changes (explicitly specify the type), return...
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-05-05  Vadim Zeitlinadded wxShutdown (patch 547443)
2002-05-03  Gilles Depeyrotcorrected conditional compilation for Darwin
2002-04-15  Vadim Zeitlinfixed a few minor bugs: handle the directory parameter...
2002-04-12  Vadim Zeitlinfixed bug with not NUL-terminating the string in GAddre...
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-04-05  Jouk Jansen Committing in .
2002-04-03  Vadim Zeitlinfixed error checking in wxKill
2002-04-02  Vadim Zeitlinchanged wxCondition API to take a reference, not pointe...
2002-04-02  Vadim Zeitlincompilation fixes for the recent commit
2002-04-02  Vadim Zeitlinadded wxSemaphore (with docs), new version of wxConditi...
2002-04-02  Vadim Zeitlincompilation warning fixes
2002-04-01  Julian SmartModifications to get wxNanoX compiling again
2002-03-28  Mattia BarbonFixed problems with wxFrame::SetIcons
2002-03-27  Vadim Zeitlinadded wxEXEC_MAKE_GROUP_LEADER (patch 535422)
2002-03-27  Jouk Jansen Committing in .
2002-03-26  Mattia BarbonwxIconBundle implementation.
2002-03-23  Vadim Zeitlinadded wxEXEC_NOHIDE flag, modified wxExecute() to take...
2002-03-15  Jouk Jansen Committing in .
2002-03-14  Vadim Zeitlinfix for what the patch 529900 was trying to fix (loadin...
2002-03-14  Julian SmartCompiles for Nano-X again
2002-02-28  Julian SmartCorrected points to pixels calculation
2002-02-26  Julian SmartGot dialog sizing to work, downsized fonts a bit (thoug...
2002-02-26  Julian SmartAttempt at creating appropriate fonts in Nano-X
2002-02-23  Julian SmartwxUSE_CONSTRAINTS now refers to constraints only, since...
2002-02-22  Vadim Zeitlin1. made wxDebugMsg, wxError and wxFatalError deprecated...
2002-02-15  Vadim ZeitlinAIX compilation fixes from Paul Thiessen
2002-02-07  Julian SmartPut ~/.mailcap to head of search list so local settings...
2002-02-07  Jouk Jansen Committing in .
2002-02-01  Vadim Zeitlinmade wxCondition::Signal() queue the signals generated...
2002-01-30  Vadim Zeitlinattempts to make wxCondition::Broadcast() and Signal...
2002-01-30  Vadim Zeitlinignore the icon option in Netscape mime.type file
2002-01-29  Vadim Zeitlinattempts to make wxCondition::Broadcast() work - it...
2002-01-27  Václav SlavíkwxUSE_MIMETYPE in src/unix/mimetype.cpp
2002-01-20  Gilles Depeyrotuse wxMac provided wxGetOsDescription with Apple DevTools
2002-01-19  Gilles Depeyrotchanged 'extern inline' to extern only
2002-01-18  Vadim Zeitlinbetter native font support for wxGTK
2002-01-16  Jouk Jansen Committing in .
2002-01-16  Robin DunnwxThread::GetCurrentId() for Unix
2002-01-14  Vadim Zeitlinadded wxFont::IsFixedWidth(), documented it and impleme...
2002-01-11  Vadim Zeitlinmore Sun C++ compiler warning fixes: in particular...
2002-01-09  Vadim Zeitlinfixes for the compilation warnings with Sun CC:
2002-01-03  Ron LeeAdded (and documented :) optional stack size specificat...
2001-12-21  Vadim Zeitlinadd more methods to wxNativeFontInfo: To/FromUserString...
2001-12-04  Vadim Zeitlincompilation fix for HAVE_SETENV
2001-10-29  Gilles Depeyrotpath/file corrections for Darwin/Mac OS X
2001-10-19  Vadim Zeitlinuse statvfs() if statfs() is not available (Solaris)
2001-10-19  Vadim Zeitlinfix for BSD compilation
2001-10-14  Gilles Depeyrotadded conditional compilation test around wxGetDiskSpac...
2001-10-05  Jouk Jansen Committing in .
2001-10-02  Vadim Zeitlinfixed the exit code detection for async processes
2001-10-02  Gilles Depeyrotconditional include for Darwin related to statfs
2001-10-01  Vadim Zeitlincleaned up the waitpid() result processing mess
2001-09-27  Vadim Zeitlinfix for wxExecute(subprocess which produces a lot of...
2001-09-18  Vadim Zeitlincompilation warning fix for Intel C++
2001-09-02  Václav Slavíkapplied utf-8 fix patch
2001-08-29  Julian SmartIsolated the 'error' case which I ignore
2001-08-29  Julian SmartRemoved wxLogSysError call in wxHandleProcessTerminatio...
2001-08-28  Vadim Zeitlinimplemented wxDir::HasSubDirs() optimization for Unix
2001-08-27  Vadim Zeitlinattempt to optimize wxDirData::Read() - made absolutely...
2001-08-25  Vadim Zeitlinadded wxGetDiskSpace for Win/Unix
2001-08-08  Vadim Zeitlin1. fixed test in configure for gettimeofday() argument
2001-07-19  Vadim Zeitlinfixed some warnings
2001-07-17  Vadim Zeitlinfixed regex bug in ProcessFamiliesFromFontList
2001-07-16  Robin Dunnfixed compile error
2001-07-16  Vadim Zeitlinspeed up font list processing
2001-07-15  Gilles Depeyrotmodified configure to allow configuration of wxMotif...
2001-07-09  Vadim Zeitlincompilation fixes
next