]> git.saurik.com Git - wxWidgets.git/history - src/unix
Made the colours more muted
[wxWidgets.git] / src / unix /
2005-05-31  Julian SmartOlly Betts' typo patch
2005-05-24  Włodzimierz SkibaWarning fix.
2005-05-10  Stefan Csomorapplying patch 1188918
2005-05-07  Stefan Csomornow it's uint32 on mac
2005-05-04  Julian SmartAdded licence/copyright information
2005-04-25  Michael WetherellRemove msdos code now in src/msdos, update bakefiles...
2005-04-22  Kevin HockAdd comment explaining the role of wxMacExecute
2005-04-21  Ryan NortonAdd support for launching APPL bundles with wxExecute
2005-04-19  Stefan CsomorCW fix
2005-04-18  Ryan NortonwxExecute log message cleanup
2005-04-17  Julian SmartFix for MGL link error
2005-04-13  Robert Roebling Apply Mart R.'s patch for improved font width
2005-04-05  Włodzimierz SkibaDeprecate wxPathExists, make wxDirExists used everywher...
2005-03-31  Julian SmartFrames to skip now honoured for Unix stackwalking
2005-03-28  Stefan NeisFixed compilation error on unknown type "in_addr_t".
2005-03-27  Vadim Zeitlinuse popen() instead of wxExecute(), it works inside...
2005-03-27  Robert Roebling Actually make use of new cool file conversion
2005-03-21  Vadim ZeitlinGTK+ callbacks must have C linkage (patch 1157384)
2005-03-21  Vadim Zeitlindocument (and check for it with assert) that wxGetKeySt...
2005-03-17  Julian Smartstopwatch.h needed for wxGetLocalTimeMillis
2005-03-16  Kevin HockAdded comments explaining more about the changes in...
2005-03-14  David ElliottDammit, try it again this time actually removing it...
2005-03-14  David ElliottReverted 1.32. This breaks my Tiger builds which is...
2005-03-12  Vadim Zeitlinensure that either RTLD_LAZY or RTLD_NOW is always...
2005-03-11  Jouk Jansen Committing in .
2005-03-09  Kevin HockAutomatic use of MSG_NOSIGNAL or SO_NOSIGPIPE (checked...
2005-03-07  Vadim Zeitlinadded wxUSE_STDPATHS
2005-03-06  Vadim Zeitlinfix warning about comparing (signed) -1 with (unsigned...
2005-03-05  Mattia Barbon Avoid uninitialized variable warnings.
2005-02-12  Ryan NortonRework to include gnome preferences. Correct signal...
2005-02-12  Ryan Nortonchanges based on message #6 in my thread with Vaclav :)
2005-02-12  Ryan Nortonchange configure to better detect gstreamer. Check...
2005-02-10  Ryan Nortonremove superflous comments
2005-02-10  Ryan NortonwxMediaCtrl unix port with gstreamer usable version :)
2005-02-06  Stefan Csomortype fixes
2005-02-05  Ryan NortonPut _something_ there for now....
2005-02-04  Ryan Nortonunix mediactrl stubs...
2005-02-04  Ryan Nortonfix warnings on cocoa 10.2 also
2005-02-03  Robert Roebling Blind fix for Compilo.
2005-02-03  Ryan Nortonfix pointer conversion warnings on OSX 10.2
2005-01-31  Robert Roebling Set state of internal thread object upon ::Exit
2005-01-30  Vadim Zeitlinfixed typo in last commit
2005-01-29  Vadim Zeitlin(blind) compilation fixes for OS X 10.2
2005-01-26  Stefan NeisFixed a compilation problem on AIX.
2005-01-26  Jouk Jansen Committing in .
2005-01-23  Robert Roebling Enable UpdateUI events in wxTaskBarIcon.
2005-01-20  Włodzimierz SkibaSimple wxBatteryPower API for the support in wxWinCE...
2005-01-19  Kevin HockAdditional header files required
2005-01-19  Vadim Zeitlinfixed crash in wxKill() introduced by 1.116 patch ...
2005-01-19  Vadim Zeitlinimplemented wxStackWalker for Unix (using glibc-specifi...
2005-01-18  Vadim Zeitlinfixed crash if an error happened inside WaitConnection...
2005-01-18  Vadim ZeitlinUnicode compilation fix (patch 1104406)
2005-01-17  David ElliottMake this compile on Darwin. Vadim, could you please...
2005-01-17  Vadim Zeitlincompilation fixes for !USE_PCH
2005-01-16  Vadim Zeitlinimplemented wxDynamicLibrary::ListLoaded() for Linux...
2005-01-16  Vadim Zeitlinextracted Unix code in a separate new file (src/unix...
2004-12-28  David ElliottSome platforms that use socklen_t don't use it for...
2004-12-27  Włodzimierz SkibaTake best fitting type for available memory measurement.
2004-12-19  Vadim Zeitlinadded wxEXEC_NODISABLE
2004-12-19  Vadim ZeitlinIRIX compilation fix: don't redeclare usleep() if HAVE_...
2004-12-05  Julian SmartAdded flags argument to wxKill and wxProcess::Kill...
2004-11-24  Robert Roebling Applied kill patch (proper return value testing).
2004-11-24  Jouk Jansen Committing in .
2004-11-12  Ron LeeCruft cleanup from MJW, strip the tabs out of sound.cpp
2004-11-10  Vadim Zeitlinbetter (more precise) values for wxGetOsDescription...
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-11-09  David ElliottCast 4th parameter of getsockopt to char* and of setsoc...
2004-10-24  David ElliottFix wxExecute for ports other than wxMac and wxCocoa...
2004-10-22  Vadim ZeitlinUnicode compilation fix
2004-10-21  David WebsterRemoved temp OS/2 fix. Header now fixed.
2004-10-20  David Webstergetservbyname under INNOTEK gcc needs a (char*), not...
2004-10-20  Vadim Zeitlininitial Unix implementation
2004-10-15  Vadim Zeitlinuse wxFileSize_t instead of wxFileOffset or off_t
2004-10-08  Ryan NortonwxCocoa link fixes
2004-10-02  Vadim Zeitlinfixes for Metrowerks command line compiler (avoid redef...
2004-09-27  Ryan Nortonrevert bad change
2004-09-27  Vadim Zeitlininitialize m_reusable (patch 1035725)
2004-09-27  Ryan Nortonpass by reference, not value
2004-09-24  Ryan NortonPATCH: [ 1033006 ] Fix: socket s timeout of < 1s doesn...
2004-09-23  Ryan NortonOK - Robin's right, it is already a SOCKLEN_T
2004-09-23  Ryan NortonFix warning on OSX - its on int on mac/msw and a sockle...
2004-09-23  Robin DunnCompile fix
2004-09-23  Ryan NortonSOCKLEN_T handling for OSX - it seems to be defined...
2004-09-23  Václav Slavíkfixed unresolved references with GTK+ 2.0
2004-09-16  Vadim Zeitlinfix for wxJoystick when not calling SetCapture() (patch...
2004-08-12  Jouk Jansen Committing in .
2004-08-08  Stefan NeisGet rid of warning about select being undeclared on...
2004-08-08  David ElliottUse bool instead of int. Replace TRUE/FALSE with true...
2004-08-08  David ElliottRemoved incorrect struct qualifier from GSocketGUIFunct...
2004-08-07  Robin DunnAt least correct the compile error until we decide...
2004-08-06  David ElliottUse delete foo; instead of GSocket_destroy(foo);
2004-08-05  David ElliottRemoved unneeded GSocket files
2004-08-03  David ElliottAccidently left in an extra {} and also had wrong licen...
2004-08-03  David ElliottRevert original UNIX C->C++ conversion and instead...
2004-07-27  David ElliottIncorporated src/unix/gsocket.c 1.86 to 1.92 changes...
2004-07-26  Vadim Zeitlinremoved GSocket_[Un]Streamed(), GSocket_SetNonOriented...
2004-07-26  Vadim Zeitlinremoved _GSocket::m_oriented
2004-07-25  Vadim Zeitlincompilation fixes
2004-07-25  Vadim Zeitlinreplaced my recent GSocket_SetReuseAddr() addition...
2004-07-25  Vadim Zeitlindon't set SO_REUSEADDR by default; added GSocket_SetReu...
next