]> git.saurik.com Git - wxWidgets.git/history - src/unix
Just a _T()
[wxWidgets.git] / src / unix /
1999-07-26  Karsten BallüderDocumented help API extension and fixed gsocket compila...
1999-07-25  Guilhem LavauxAdded GSocket_Init and GSocket_Cleanup
1999-07-24  Guilhem LavauxUpdated wxDataStream (added ByteOrder)
1999-07-23  Guilhem LavauxAdded GSocket motif (it compiles but I didn't tested it)
1999-07-23  Karsten BallüderFixed stupid new bugs :-(
1999-07-22  Guilhem LavauxAdded GSocket for Unix (only GTK for the moment)
1999-07-19  Vadim Zeitlinifdef HAVE_VFORK => if HAVE_VFORK
1999-07-07  Guilhem Lavaux* New wxStreams (to be documented), new classes: wxBuff...
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-06-13  Robert Roebling Added OS/2 patches to wxGTK.
1999-05-25  Guilhem Lavaux* wxThread fixes
1999-05-22  Robert Roebling Put wxGTK's threads back to life.
1999-05-17  Guilhem Lavaux* prgodlgg.h: Update() use wxString instead of 'char *'
1999-05-16  Guilhem Lavaux* Fixed a dead-lock when the thread finishes.
1999-05-15  Guilhem Lavaux* Added thread cleanup safeness: thread can be explicit...
1999-05-08  Guilhem Lavaux* implemented VZ's idea about creating and destroying...
1999-05-07  Ove KaavenTook care of those missing frees from failure condition...
1999-04-29  Robert Roebling controls sample tests a bit more
1999-04-26  Guilhem Lavaux* Committing new wxSocket core (socket.cpp sckint.cpp...
1999-04-17  Ove KaavenAdapted those asserts and debug messages for Unicode.
1999-04-16  Ove KaavenCompiles in Unicode mode.
1999-04-12  Vadim ZeitlinwxUSE_THREADS typo corrected
1999-04-09  Guilhem Lavaux* Commented out "delete this;"
1999-04-06  Robert Roebling Changed clipboard text format id from "STRING" to...
1999-03-30  Vadim Zeitlincall to pthread_attr_setscope() added (disabled for...
1999-03-29  Vadim Zeitlinmany miscellaneous fixes
1999-03-25  Julian SmartMany changes to the printing classes.
1999-03-25  Vadim Zeitlinwait4() replaced by waitpid() which is POSIX
1999-03-25  Vadim ZeitlinAIX patches from Hans-Joachim Baader <hans-joachim...
1999-03-23  Vadim Zeitlinmore fixes for paused thread termination
1999-03-22  Vadim Zeitlinattempt to fix Delete/Pause deadlock
1999-03-19  Karsten BallüderFixed wxExecute() to handle filenames with spaces and...
1999-03-12  Vadim Zeitlinanother (last?) FreeBSD thread compilation fix
1999-03-11  Vadim ZeitlinwxMotif Solaris 2.6 compilation fixes
1999-03-11  Karsten BallüderFixed configure/linkage for non-threaded case.
1999-03-11  Karsten Ballüdergcc 2.8.0/solaris compilation fix
1999-03-06  Vadim Zeitlinmore FreeBSD thread fixes
1999-03-06  Vadim Zeitlin1. the common helper functions are now in src/unix...