replaced run-time tests for wxRICHTEXT_USE_TOOLBOOK with compile-time ones to avoid...
[wxWidgets.git] / src / unix /
2007-03-19  Vadim Zeitlincompilation fix for switch(wxChar)
2007-03-18  Vadim Zeitlinfix XModifierKeymap memory leak (patch 1683137)
2007-03-17  Václav Slavíkfirst phase of transition to unified Unicode build:
2007-03-17  Vadim Zeitlinshutdown sockets gracefully instead of doing it with...
2007-03-16  Vadim ZeitlinwxX11 Unicode compilation fix
2007-03-16  Vadim Zeitlinmultiple fixes to wxJoystick under Unix and new index...
2007-03-13  Vadim Zeitlintest for pthread_mutex_timedlock() availability in...
2007-03-11  Vadim Zeitlinadded wxSafeConvertMB2WX/WX2MB() and use them when...
2007-03-11  Vadim Zeitlinfixed overflow when using sysconf() to retrieve free...
2007-03-10  Vadim Zeitlinset SO_REUSEADDR before binding for UDP sockets too...
2007-03-08  Vadim Zeitlinuse gettimeofday() instead of clock_gettime() as the...
2007-03-08  Vadim Zeitlinadded wxMutex::LockTimeout() (modified patch 1671637)
2007-03-07  Vadim Zeitlinfixed detection of number of processors under Linux...
2007-02-27  Vadim ZeitlinSupport encodings in wxGTK_CONV_BACK() in the same...
2007-02-11  Vadim Zeitlindon't Printf() the string into itself (replaces patch...
2007-01-22  Václav Slavíkenable wxFontMapper in wxDFB port
2007-01-18  Vadim Zeitlinreverted last change: wxGTK-specific wxMutextGui code...
2007-01-18  Paul Cornettuse GTK-specific GUI lock
2007-01-07  Stefan NeisAttempt at fixing deepCopyHostent/Servent.
2007-01-02  Jouk Jansen avoid reading KDE-tables on OpenVMS. They will never...
2006-12-13  Vadim Zeitlincast size_t to unsigned long, not unsigned (even though...
2006-12-10  Paul Cornettsize_t passed to %d format specifier
2006-12-08  Vadim Zeitlinuse MAP_INVALID_UTF8_TO_PUA instead of MAP_INVALID_UTF8...
2006-12-04  Vadim Zeitlinunused parameter warning fix after last change
2006-12-04  Vadim Zeitlinuse wxMBConvUTF8(MAP_INVALID_UTF8_TO_OCTAL) for all...
2006-12-04  Vadim Zeitlinreplaced wxLogDebug with wxLogTrace in wxExecute()...
2006-12-04  Julian SmartAn attempt at fixing the Unicode conversion errors...
2006-12-01  Václav Slavíkimplemented wxFontEnumerator for wxDFB
2006-11-30  Robert Roebling [ 1604925 ] Fix loading MIME types for KDE
2006-11-27  Vadim Zeitlinfixed missing initialization of line variable in InitFr...
2006-11-17  Vadim Zeitlinfree old resources in DoLoad(), apparently fixes memory...
2006-11-16  Vadim ZeitlinwxMGL/Unix compilation fix attempt
2006-11-16  Jouk Jansen Solves 2 problems I encounterd on OpenVMS :
2006-11-13  Robert Roebling Minor change to stackwalker.
2006-11-12  Robert Roebling Add cast
2006-11-12  Robert Roebling Applied wxStackWalker improvement part of
2006-11-12  Robert Roebling [ 1590221 ] wxStandardPaths::GetExecutablePath
2006-11-09  Robin Dunnfix for unicode build
2006-11-08  Vadim Zeitlinfix crash in wxLogTrace() in Unicode build
2006-10-23  Paul Cornettnon-pch build fix
2006-10-22  Vadim Zeitlinmake install location autodetection work for executable...
2006-10-21  Vadim Zeitlin(blind) fix for Tru64 compilation (bug 769360)
2006-10-19  Vadim Zeitlinfixed X11 Unicode build compilation
2006-10-19  Vadim ZeitlinMain change is that we now close X11 display on program...
2006-10-18  Robert Roebling Test for KDE and GNOME using session manager vendor.
2006-10-18  Robert Roebling[ 1579280 ] small src/unix/mimetype.cpp optimizations
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
next