]> git.saurik.com Git - wxWidgets.git/history - src/unix
Fix wxGTK compilation.
[wxWidgets.git] / src / unix /
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...
2004-07-25  Vadim Zeitlinbasic UDP support (patch 835128)
2004-07-25  Vadim Zeitlintided up the code a little (replaces part of patch...
2004-07-24  David ElliottIncorporated gsocket.c 1.80 to 1.86 changes
2004-07-21  Vadim Zeitlinpretend that we support all encodings instead of not...
2004-07-21  Vadim Zeitlincompilation fix
2004-07-21  Vadim Zeitlinimplemented wxNativeFontInfo::operator=() when wxUSE_PA...
2004-07-16  Václav Slavíkdon't use deprecated function wxUslepp
2004-07-08  Vadim Zeitlinfixed warning about deprecated wxUsleep
2004-07-05  Dimitri Schoolwerthfixed typo (no code changes)
2004-07-03  Václav Slavíkdon't use deprecated wxUsleep
2004-07-02  Václav Slavíkfixed memory leak in wxNativeFontInfo when using Pango
2004-07-01  Vadim Zeitlinadded wxMilli/MicroSleep(), deprecated wxUsleep()
2004-06-06  Václav Slavíkuse pango_font_family_is_monospace() to enumerate fixed...
2004-06-05  Mattia Barbon wxMotif compilation fix and unused variable warning...
2004-06-03  Václav Slavíksplit wxRegion(wxBitmap) ctor into two ctors with clear...
2004-06-03  Václav Slavíkfixed wxSetEnv to correctly set variable in Unicode...
2004-06-03  Václav Slavíkuse current mouse position as default position in wxWin...
2004-06-02  Robin DunnDon't force a smaller icon size
2004-06-01  Robin DunnHandle the (probably rare) case where the icon has...
2004-06-01  Václav Slavíkcalling a variable 'stat' was exceptionally stupid...
2004-05-31  Václav Slavíkimplemented freedesktop.org spec support for GTK versio...
2004-05-31  Václav Slavíksecurity fix to wxSingleInstanceChecker: check if the...
2004-05-29  Václav Slavíkuse shaped window for taskbar icon, so that background...
2004-05-25  Julian SmartAdded missing cast for Display*
2004-05-25  Julian SmartFixes for wxMotif
2004-05-25  Julian SmartFixed compilo for GTK+1 (GDK_DISPLAY undeclared)
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-20  Robin DunnImplemented wxGetKeyState for wxGTK (and wxX11 too...
2004-05-20  Włodzimierz SkibaPart of patch #957440: Solaris fix.
2004-05-18  Robin DunnIf the threads module hasn't been initialized yet then...
2004-05-14  Robin DunnFixes so joystick not only compiles on Linux, but it...
2004-05-06  Vadim Zeitlinwarning fix for BSD
2004-04-21  Václav Slavíkdon't use wxFileConfig to parse kdeglobals, it's not...
2004-04-20  Robert Roebling Applied the two patches from Kevin for gsocket
2004-04-18  Stefan Csomorbyte ordering changed to network ordering
2004-04-18  Stefan Csomormetrowerks uname support
2004-04-15  Vadim Zeitlinfixed WaitOnConnect() in non GUI mode (patch 905185)
2004-04-15  Vadim Zeitlinfixed priority of the mailcap entries (patch 935954)
2004-04-14  Robin DunnIf the icon is smaller than the allotted space then...
2004-04-10  Vadim Zeitlinadded support for koi8-u
2004-03-31  Robert Roebling Applied patch for Intel compiler.
2004-03-27  Stefan Csomorworkaround to get things compiling properly under CW...
2004-03-19  Jouk Jansen Committing in .
2004-03-11  Robin DunnChanged the OSS backend to detect if the DSP requires...
2004-03-11  Václav Slavíktry SDL backend before OSS, it works better (temporary...
2004-03-09  Stefan NeisC++ comments transformed to C comments.
2004-02-19  Robert Roebling Compile fix for sound without threads. Not sure
2004-02-15  Robert Roebling Fix warning.
2004-02-15  Robert Roebling wxGPE updates to HEAD.
2004-02-15  Robert Roebling This should work on SuSE and Mandrake icon themes.
2004-02-15  Robert Roebling Slightly less hacky way to get the KDE icon theme...
2004-02-15  Robert Roebling Updates to MIME-types and wxFileDialog code for better
2004-02-10  Vadim Zeitlinuse static_cast<> in event table macros for type safety...
2004-02-07  Vadim Zeitlintrying to speed up wxExecute(SYNC) -- by adding sleep...
2004-02-02  Václav Slavíkrenamed wxWave to wxSound; compatibility fixes
2004-02-02  Václav SlavíkAPI and code changes to allowing stopping playback
2004-02-02  Václav Slavíkoops, more fixes needed
next