build fixes for WXWIN_COMPATIBILITY_2_6=0
[wxWidgets.git] / src / unix /
2006-10-02  Paul Cornettuse unsigned for display count
2006-09-16  Vadim Zeitlinfix wxGetFreeMemory() for Linux 2.6 (part of patch...
2006-09-09  Vadim Zeitlincheck encoding in EnumerateFacenames(); implemented...
2006-09-09  Vadim Zeitlinonly return matching modes from GetModes()
2006-09-05  Vadim Zeitlinmark all dtors which are virtual because base class...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-08-22  Michael WetherellCompile fix for Minix.
2006-08-14  Alex BlighFix unicode build on UNIX operating systems
2006-08-13  Vadim ZeitlinwxGetOsVersion() compilation andl inking fixes for...
2006-08-13  Vadim ZeitlinwxPlatformInfo (patch 1532064)
2006-08-09  Michael WetherellDetect and use sys/select.h required by POSIX for select
2006-08-08  Václav SlavíkwxPipeInputStream depends on wxFile, use wxUSE_FILE
2006-08-06  Angel Vidal VeigaBackporting from my SoC branch, fix for remotely closed...
2006-08-05  Mart RaudseppMark event parameter as unused, as it is unused.
2006-08-04  Vadim ZeitlinListLoaded() fixes for 64 bit archs
2006-08-04  Vadim Zeitlindevice numbers in /proc/pid/maps are in hexadecimal...
2006-07-25  Włodzimierz SkibaInclude wx/stopwatch.h according to precompiled headers...
2006-07-25  Vadim Zeitlininclude X11/Xutil.h for wxMotif compilation
2006-07-25  Vadim Zeitlinmake wxGetKeyState() work for non-modifier keys; correc...
2006-07-24  Vadim Zeitlinprotect gs_allThreads with a mutex (modified patch...
2006-07-17  Michael WetherellUse substitions when converting gnome mime files from...
2006-07-05  Robin DunnRemove call to gtk_pizza_set_clear, which doesn't exist...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-18  Vadim Zeitlinallow claling Unassociate() on previously not initializ...
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-06-08  Włodzimierz SkibaInclude wx/sizer.h and wx/layout.h according to precomp...
2006-05-31  Włodzimierz SkibaInclude wx/statbmp.h according to precompiled headers...
2006-05-29  Vadim Zeitlinmiscellaneous wxFont enhancements (patch 1496606):
2006-05-27  Vadim Zeitlinadded wxPowerEvent; moved power functions stubs to...
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)
next