2006-01-25 |
Stefan Neis | Fixed "typo". |
tree | commitdiff |
2006-01-25 |
Stefan Neis | Cleaned attempts at fixing NetBSD compilation commited... |
tree | commitdiff |
2006-01-23 |
Stefan Neis | Yet another attempt at making the getservbyname_r proto... |
tree | commitdiff |
2006-01-23 |
David Surovell | cleanup - more reformatting |
tree | commitdiff |
2006-01-22 |
David Surovell | cleanup - heavy reformatting |
tree | commitdiff |
2006-01-22 |
Robert Roebling | Applied MIME-types patch. |
tree | commitdiff |
2006-01-17 |
Julian Smart | Applied patch [ 1336712 ] Fix segfault when calling... |
tree | commitdiff |
2006-01-14 |
Stefan Neis | Ensure "reasonable" return values even if none of the... |
tree | commitdiff |
2006-01-08 |
Stefan Neis | Replaced get{host,serv}by{name,addr} by the threadsafe... |
tree | commitdiff |
2006-01-07 |
David Surovell | minor cleanup |
tree | commitdiff |
2006-01-03 |
Stefan Neis | Added thread-safe wrappers for get{host,serv}by{name... |
tree | commitdiff |
2005-12-08 |
Julian Smart | Use ~/Application Support folder on Mac |
tree | commitdiff |
2005-12-04 |
Vadim Zeitlin | fixed broken code using readlink(): please don't just... |
tree | commitdiff |
2005-12-04 |
David Surovell | fixed compilation bug in prior checkin (Pt. 2) |
tree | commitdiff |
2005-12-04 |
David Surovell | fixed compilation bug in prior checkin |
tree | commitdiff |
2005-12-03 |
David Surovell | fix for bug 1371386, with some minor mods and cleanup |
tree | commitdiff |
2005-12-01 |
David Surovell | minor cleanup: corrected typos, etc. |
tree | commitdiff |
2005-11-29 |
Mart Raudsepp | Make wxJoystick::GetNumberJoystick a static method... |
tree | commitdiff |
2005-11-25 |
Vadim Zeitlin | implemented wxGetFreeMemory() under IRIX (patch 1360356... |
tree | commitdiff |
2005-11-20 |
Dimitri Schoolwerth | applied patch #1356901 "Yet another removal of extra... |
tree | commitdiff |
2005-11-20 |
Vadim Zeitlin | return correct error message if NSLinkModule() fails... |
tree | commitdiff |
2005-11-09 |
Włodzimierz Skiba | Various source cleanings. |
tree | commitdiff |
2005-10-10 |
Vadim Zeitlin | corrected code to really skip stack frames in the begin... |
tree | commitdiff |
2005-10-09 |
Mattia Barbon | Removed WXWIN_COMPATIBILITY_2_2 together with code... |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | fixed unused parameter warnings in non-debug build |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | added support for OSF1 (Tru64) |
tree | commitdiff |
2005-10-08 |
Vadim Zeitlin | harmless DEC cc warning fixes |
tree | commitdiff |
2005-10-06 |
Michael Wetherell | Unicode compile fix |
tree | commitdiff |
2005-10-06 |
Włodzimierz Skiba | wxMotif for OS/2 adjustements. Source cleaning. |
tree | commitdiff |
2005-10-05 |
Kevin Hock | When recv returns 0, the connection has been remotely... |
tree | commitdiff |
2005-10-05 |
Kevin Hock | Do not allow events to fire after socket is closed... |
tree | commitdiff |
2005-10-03 |
Włodzimierz Skiba | Source cleaning. wxMotif/OS2 adjustements. |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | don't declare pthread_mutexattr_settype() ourselves... |
tree | commitdiff |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
tree | commitdiff |
2005-09-25 |
Stefan Neis | Applied [ 1186782 ] Setting thread stack size on Unix. |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | set error to GSOCK_TIMEOUT if the socket timed out... |
tree | commitdiff |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
tree | commitdiff |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
tree | commitdiff |
2005-09-20 |
Michael Wetherell | Fix wxGTK crash on startup on 64-bit solaris 10 |
tree | commitdiff |
2005-09-19 |
Julian Smart | Missing end of comment |
tree | commitdiff |
2005-09-19 |
Kevin Hock | Make sure Enable_Events is called when a connection... |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | added ifconfig and ping locations for AIX |
tree | commitdiff |
2005-09-18 |
Vadim Zeitlin | signed/unsigned comparison warning |
tree | commitdiff |
2005-09-17 |
Vadim Zeitlin | added wx_truncate_cast and use it (sometimes instead... |
tree | commitdiff |
2005-09-17 |
Vadim Zeitlin | added ping location for IRIX |
tree | commitdiff |
2005-09-17 |
Vadim Zeitlin | avoid assigning 64 bit ints to a 16 bit one |
tree | commitdiff |
2005-09-13 |
Vadim Zeitlin | X error handler should be extern C (SunCC warning fix) |
tree | commitdiff |
2005-09-13 |
Vadim Zeitlin | use WX_DEFINE_ARRAY_PTR for anarray of pointers (fixes... |
tree | commitdiff |
2005-09-13 |
Vadim Zeitlin | use extern C around signal handler declaration (fixes... |
tree | commitdiff |
2005-09-09 |
Julian Smart | Applied patch [ 1281902 ] fix for wxJoystick under... |
tree | commitdiff |
2005-09-09 |
Julian Smart | Applied patch [ 1283943 ] Fix crash in GSocket::Select |
tree | commitdiff |
2005-09-03 |
Vadim Zeitlin | include wx/defs.h (and hence wx/platform.h and so reall... |
tree | commitdiff |
2005-08-31 |
Stefan Neis | Replaced SOCKLEN_T by WX_SOCKLEN_T to resolve conflict... |
tree | commitdiff |
2005-08-29 |
Mart Raudsepp | Remove assert from wxNativeFontInfo::GetFamily() due... |
tree | commitdiff |
2005-08-29 |
Mart Raudsepp | [wxGTK2] Runtime check for pango_font_family_is_monospa... |
tree | commitdiff |
2005-08-29 |
Mart Raudsepp | [wxGTK2] Runtime check for pango_font_family_is_monospa... |
tree | commitdiff |
2005-08-25 |
Mart Raudsepp | [wxGTK2] Check if a family wasn't found for the descrip... |
tree | commitdiff |
2005-08-24 |
Vadim Zeitlin | fixed -Wundef warning for HAVE_SCHED_H |
tree | commitdiff |
2005-08-23 |
Vadim Zeitlin | check for missing statfs() prototype (happens at least... |
tree | commitdiff |
2005-08-23 |
Mart Raudsepp | [wxGTK2] Move wxFontRefData::SetPointSize to wxNativeFo... |
tree | commitdiff |
2005-08-22 |
Mart Raudsepp | [wxGTK2] Move wxFontRefData::SetStyle/SetWeight to... |
tree | commitdiff |
2005-08-22 |
Mart Raudsepp | [wxGTK2] Do what we (I) can wrt the win32 centric wxNat... |
tree | commitdiff |
2005-08-22 |
Mart Raudsepp | [wxGTK2] Return wxTELETYPE with GetFamily() for monospa... |
tree | commitdiff |
2005-08-22 |
Mart Raudsepp | [wxGTK2] Plug memory leak in wxFontEnumerator::Enumerat... |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | test for wxHAVE_PTHREAD_CLEANUP with #ifdefs instead... |
tree | commitdiff |
2005-07-30 |
Mattia Barbon | Return the correct encoding for X font spec construction |
tree | commitdiff |
2005-07-30 |
Mattia Barbon | Fix indentation. |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | many improvements/bug fixes to media control: new wxEVT... |
tree | commitdiff |
2005-07-26 |
Włodzimierz Skiba | Better 'missing WXUNUSED' workaround (perhaps unnecessa... |
tree | commitdiff |
2005-07-26 |
Włodzimierz Skiba | Corrections for future OW 1.4. Warning fixes. |
tree | commitdiff |
2005-07-21 |
Włodzimierz Skiba | wxOS2 with Open Watcom: correct PCH usage, missing... |
tree | commitdiff |
2005-07-14 |
Vadim Zeitlin | fix addr2line output parsing (patch 1228591) |
tree | commitdiff |
2005-06-13 |
Włodzimierz Skiba | '[1219035] cleanup: miscellaneous' and minor source... |
tree | commitdiff |
2005-06-08 |
Włodzimierz Skiba | Second part of '[ 1216148 ] cleanup: unused variables... |
tree | commitdiff |
2005-06-02 |
Julian Smart | Applied patch [ 1213066 ] correct device names for... |
tree | commitdiff |
2005-05-31 |
Julian Smart | Olly Betts' typo patch |
tree | commitdiff |
2005-05-24 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2005-05-10 |
Stefan Csomor | applying patch 1188918 |
tree | commitdiff |
2005-05-07 |
Stefan Csomor | now it's uint32 on mac |
tree | commitdiff |
2005-05-04 |
Julian Smart | Added licence/copyright information |
tree | commitdiff |
2005-04-25 |
Michael Wetherell | Remove msdos code now in src/msdos, update bakefiles... |
tree | commitdiff |
2005-04-22 |
Kevin Hock | Add comment explaining the role of wxMacExecute |
tree | commitdiff |
2005-04-21 |
Ryan Norton | Add support for launching APPL bundles with wxExecute |
tree | commitdiff |
2005-04-19 |
Stefan Csomor | CW fix |
tree | commitdiff |
2005-04-18 |
Ryan Norton | wxExecute log message cleanup |
tree | commitdiff |
2005-04-17 |
Julian Smart | Fix for MGL link error |
tree | commitdiff |
2005-04-13 |
Robert Roebling | Apply Mart R.'s patch for improved font width |
tree | commitdiff |
2005-04-05 |
Włodzimierz Skiba | Deprecate wxPathExists, make wxDirExists used everywher... |
tree | commitdiff |
2005-03-31 |
Julian Smart | Frames to skip now honoured for Unix stackwalking |
tree | commitdiff |
2005-03-28 |
Stefan Neis | Fixed compilation error on unknown type "in_addr_t". |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | use popen() instead of wxExecute(), it works inside... |
tree | commitdiff |
2005-03-27 |
Robert Roebling | Actually make use of new cool file conversion |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | GTK+ callbacks must have C linkage (patch 1157384) |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | document (and check for it with assert) that wxGetKeySt... |
tree | commitdiff |
2005-03-17 |
Julian Smart | stopwatch.h needed for wxGetLocalTimeMillis |
tree | commitdiff |
2005-03-16 |
Kevin Hock | Added comments explaining more about the changes in... |
tree | commitdiff |
2005-03-14 |
David Elliott | Dammit, try it again this time actually removing it... |
tree | commitdiff |
2005-03-14 |
David Elliott | Reverted 1.32. This breaks my Tiger builds which is... |
tree | commitdiff |
2005-03-12 |
Vadim Zeitlin | ensure that either RTLD_LAZY or RTLD_NOW is always... |
tree | commitdiff |
2005-03-11 |
Jouk Jansen | Committing in . |
tree | commitdiff |
next |