]> git.saurik.com Git - wxWidgets.git/history - src/unix
*** empty log message ***
[wxWidgets.git] / src / unix /
1999-10-25  Karsten Ballüderfixed timer related bug
1999-10-25  Vadim Zeitlin1. moved fontenum.cpp to unix because implementation...
1999-10-25  Karsten Ballüderbug fix for disable auto poll
1999-10-24  Karsten Ballüderuncommented ping method
1999-10-24  Robert Roebling Small distrib changes,
1999-10-23  Karsten Ballüderminor bug fixes
1999-10-21  Karsten Ballüderimproved dialup manager, added wxALL_FILES define
1999-10-17  Robert Roebling Applied Diana's font patch II
1999-10-10  Karsten Ballüderupdated richedit and nettest
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlin1. wxLog::FlushActive() added
1999-10-07  Karsten Ballüderadded missing implementation (untested, but compiles)
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Karsten Ballüderping method almost there
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-10-04  Karsten Ballüderminor fixes
1999-10-03  Karsten BallüderwxDialUpManager fixes
1999-10-03  Karsten Ballüderupdated
1999-10-03  Vadim Zeitlin1. Win9x support + async dialing + many more for wxDial...
1999-10-02  Karsten BallüderUnix implementation of wxDialUpManager.
1999-10-02  Robert Roebling Updated doc for wxFileExists()
1999-10-01  Vadim ZeitlinwxMotif::wxFont supports encodings too (and shares...
1999-09-30  Guillermo Rodrigue... bugfixes
1999-09-12  Harco de Hilsterfixed typo (?)
1999-09-12  Guillermo Rodrigue... Fixed a bug when GSocket_SetCallback was used before...
1999-09-11  Guillermo Rodrigue... Added GSocket_Select()
1999-09-06  Guilhem LavauxMoved gsockunx.h from src/unix to include/wx/unix
1999-09-05  Guilhem LavauxUpdated wxSocket documentation
1999-08-25  Guilhem LavauxFixed a bug in threadpsx.cpp (wxBaseArray bug).
1999-08-18  Robert Roebling EMX compilation,
1999-08-16  Robert Roebling compile fixes for EMX
1999-08-10  Guilhem Lavaux#if => #if defined()
1999-08-10  Guilhem LavauxCheck for inet_addr/inet_aton.
1999-08-09  Guilhem LavauxRenamed m_blocking to m_non_blocking
1999-08-09  Guilhem LavauxRemoved unnecessary lines from threadpsx
1999-08-07  Guilhem LavauxCommented setsockopt as it doesn't work anywhere. I...
1999-08-06  Guilhem LavauxChanged Ungetch(void *, ...) to Ungetch(const void...
1999-08-06  Robert Roebling Distrib things,
1999-08-05  Guilhem LavauxChanged BidEndianOrdered to BigEndianOrdered in datstrm.h
1999-08-04  Guilhem LavauxGSocket_timeout: timeout support hack (disabled for...
1999-08-04  Robert Roebling Minor changes to viusal appearance,
1999-08-02  Robert Roebling Minor changes
1999-08-02  Guilhem LavauxChanged a var name
1999-08-02  Guilhem LavauxBetter memory errors handler (added GSOCK_MEMERR)
1999-08-01  Robert Roebling Updated testconf,
1999-08-01  Guilhem LavauxwxMemoryStream doc updated
1999-07-31  Guilhem LavauxConverted some SetBlocking to SetNonBlocking
1999-07-30  Guilhem LavauxRenamed GSocket_SetBlocking to GSocket_SetNonBlocking...
1999-07-29  Guilhem LavauxAdded #include <stddef.h> as it is needed by ANSI.
1999-07-29  Robert Roebling Compile fixes and typos corrected.
1999-07-28  Guilhem LavauxAdded wxInternetFilesystemModule to fs_inet.cpp
1999-07-27  Vadim ZeitlinwxMotif fixes and common fixes for socket compilation
1999-07-27  Guilhem LavauxChanged void GSocket_Init() to bool GSocket_Init()
1999-07-27  Robert Roebling wxSocket compilation
1999-07-26  Robert Roebling Typos in documentation
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...