1998-06-14 |
Julian Smart | Added #define wxHelpController to help.h; added wxWinHe... |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Julian Smart | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Julian Smart | Various documentation additions and changes. |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Guilhem Lavaux | * Thread updates and cleanup (m_locked, MUTEX_UNLOCKED... |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Julian Smart | const/void changes in thread, tabctrl and wave files... |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Julian Smart | Changed documentation const convention for non-objects... |
commit | commitdiff | tree | snapshot |
1998-06-14 |
Julian Smart | Corrected missing pipe in treectrl.h, wxOK->wxID_OK... |
commit | commitdiff | tree | snapshot |
1998-06-13 |
Julian Smart | Corrected dataobj.h/.cpp, corrected listbox to use... |
commit | commitdiff | tree | snapshot |
1998-06-13 |
Guilhem Lavaux | * Posix/SGI/No threads added |
commit | commitdiff | tree | snapshot |
1998-06-13 |
Julian Smart | Added include/wx/joystick.h |
commit | commitdiff | tree | snapshot |
1998-06-13 |
Julian Smart | Added GTK/Linux joystick class (Guilhem Lavaux) |
commit | commitdiff | tree | snapshot |
1998-06-13 |
Julian Smart | Correction to dnd.h; EVT_MOUSE_EVENTS now includes... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Vadim Zeitlin | in wxOnAssert() abort() replaced with raise(SIGTRAP... |
commit | commitdiff | tree | snapshot |
1998-06-12 |
Vadim Zeitlin | added support of multiple-selection listboxes, GetSelec... |
commit | commitdiff | tree | snapshot |
1998-06-10 |
Vadim Zeitlin | wxTextCtrl::WriteText() now adds it at the end and... |
commit | commitdiff | tree | snapshot |
1998-06-10 |
Vadim Zeitlin | testing CVS notifications |
commit | commitdiff | tree | snapshot |
1998-06-10 |
Vadim Zeitlin | wxLogWindow ctor changed |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Vadim Zeitlin | wxLogWindow is now not a top-level frame, so it doesn... |
commit | commitdiff | tree | snapshot |
1998-06-09 |
Vadim Zeitlin | wxTempFile bug corrected: the temp file is now created... |
commit | commitdiff | tree | snapshot |
1998-06-08 |
Vadim Zeitlin | Bool changed to bool |
commit | commitdiff | tree | snapshot |
1998-06-08 |
Julian Smart | Notes about implementing EVT_LEAVE_WINDOW |
commit | commitdiff | tree | snapshot |
1998-06-08 |
Karsten Ballüder | fixed NULL problem |
commit | commitdiff | tree | snapshot |
1998-06-05 |
Vadim Zeitlin | Bool replaced by bool |
commit | commitdiff | tree | snapshot |
1998-06-05 |
Vadim Zeitlin | Bool replaced by bool (I hope I got it right this time!) |
commit | commitdiff | tree | snapshot |
1998-06-05 |
Julian Smart | Small mods to manual |
commit | commitdiff | tree | snapshot |
1998-06-04 |
Robert Roebling | GTK |
commit | commitdiff | tree | snapshot |
1998-06-03 |
Julian Smart | Modified wx.hpj for new directory structure; books... |
commit | commitdiff | tree | snapshot |
1998-06-03 |
Robert Roebling | GTK |
commit | commitdiff | tree | snapshot |
1998-06-03 |
Vadim Zeitlin | bug preventing compilation of wxLogGui under !Windows... |
commit | commitdiff | tree | snapshot |
1998-06-02 |
Julian Smart | Resubmitted binary files that may been corrupted |
commit | commitdiff | tree | snapshot |
1998-06-02 |
Robert Roebling | GTK |
commit | commitdiff | tree | snapshot |
1998-06-02 |
Vadim Zeitlin | added #if USE_WXCONFIG check (TODO: add configure switc... |
commit | commitdiff | tree | snapshot |
1998-05-31 |
Vadim Zeitlin | wxDataObject now defined in defs.h and not here |
commit | commitdiff | tree | snapshot |
1998-05-31 |
Vadim Zeitlin | missing #endif |
commit | commitdiff | tree | snapshot |
1998-05-31 |
Vadim Zeitlin | wxDataFormat typedef added |
commit | commitdiff | tree | snapshot |
1998-05-30 |
Vadim Zeitlin | helper file for WX_DEFINE_LIST: dynamic list implementation |
commit | commitdiff | tree | snapshot |
1998-05-30 |
Julian Smart | Removed Deselect function. |
commit | commitdiff | tree | snapshot |
1998-05-30 |
Robert Roebling | Same as last one.. |
commit | commitdiff | tree | snapshot |
1998-05-30 |
Robert Roebling | GTK: |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Robert Roebling | GTK |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Julian Smart | Updates from Chris Breeze |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Robert Roebling | GTK wxBitmapButton added |
commit | commitdiff | tree | snapshot |
1998-05-28 |
Julian Smart | #ifdefed out a typedef not appropriate to MSW; added... |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | cleaned code a bit |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | wxDataObject and wxDropSource implementations |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | registry based implementation of wxConfig (wxRegConfig) |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | 1) now associated drop target is deleted (memory/resour... |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | removed compilation warning about "switch with default... |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | many bugs (including major one in DeleteSelf) corrected |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | spurious "(uint)" cast which was causing compilation... |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | 1) Added call to wxLog::Flush() to wxApp::OnIdle() |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | wxDataObject and wxDropSource classes for (more) d... |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | option USE_WXCONFIG (default value: 1) added which... |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | function HasValue() added |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | declaration of registry based implementation of wxConfi... |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | wxApp::CreateConfig() only defined #if USE_WXCONFIG |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | no changes (cvs wierdness...) |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Vadim Zeitlin | no changes |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Julian Smart | Misc changes for DOS compatibility, plus added wxApp... |
commit | commitdiff | tree | snapshot |
1998-05-27 |
Julian Smart | Changes to help with Win16 compilation. |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Karsten Ballüder | bug hunting in the repository |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Vadim Zeitlin | new compile option added: USE_WXCONFIG. If it's 1,... |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Vadim Zeitlin | stray '^M' removed (egcs doesn't like them) |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Vadim Zeitlin | 1) log leves are now global wxLOG_ prefixed constants... |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Vadim Zeitlin | inline wxGetTranslation() moved so it's not called... |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Vadim Zeitlin | wxFileConfig now has it's own header, the config file... |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Vadim Zeitlin | added write_append mode to wxFile, implemented eof... |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Vadim Zeitlin | added "\n" at the end of file to silent egcs warnings |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Vadim Zeitlin | added "const char *Read()" returning pointer to statis... |
commit | commitdiff | tree | snapshot |
1998-05-26 |
Vadim Zeitlin | mistype: #ifdef __GTK corrected (#ifdef __GTK__ now) |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Julian Smart | Added some more missing files. |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Julian Smart | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Robert Roebling | Added dynamic events sample. |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Julian Smart | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Julian Smart | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Julian Smart | In SetString, added test for owner draw style to cure... |
commit | commitdiff | tree | snapshot |
1998-05-22 |
Julian Smart | Changed library paths for new structure |
commit | commitdiff | tree | snapshot |
1998-05-21 |
Julian Smart | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1998-05-21 |
Julian Smart | App declarations modified; cursor was corrupt; needed... |
commit | commitdiff | tree | snapshot |
1998-05-21 |
Julian Smart | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1998-05-21 |
Julian Smart | Minor changes to make files compile (return values... |
commit | commitdiff | tree | snapshot |
1998-05-21 |
Julian Smart | Added resource.h, missing from archive. |
commit | commitdiff | tree | snapshot |
1998-05-21 |
Julian Smart | Added sample makefile.nt, makefile.g95. |
commit | commitdiff | tree | snapshot |
1998-05-21 |
Julian Smart | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1998-05-21 |
Robert Roebling | Add support for dynamic event tables |
commit | commitdiff | tree | snapshot |
1998-05-21 |
Robert Roebling | *** empty log message *** |
commit | commitdiff | tree | snapshot |
1998-05-20 |
Karsten Ballüder | I've now added the documentation files. |
commit | commitdiff | tree | snapshot |
1998-05-20 |
Karsten Ballüder | now MSW stuff is complete |
commit | commitdiff | tree | snapshot |
1998-05-20 |
Karsten Ballüder | added some wxMSW stuff |
commit | commitdiff | tree | snapshot |
1998-05-20 |
Karsten Ballüder | Initial revision |
commit | commitdiff | tree | snapshot |
1998-05-20 |
Bryan Petty | New repository initialized by cvs2svn. |
commit | commitdiff | tree | snapshot |
|