1999-07-27 |
Guilhem Lavaux | Changed void GSocket_Init() to bool GSocket_Init()
|
commit | commitdiff | tree |
1999-07-27 |
Guilhem Lavaux | Added the forgotten file txtstrm.tex
|
commit | commitdiff | tree |
1999-07-25 |
Guilhem Lavaux | Added GSocket_Init and GSocket_Cleanup
|
commit | commitdiff | tree |
1999-07-24 |
Guilhem Lavaux | Updated wxDataStream (added ByteOrder)
|
commit | commitdiff | tree |
1999-07-23 |
Guilhem Lavaux | Added GSocket motif (it compiles but I didn't tested it)
|
commit | commitdiff | tree |
1999-07-22 |
Guilhem Lavaux | Added GSocket for Unix (only GTK for the moment)
|
commit | commitdiff | tree |
1999-07-19 |
Guilhem Lavaux | Added StreamSize() to wxMemoryOutputStream.
|
commit | commitdiff | tree |
1999-07-15 |
Guilhem Lavaux | * wxMemoryStreams updates
|
commit | commitdiff | tree |
1999-07-13 |
Guilhem Lavaux | * Changed char to wxChar in operators.
|
commit | commitdiff | tree |
1999-07-12 |
Guilhem Lavaux | * Changed behaviour of wxTextStreams::operator(wxUint8...
|
commit | commitdiff | tree |
1999-07-09 |
Guilhem Lavaux | * wxStream doc update
|
commit | commitdiff | tree |
1999-07-07 |
Guilhem Lavaux | * New wxStreams (to be documented), new classes: wxBufferedS...
|
commit | commitdiff | tree |
1999-07-02 |
Guilhem Lavaux | * Typo.
|
commit | commitdiff | tree |
1999-07-02 |
Guilhem Lavaux | * Fixed Apple IEEE conversion
|
commit | commitdiff | tree |
1999-07-01 |
Guilhem Lavaux | * Changed %d by %u
|
commit | commitdiff | tree |
1999-06-30 |
Guilhem Lavaux | * Moved ReadLine()/WriteLine() to wxIn/OutputStream
|
commit | commitdiff | tree |
1999-06-29 |
Guilhem Lavaux | * wxDataStreams use wxUint now.
|
commit | commitdiff | tree |
1999-06-28 |
Guilhem Lavaux | * wxStream fixes (integer/line parsing).
|
commit | commitdiff | tree |
1999-06-23 |
Guilhem Lavaux | * Bug fixed in CountTokens()
|
commit | commitdiff | tree |
1999-05-26 |
Guilhem Lavaux | * Small fix in wxHTTP::BuildRequest
|
commit | commitdiff | tree |
1999-05-25 |
Guilhem Lavaux | * wxThread fixes
|
commit | commitdiff | tree |
1999-05-24 |
Guilhem Lavaux | wxFileIn/OutputStream fix
|
commit | commitdiff | tree |
1999-05-23 |
Guilhem Lavaux | * wxSocket seems to work with the async requester turned...
|
commit | commitdiff | tree |
1999-05-20 |
Guilhem Lavaux | * Added a fix from Allen to wxStringTokenizer
|
commit | commitdiff | tree |
1999-05-17 |
Guilhem Lavaux | * prgodlgg.h: Update() use wxString instead of 'char *'
|
commit | commitdiff | tree |
1999-05-16 |
Guilhem Lavaux | * Fixed a dead-lock when the thread finishes.
|
commit | commitdiff | tree |
1999-05-15 |
Guilhem Lavaux | * Added thread cleanup safeness: thread can be explicitely...
|
commit | commitdiff | tree |
1999-05-13 |
Guilhem Lavaux | * Some more CopyObject()
|
commit | commitdiff | tree |
1999-05-13 |
Guilhem Lavaux | * fix in wcslen()
|
commit | commitdiff | tree |
1999-05-09 |
Guilhem Lavaux | * Fixed two or three things in sckint.cpp but I still...
|
commit | commitdiff | tree |
1999-05-08 |
Guilhem Lavaux | * implemented VZ's idea about creating and destroying...
|
commit | commitdiff | tree |
1999-05-07 |
Guilhem Lavaux | * Created a new wxObject method: wxObject::CopyObject...
|
commit | commitdiff | tree |
1999-04-27 |
Guilhem Lavaux | * Fixed a compilation problem on Windows
|
commit | commitdiff | tree |
1999-04-26 |
Guilhem Lavaux | * Committing new wxSocket core (socket.cpp sckint.cpp...
|
commit | commitdiff | tree |
1999-04-09 |
Guilhem Lavaux | * Commented out "delete this;"
|
commit | commitdiff | tree |
1999-04-03 |
Guilhem Lavaux | * Changed "wxPendingEvents" to pointers (tested on...
|
commit | commitdiff | tree |
1999-03-27 |
Guilhem Lavaux | * Added threads event propagation. Should compile on...
|
commit | commitdiff | tree |
1999-03-13 |
Guilhem Lavaux | * Docs fixes, wxStream overview enabled (all docs should...
|
commit | commitdiff | tree |
1999-03-12 |
Guilhem Lavaux | * wxStreams overview added to the documentation. I...
|
commit | commitdiff | tree |
1999-02-28 |
Guilhem Lavaux | * Added "--with-sockets" and made wxSocket optionnal.
|
commit | commitdiff | tree |
1999-02-27 |
Guilhem Lavaux | * wxSocket fixes: FTP, HTTP works really now. GTK fixes...
|
commit | commitdiff | tree |
1999-02-27 |
Guilhem Lavaux | * Big memory bug fixed in socket/getline fixed.
|
commit | commitdiff | tree |
1999-02-26 |
Guilhem Lavaux | *** empty log message ***
|
commit | commitdiff | tree |
1999-02-26 |
Guilhem Lavaux | * Missing doc file.
|
commit | commitdiff | tree |
1999-02-25 |
Guilhem Lavaux | * Added a small wxHTTP description
|
commit | commitdiff | tree |
1999-02-18 |
Guilhem Lavaux | * Fixes and updates on wxMMedia.
|
commit | commitdiff | tree |
1999-02-14 |
Guilhem Lavaux | * Stream: update in doc, fix in code.
|
commit | commitdiff | tree |
1999-02-12 |
Guilhem Lavaux | * Stream doc.
|
commit | commitdiff | tree |
1999-02-12 |
Guilhem Lavaux | * Added some warning in socket doc.
|
commit | commitdiff | tree |
1999-02-10 |
Guilhem Lavaux | * Doc updates
|
commit | commitdiff | tree |
1999-02-09 |
Guilhem Lavaux | * wxStream doc updates
|
commit | commitdiff | tree |
1999-02-07 |
Guilhem Lavaux | * A few updates (stream doc)
|
commit | commitdiff | tree |
1999-02-01 |
Guilhem Lavaux | * Someone destroy a part of my previous work. Redocumenting ...
|
commit | commitdiff | tree |
1999-01-31 |
Guilhem Lavaux | * Some more on streams.
|
commit | commitdiff | tree |
1999-01-23 |
Guilhem Lavaux | * Stream doc update.
|
commit | commitdiff | tree |
1999-01-22 |
Guilhem Lavaux | * Added doc on wxStreamBase,Input/OutputStream,Filter...
|
commit | commitdiff | tree |
1999-01-17 |
Guilhem Lavaux | * First draft on wxStreamBuffer, wxStream* will follow.
|
commit | commitdiff | tree |
1999-01-10 |
Guilhem Lavaux | * Fixes.
|
commit | commitdiff | tree |
1999-01-10 |
Guilhem Lavaux | * Deleted debug messages.
|
commit | commitdiff | tree |
1999-01-10 |
Guilhem Lavaux | * Socket doc update.
|
commit | commitdiff | tree |
1998-12-26 |
Guilhem Lavaux | * Fixes (AIF works on Linux)
|
commit | commitdiff | tree |
1998-12-25 |
Guilhem Lavaux | * Fixes (WAV works on Linux, AIFF following)
|
commit | commitdiff | tree |
1998-12-23 |
Guilhem Lavaux | * Fixes
|
commit | commitdiff | tree |
1998-11-28 |
Guilhem Lavaux | * Fixed some "memory leak"
|
commit | commitdiff | tree |
1998-11-24 |
Guilhem Lavaux | * Fixed a memory leak in wxThread
|
commit | commitdiff | tree |
1998-11-22 |
Guilhem Lavaux | * Renamed fstream.h in wfstream.h
|
commit | commitdiff | tree |
1998-11-21 |
Guilhem Lavaux | * Changed fstream.* in wfstream.*
|
commit | commitdiff | tree |
1998-11-11 |
Guilhem Lavaux | * Fixes.
|
commit | commitdiff | tree |
1998-11-09 |
Guilhem Lavaux | * wxMMedia: these makefiles are just indicative.
|
commit | commitdiff | tree |
1998-11-09 |
Guilhem Lavaux | * Added wxMMedia in the repository so people interrested...
|
commit | commitdiff | tree |
1998-10-28 |
Guilhem Lavaux | * Build IODBC on demand on unix.
|
commit | commitdiff | tree |
1998-10-14 |
Guilhem Lavaux | * wxSocket fixes
|
commit | commitdiff | tree |
1998-09-30 |
Guilhem Lavaux | * wxSocket doc updates.
|
commit | commitdiff | tree |
1998-09-20 |
Guilhem Lavaux | * Fixed a bug in notebook.tex
|
commit | commitdiff | tree |
1998-09-17 |
Guilhem Lavaux | * fixed a wrong line.
|
commit | commitdiff | tree |
1998-09-17 |
Guilhem Lavaux | * Added wxSerial DLL support for Borland 32
|
commit | commitdiff | tree |
1998-09-10 |
Guilhem Lavaux | * Bug fix in wxFilter*Stream
|
commit | commitdiff | tree |
1998-09-08 |
Guilhem Lavaux | * some C++ness correction in wxStream.
|
commit | commitdiff | tree |
1998-09-06 |
Guilhem Lavaux | * Added wxsocket lib and sample (I hope I don't forget...
|
commit | commitdiff | tree |
1998-09-04 |
Guilhem Lavaux | * wxFileInputStream and wxFileOutputStream doesn't...
|
commit | commitdiff | tree |
1998-09-01 |
Guilhem Lavaux | * wxCreateDynamicObject() uses an hashtable now
|
commit | commitdiff | tree |
1998-08-24 |
Guilhem Lavaux | * wxStream fixes.
|
commit | commitdiff | tree |
1998-08-23 |
Guilhem Lavaux | * Fixed two memory leaks.
|
commit | commitdiff | tree |
1998-08-23 |
Guilhem Lavaux | * New function wxObjectInputStream::Recall()
|
commit | commitdiff | tree |
1998-08-19 |
Guilhem Lavaux | * Some new feature in wxObject*Stream (objects aren...
|
commit | commitdiff | tree |
1998-08-19 |
Guilhem Lavaux | * Bug fix
|
commit | commitdiff | tree |
1998-08-18 |
Guilhem Lavaux | * wxThread: new functions: wxThread::Pause/Resume,...
|
commit | commitdiff | tree |
1998-08-06 |
Guilhem Lavaux | * Typo fix.
|
commit | commitdiff | tree |
1998-08-05 |
Guilhem Lavaux | * Added source file info in utils/serialize/*
|
commit | commitdiff | tree |
1998-08-04 |
Guilhem Lavaux | * Fixes and new features in wxObject*Stream
|
commit | commitdiff | tree |
1998-08-04 |
Guilhem Lavaux | * Added serialization code to the repository
|
commit | commitdiff | tree |
1998-07-28 |
Guilhem Lavaux | * Added Peek() to wxMemoryInputStream.
|
commit | commitdiff | tree |
1998-07-27 |
Guilhem Lavaux | * Bug fixes
|
commit | commitdiff | tree |
1998-07-25 |
Guilhem Lavaux | * Deleted #include "wx/bufstrm.h"
|
commit | commitdiff | tree |
1998-07-24 |
Guilhem Lavaux | *** empty log message ***
|
commit | commitdiff | tree |
1998-07-24 |
Guilhem Lavaux | * Ooops, I didn't copy the files in the right directory...
|
commit | commitdiff | tree |
1998-07-24 |
Guilhem Lavaux | * New wxStream classes: wxStreamBuffer and wxObject...
|
commit | commitdiff | tree |
1998-07-18 |
Guilhem Lavaux | wxFrame: OnSize() has a SEGV if wxFrame has no child...
|
commit | commitdiff | tree |
1998-07-15 |
Guilhem Lavaux | wxStream: wxInputStream and wxOutputStream don't inherit...
|
commit | commitdiff | tree |
1998-07-14 |
Guilhem Lavaux | * wxMemory*Stream link problem fix.
|
commit | commitdiff | tree |
next |