2001-05-24 |
Vadim Zeitlin | fixed wxBase compilation |
tree | commitdiff |
2001-05-22 |
Vadim Zeitlin | always return a non NULL font from wxLoadFont |
tree | commitdiff |
2001-05-19 |
Vadim Zeitlin | warning fix |
tree | commitdiff |
2001-05-19 |
Vadim Zeitlin | added wxDir::Traverse |
tree | commitdiff |
2001-05-01 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2001-04-24 |
Vadim Zeitlin | Unix compilation fixes for new MIME code |
tree | commitdiff |
2001-04-23 |
Vadim Zeitlin | applied MIME patch(es) from Chris Elliott |
tree | commitdiff |
2001-04-23 |
Vadim Zeitlin | fir for Sun CC 6.0 compilation of wxGTK |
tree | commitdiff |
2001-04-09 |
Vadim Zeitlin | fixed recursive mutexs compilation |
tree | commitdiff |
2001-04-08 |
Vadim Zeitlin | made mutexes recursive under Unix as well as under... |
tree | commitdiff |
2001-04-07 |
Gilles Depeyrot | corrected prototypes |
tree | commitdiff |
2001-04-01 |
Gilles Depeyrot | corrections for final release of Mac OS X |
tree | commitdiff |
2001-02-12 |
Vadim Zeitlin | fixed KDE link file reading code |
tree | commitdiff |
2001-02-12 |
Vadim Zeitlin | fixed crash with '\' on the end of the last line |
tree | commitdiff |
2001-02-08 |
Vadim Zeitlin | some stupid attempts to make utf8 work - it doesn't... |
tree | commitdiff |
2001-02-04 |
Gilles Depeyrot | supply the sun style dlopen etc. functions in terms... |
tree | commitdiff |
2001-01-31 |
Vadim Zeitlin | 1. made compilation with WXWIN_COMPATIBILITY_EVENT_TYPE... |
tree | commitdiff |
2001-01-24 |
Vadim Zeitlin | MIME type manager fixes described earlier on the list: |
tree | commitdiff |
2001-01-15 |
Vadim Zeitlin | merged in the console for MIME handlers fix from 2... |
tree | commitdiff |
2001-01-15 |
Vadim Zeitlin | fixed a bug in handling mailcap entries with more than... |
tree | commitdiff |
2001-01-11 |
Vadim Zeitlin | applied Derry's patch to fix scaling bug |
tree | commitdiff |
2000-12-18 |
Vadim Zeitlin | fixed compilation warning about variable being clobbere... |
tree | commitdiff |
2000-12-18 |
Vadim Zeitlin | fix to parse the new GNOME .keys files |
tree | commitdiff |
2000-12-18 |
Vadim Zeitlin | applied wxNativeFontInfo patch from Derry Bryson (with... |
tree | commitdiff |
2000-11-27 |
Jouk Jansen | Modified Files: |
tree | commitdiff |
2000-11-27 |
Vadim Zeitlin | wxSetEnv for Win32 (now seems to work) |
tree | commitdiff |
2000-11-26 |
Vadim Zeitlin | added wxGet/Set/UnsetEnv() for Unix |
tree | commitdiff |
2000-10-11 |
Vadim Zeitlin | cosmetic fixes to font encoding names |
tree | commitdiff |
2000-10-03 |
Jouk Jansen | Modified Files: |
tree | commitdiff |
2000-08-24 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-08-15 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-08-10 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-08-09 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
tree | commitdiff |
2000-03-20 |
Vadim Zeitlin | 1. some (benign) warnings fixed |
tree | commitdiff |
2000-03-20 |
Vadim Zeitlin | wxThread::Kill() doesn't call OnExit() incorrectly |
tree | commitdiff |
2000-03-19 |
Vadim Zeitlin | 1. corrected HAVE_PW_GECOS detection in configure ... |
tree | commitdiff |
2000-03-17 |
Vadim Zeitlin | wxHandleFatalExceptions() added, documented |
tree | commitdiff |
2000-03-16 |
Guillermo Rodrigue... | Removed bool params and retvalues in GSocket interface... |
tree | commitdiff |
2000-03-16 |
Guillermo Rodrigue... | Fixed a problem in GAddress related to CHECK_ADDRESS... |
tree | commitdiff |
2000-03-16 |
Guillermo Rodrigue... | More debug code |
tree | commitdiff |
2000-03-16 |
Guillermo Rodrigue... | Only added \n to debug printfs |
tree | commitdiff |
2000-03-16 |
Guillermo Rodrigue... | More debug code |
tree | commitdiff |
2000-03-16 |
Guillermo Rodrigue... | MSW: Grouped all MSVC #pragma disable |
tree | commitdiff |
2000-03-15 |
Vadim Zeitlin | 1. wxFTP works (somehow) |
tree | commitdiff |
2000-03-15 |
Guillermo Rodrigue... | err.. not sure :-) |
tree | commitdiff |
2000-03-14 |
Robert Roebling | Even more printfs in GSocket, |
tree | commitdiff |
2000-03-14 |
Guillermo Rodrigue... | Changed declaration of functions taking an empty arglis... |
tree | commitdiff |
2000-03-13 |
Robert Roebling | Typo GtkPizza, |
tree | commitdiff |
2000-03-12 |
Robert Roebling | Added debuf printf()s to GSocket, |
tree | commitdiff |
2000-03-10 |
Guillermo Rodrigue... | Bugfix: |
tree | commitdiff |
2000-03-09 |
Vadim Zeitlin | fixed parsing of non quoted entries in .mime.types |
tree | commitdiff |
2000-03-07 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-03-03 |
Vadim Zeitlin | 1. wxShell fixes: now really uses shell (it wasn't... |
tree | commitdiff |
2000-03-02 |
Vadim Zeitlin | 1. wxProcess changes to make capturing subprocess outpu... |
tree | commitdiff |
2000-02-27 |
Guilhem Lavaux | Inserted "stdio catch" in wxExecute. The activation... |
tree | commitdiff |
2000-02-26 |
Vadim Zeitlin | oops, a stray C++ comment |
tree | commitdiff |
2000-02-25 |
Vadim Zeitlin | attempts at making wxSocket work with wxBase - it doesn... |
tree | commitdiff |
2000-02-13 |
Guillermo Rodrigue... | Still with the same 'read after close' thing... |
tree | commitdiff |
2000-02-10 |
Guillermo Rodrigue... | - wxSocket no loner automatically Closes() the socket... |
tree | commitdiff |
2000-02-04 |
Stefan Neis | Added #ifdef HAVE_SCHED_YIELD |
tree | commitdiff |
2000-02-02 |
Václav Slavík | fixed memory leaks |
tree | commitdiff |
2000-02-02 |
Karsten Ballüder | FreeBSD fixes |
tree | commitdiff |
2000-02-02 |
Václav Slavík | added Linux-only /proc/net/route check, IsOnline procee... |
tree | commitdiff |
2000-01-31 |
Karsten Ballüder | Added the "guessed" icon path for Debian/Corel Linux... |
tree | commitdiff |
2000-01-28 |
Vadim Zeitlin | wxBase compilation fixes |
tree | commitdiff |
2000-01-24 |
Vadim Zeitlin | warnings/linking fixes for wxMotif |
tree | commitdiff |
2000-01-24 |
Jouk Jansen | Committing in . |
tree | commitdiff |
2000-01-24 |
Robert Roebling | Applied some of the SGI fixes. Don't know about the |
tree | commitdiff |
2000-01-23 |
Václav Slavík | added wxFileType::GetMimeTypes |
tree | commitdiff |
2000-01-22 |
Václav Slavík | added GNOME mimeinfo parsing & some fixes for non-XPM... |
tree | commitdiff |
2000-01-21 |
Guillermo Rodrigue... | GSocket: |
tree | commitdiff |
2000-01-19 |
Václav Slavík | mimetype.cpp/.h split into unix,mac,msw |
tree | commitdiff |
2000-01-16 |
Václav Slavík | wxNativeEncoding::To/FromString now stores wxFontEncodi... |
tree | commitdiff |
2000-01-08 |
Václav Slavík | add wxFontEncoding member into wxNativeEncodingInfo |
tree | commitdiff |
1999-12-30 |
Vadim Zeitlin | 1. many, many, many warnings fixed (from HP-UX build... |
tree | commitdiff |
1999-12-27 |
Vadim Zeitlin | compilation fix |
tree | commitdiff |
1999-12-26 |
Vadim Zeitlin | 1. misc compilation (errors, warnings) fixes (from... |
tree | commitdiff |
1999-12-25 |
Vadim Zeitlin | C++ comments in C files are fun but break the compilati... |
tree | commitdiff |
1999-12-23 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-12-22 |
Vadim Zeitlin | 1. wxBase compiles under BeOS |
tree | commitdiff |
1999-12-20 |
Robert Roebling | Replaced the old wxGetResource implementation with... |
tree | commitdiff |
1999-12-20 |
Vadim Zeitlin | fall back from wxITALIC to wxSLANT and vice versa |
tree | commitdiff |
1999-12-16 |
Guillermo Rodrigue... | slight bug in waitconnection |
tree | commitdiff |
1999-12-08 |
Vadim Zeitlin | wxDir class added |
tree | commitdiff |
1999-12-06 |
Vadim Zeitlin | wxThread::GetCPUCount() and SetConcurrency() added... |
tree | commitdiff |
1999-12-04 |
Vadim Zeitlin | 1. wxGetOsDescription() function added |
tree | commitdiff |
1999-12-02 |
Vadim Zeitlin | more threds fixes, more threads tests - seems to work... |
tree | commitdiff |
1999-12-01 |
Vadim Zeitlin | 1. more wxDateTime work |
tree | commitdiff |
1999-12-01 |
Karsten Ballüder | fixed process termination handling |
tree | commitdiff |
1999-11-30 |
Vadim Zeitlin | one day people will stop putting C++ comments in C... |
tree | commitdiff |
1999-11-29 |
Vadim Zeitlin | joinable and detached POSIX threads (not fully tested... |
tree | commitdiff |
1999-11-29 |
Karsten Ballüder | event handling fixes |
tree | commitdiff |
1999-11-27 |
Vadim Zeitlin | compilation fixes for Unix - IT DOES NOT WORK YET,... |
tree | commitdiff |
1999-11-27 |
Vadim Zeitlin | 1. wxThread changes (detached/joinable) for MSW and... |
tree | commitdiff |
1999-11-23 |
Karsten Ballüder | Compilation fix for Solaris. |
tree | commitdiff |
1999-11-21 |
Robert Roebling | Added speed-up for font-loading (a bit simplistic), |
tree | commitdiff |
1999-11-18 |
Jouk Jansen | Committing in . |
tree | commitdiff |
1999-11-18 |
Guillermo Rodrigue... | Changed default address from INADDR_ANY to INADDR_NONE... |
tree | commitdiff |
1999-11-15 |
Vadim Zeitlin | more IRIX support |
tree | commitdiff |
next |