]> git.saurik.com Git - wxWidgets.git/history - src/unix
Lots of updates for color dialog and sliders
[wxWidgets.git] / src / unix /
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
2001-07-04  Jouk Jansen Committing in .
2001-07-02  Julian SmartMore wxMicroWindows fixes
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-06-23  Gilles Depeyrotcorrection for compilation with -cpp-precomp option
2001-06-21  Vadim Zeitlinfixed warning about multiline comment
2001-06-16  Vadim Zeitlin1. improved wxKill() implementation for Win32
2001-06-09  Vadim Zeitlinwarning fix
2001-06-09  Vadim Zeitlinsome fixes to wxSingleInstanceChecker error reporting
2001-06-08  Vadim Zeitlinimplemented wxSingleInstanceChecker for Unix
2001-05-24  Vadim Zeitlinfixed wxBase compilation
2001-05-22  Vadim Zeitlinalways return a non NULL font from wxLoadFont
2001-05-19  Vadim Zeitlinwarning fix
2001-05-19  Vadim Zeitlinadded wxDir::Traverse
2001-05-01  Jouk Jansen Committing in .
2001-04-24  Vadim ZeitlinUnix compilation fixes for new MIME code
2001-04-23  Vadim Zeitlinapplied MIME patch(es) from Chris Elliott
2001-04-23  Vadim Zeitlinfir for Sun CC 6.0 compilation of wxGTK
2001-04-09  Vadim Zeitlinfixed recursive mutexs compilation
2001-04-08  Vadim Zeitlinmade mutexes recursive under Unix as well as under...
2001-04-07  Gilles Depeyrotcorrected prototypes
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
2001-02-12  Vadim Zeitlinfixed KDE link file reading code
2001-02-12  Vadim Zeitlinfixed crash with '\' on the end of the last line
next