Include wx/msgdlg.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / unix /
2006-05-24  Włodzimierz SkibaMissing app.h include.
2006-05-23  Włodzimierz SkibaInclude wx/timer.h according to precompiled headers...
2006-05-21  Włodzimierz SkibaInclude wx/icon.h according to precompiled headers...
2006-05-06  Vadim Zeitlinuse wxGtkString instead of manual g_free()s (also fixed...
2006-05-06  Włodzimierz SkibaInclude wx/dcclient.h according to precompiled headers...
2006-05-06  Vadim Zeitlinpango_font_description_get_family() can return NULL
2006-05-06  Vadim Zeitlincompilation fix for the last check in
2006-05-06  Vadim Zeitlinclamp the point size of the font to a reaosnable range...
2006-05-05  Włodzimierz SkibaInclude wx/frame.h according to precompiled headers...
2006-05-04  Włodzimierz SkibaInclude wx/window.h according to precompiled headers...
2006-05-03  Paul CornettwxASSERT(false) --> wxFAIL
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-27  Włodzimierz SkibaInclude wx/event.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-24  Włodzimierz SkibaInclude wx/string.h according to precompiled headers...
2006-04-21  Włodzimierz SkibaInclude wx/hash.h according to precompiled headers...
2006-04-20  Mart RaudseppCoverity CID117: Ignore returned_null here, because...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-18  Vadim Zeitlindon't include GNOME FS header if we don't use it (and...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-04-10  Vadim Zeitlinall encodings are available in GTK+ 2 (because we alway...
2006-04-10  Vadim Zeitlinuse the encoding of the font which is used to draw...
2006-04-09  Vadim ZeitlinISO8859-1 is also supported by GTK+ 2
2006-03-27  Włodzimierz SkibaFinal and global PRIOR/NEXT change: keep consistency...
2006-03-27  Jouk Jansen Committing in .
2006-03-25  Vadim Zeitlinadded wxStandardPaths::GetResourcesDir() and GetLocaliz...
2006-03-25  Vadim Zeitlinimplemented GetPluginsDir() to behave as documented
2006-03-25  Vadim Zeitlinuse one #ifdef __VMS instead of doing it in each and...
2006-03-25  Vadim Zeitlinremoved wxMac stuff from here, unless I'm missing somet...
2006-03-25  Vadim Zeitlindon't crash in GetInstallPrefix() if wxTheApp == NULL...
2006-03-17  Robert Roebling Rearrange code to make adding wxMimeTypesManagerFactory
2006-03-16  Vadim Zeitlinadded wxDisplayFactoryX11 ctor body
2006-03-16  Vadim Zeitlinlinking fixes after last checkin
2006-03-16  Vadim Zeitlincompilation fixes after last checkin
2006-03-16  Vadim ZeitlinwxDisplay cleanup/rewrite:
2006-03-12  Vadim Zeitlinfixed printf format warnings for all platforms (previou...
2006-03-12  Vadim Zeitlinuse %lu and not %d print format for size_t arguments
2006-03-12  Vadim Zeitlindon't require at least 8 bytes of sound data (patch...
2006-03-09  Vadim Zeitlinalways return something in GetCommandForVerb() second...
2006-03-07  Vadim Zeitlindon't crash if one of GetAllCommands() parameters is...
2006-03-07  Vadim Zeitlinfixed yet another memory leak in LoadGnomeDataFromKeyFi...
2006-03-07  Vadim Zeitlinfix another memory leak in SetCommand() (coverity check...
2006-03-07  Vadim Zeitlinfix memory leak (coverity checker CID 53)
2006-03-07  Vadim Zeitlinfixed memory leaks in case of errors during file load...
2006-02-22  Kevin HockRearrange and simplify read and error checks, and remov...
2006-02-20  Jouk Jansen Committing in .
2006-02-15  Jouk Jansen Committing in .
2006-02-14  Robin DunnApplied patch #1431193: work around for recent fileuri...
2006-02-12  Vadim Zeitlinfixed wxFontMapper behaviour under wxGTK2: it now just...
2006-02-11  Kevin HockRespect the REUSEADDR flag to allow rebinding; bind...
2006-02-11  Vadim Zeitlinuse wxDiskspaceSize_t which is long and not wxLongLong...
2006-02-11  Mart RaudseppI like if things compile with --enable-unicode + -...
2006-02-10  Vadim ZeitlinRyan's cumulative wxActiveX and media control patch...
2006-02-04  Mart Raudseppgtk_signal_connect -> g_signal_connect in unix/mediactr...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2006-01-25  Stefan NeisFixed "typo".
2006-01-25  Stefan NeisCleaned attempts at fixing NetBSD compilation commited...
2006-01-23  Stefan NeisYet another attempt at making the getservbyname_r proto...
2006-01-23  David Surovellcleanup - more reformatting
2006-01-22  David Surovellcleanup - heavy reformatting
2006-01-22  Robert Roebling Applied MIME-types patch.
2006-01-17  Julian SmartApplied patch [ 1336712 ] Fix segfault when calling...
2006-01-14  Stefan NeisEnsure "reasonable" return values even if none of the...
2006-01-08  Stefan NeisReplaced get{host,serv}by{name,addr} by the threadsafe...
2006-01-07  David Surovellminor cleanup
2006-01-03  Stefan NeisAdded thread-safe wrappers for get{host,serv}by{name...
2005-12-08  Julian SmartUse ~/Application Support folder on Mac
2005-12-04  Vadim Zeitlinfixed broken code using readlink(): please don't just...
2005-12-04  David Surovellfixed compilation bug in prior checkin (Pt. 2)
2005-12-04  David Surovellfixed compilation bug in prior checkin
2005-12-03  David Surovellfix for bug 1371386, with some minor mods and cleanup
2005-12-01  David Surovellminor cleanup: corrected typos, etc.
2005-11-29  Mart RaudseppMake wxJoystick::GetNumberJoystick a static method...
2005-11-25  Vadim Zeitlinimplemented wxGetFreeMemory() under IRIX (patch 1360356...
2005-11-20  Dimitri Schoolwerthapplied patch #1356901 "Yet another removal of extra...
2005-11-20  Vadim Zeitlinreturn correct error message if NSLinkModule() fails...
2005-11-09  Włodzimierz SkibaVarious source cleanings.
2005-10-10  Vadim Zeitlincorrected code to really skip stack frames in the begin...
2005-10-09  Mattia Barbon Removed WXWIN_COMPATIBILITY_2_2 together with code...
2005-10-08  Vadim Zeitlinfixed unused parameter warnings in non-debug build
2005-10-08  Vadim Zeitlinadded support for OSF1 (Tru64)
2005-10-08  Vadim Zeitlinharmless DEC cc warning fixes
2005-10-06  Michael WetherellUnicode compile fix
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-10-05  Kevin HockWhen recv returns 0, the connection has been remotely...
2005-10-05  Kevin HockDo not allow events to fire after socket is closed...
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-09-25  Vadim Zeitlindon't declare pthread_mutexattr_settype() ourselves...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-25  Stefan NeisApplied [ 1186782 ] Setting thread stack size on Unix.
2005-09-24  Vadim Zeitlinset error to GSOCK_TIMEOUT if the socket timed out...
2005-09-24  Vadim Zeitlinadded missing consts and pass objects by const referenc...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-20  Michael WetherellFix wxGTK crash on startup on 64-bit solaris 10
2005-09-19  Julian SmartMissing end of comment
2005-09-19  Kevin HockMake sure Enable_Events is called when a connection...
2005-09-18  Vadim Zeitlinadded ifconfig and ping locations for AIX
2005-09-18  Vadim Zeitlinsigned/unsigned comparison warning
next