Commit graph

  • b59650beee wxTempFile bug corrected: the temp file is now created in the same dir as the original one, so that rename() always succeeds Vadim Zeitlin 1998-06-09 13:14:20 +00:00
  • e51c494324 Bool changed to bool Vadim Zeitlin 1998-06-08 12:41:15 +00:00
  • b18268d34b Notes about implementing EVT_LEAVE_WINDOW Julian Smart 1998-06-08 11:48:29 +00:00
  • c03b8ea8cd fixed NULL problem Karsten Ballüder 1998-06-08 11:37:30 +00:00
  • 05fafecd1a Bool replaced by bool Vadim Zeitlin 1998-06-05 14:46:58 +00:00
  • bc7665d447 Bool replaced by bool (I hope I got it right this time!) Vadim Zeitlin 1998-06-05 14:46:17 +00:00
  • 1889c7c9b7 Small mods to manual Julian Smart 1998-06-05 07:45:17 +00:00
  • 112892b918 GTK Robert Roebling 1998-06-04 16:08:47 +00:00
  • 948041079c Modified wx.hpj for new directory structure; books.gif is now transparent Julian Smart 1998-06-03 19:40:14 +00:00
  • 53010e52d3 GTK combobox idle handling makefile fixes Robert Roebling 1998-06-03 19:06:13 +00:00
  • 884d770ab5 bug preventing compilation of wxLogGui under !Windows corrected Vadim Zeitlin 1998-06-03 16:34:39 +00:00
  • 39e6cbe2d2 Resubmitted binary files that may been corrupted Julian Smart 1998-06-02 20:25:34 +00:00
  • 53b2867549 GTK - wxNotebook added - wxTabCtrl removed - added USE_WXCONFIG option - minor compile fixes Robert Roebling 1998-06-02 19:04:33 +00:00
  • cd71293400 added #if USE_WXCONFIG check (TODO: add configure switch for it) Vadim Zeitlin 1998-06-02 13:23:24 +00:00
  • b0cf2597e2 wxDataObject now defined in defs.h and not here Vadim Zeitlin 1998-05-31 00:09:52 +00:00
  • 6a0eb96b27 missing #endif Vadim Zeitlin 1998-05-31 00:08:01 +00:00
  • c6020b7d71 wxDataFormat typedef added Vadim Zeitlin 1998-05-31 00:00:11 +00:00
  • 75c6c54531 helper file for WX_DEFINE_LIST: dynamic list implementation Vadim Zeitlin 1998-05-30 23:42:51 +00:00
  • a85586fd22 Removed Deselect function. Julian Smart 1998-05-30 17:21:21 +00:00
  • 7f4dc78d35 Same as last one.. Robert Roebling 1998-05-30 17:11:51 +00:00
  • 1c005ff76d GTK: Robert Roebling 1998-05-30 17:10:15 +00:00
  • 1a56f55c02 GTK moved main() to app.cpp added wxGauge added wxStaticBitmap Robert Roebling 1998-05-28 22:05:55 +00:00
  • 6f65e33794 Updates from Chris Breeze Julian Smart 1998-05-28 19:54:07 +00:00
  • 151ccd11af GTK wxBitmapButton added Robert Roebling 1998-05-28 17:44:04 +00:00
  • ef77f91e5b #ifdefed out a typedef not appropriate to MSW; added SetSelection to choice dialog Julian Smart 1998-05-28 11:13:25 +00:00
  • 4075e9a407 cleaned code a bit Vadim Zeitlin 1998-05-27 23:41:55 +00:00
  • 269a5a34a6 wxDataObject and wxDropSource implementations Vadim Zeitlin 1998-05-27 23:38:26 +00:00
  • 19454fa092 registry based implementation of wxConfig (wxRegConfig) Vadim Zeitlin 1998-05-27 23:37:21 +00:00
  • 195896c792 1) now associated drop target is deleted (memory/resource leak corrected) 2) added wxCHECK( hWnd != NULL ) to wxAssociateWinWithHandle Vadim Zeitlin 1998-05-27 23:36:40 +00:00
  • d8b98f009e removed compilation warning about "switch with default but no case" (no real changes) Vadim Zeitlin 1998-05-27 23:34:01 +00:00
  • 0b1c5a6cba many bugs (including major one in DeleteSelf) corrected Vadim Zeitlin 1998-05-27 23:32:14 +00:00
  • c1888b05b0 spurious "(uint)" cast which was causing compilation warnings removed Vadim Zeitlin 1998-05-27 23:30:50 +00:00
  • c54f78a253 1) Added call to wxLog::Flush() to wxApp::OnIdle() 2) Last active log target is now deleted in wxApp::CleanUp() Vadim Zeitlin 1998-05-27 23:29:56 +00:00
  • 1737035fb8 wxDataObject and wxDropSource classes for (more) d&d support Vadim Zeitlin 1998-05-27 23:24:11 +00:00
  • 3bd2972366 option USE_WXCONFIG (default value: 1) added which enables compilation of wxConfig Vadim Zeitlin 1998-05-27 23:20:27 +00:00
  • 2dc7764675 function HasValue() added Vadim Zeitlin 1998-05-27 23:18:16 +00:00
  • 45c2881542 declaration of registry based implementation of wxConfig (wxRegConfig) Vadim Zeitlin 1998-05-27 23:07:33 +00:00
  • 4e066dd257 wxApp::CreateConfig() only defined #if USE_WXCONFIG Vadim Zeitlin 1998-05-27 23:05:10 +00:00
  • aeaa5b9aad no changes (cvs wierdness...) Vadim Zeitlin 1998-05-27 22:52:51 +00:00
  • cdb7168d80 no changes Vadim Zeitlin 1998-05-27 22:50:55 +00:00
  • 6b0eb19fe8 Misc changes for DOS compatibility, plus added wxApp::CreateConfig Julian Smart 1998-05-27 13:56:59 +00:00
  • f0b3249bf7 Changes to help with Win16 compilation. Julian Smart 1998-05-27 09:37:56 +00:00
  • bac0b3d573 bug hunting in the repository Karsten Ballüder 1998-05-26 16:36:38 +00:00
  • 6a06dd8df2 new compile option added: USE_WXCONFIG. If it's 1, wxApp has a virtual wxConfig *CreateConfig() function which can be overloaded to create a global config object (current implementation simply returns NULL for now). Vadim Zeitlin 1998-05-26 15:15:22 +00:00
  • 1fa9e86daf stray '^M' removed (egcs doesn't like them) Vadim Zeitlin 1998-05-26 15:13:53 +00:00
  • 9ef3052c91 1) log leves are now global wxLOG_ prefixed constants and not wxConfig::enum members 2) another variant of wxLogTrace() takes the trace level as argument: this allows to filter trace messages from different sources (see wxTraceXXX constants) 3) wxLogWindow class added: opens a debug frame which collects all log messages Vadim Zeitlin 1998-05-26 15:11:46 +00:00
  • 9d8046f6fe inline wxGetTranslation() moved so it's not called before being defined (thanks to egcs for the warning) Vadim Zeitlin 1998-05-26 15:08:50 +00:00
  • 1f905dc575 wxFileConfig now has it's own header, the config file name may be given to it's ctor (and not hard coded). Static wxFileConfig methods Get{Global|Local}FileName can be used to retrieve the standard config file path. Vadim Zeitlin 1998-05-26 15:07:48 +00:00
  • 61b027446e added write_append mode to wxFile, implemented eof() for Unix Vadim Zeitlin 1998-05-26 15:05:56 +00:00
  • 99b55eb078 added "\n" at the end of file to silent egcs warnings Vadim Zeitlin 1998-05-26 15:04:03 +00:00
  • 855e92a8d9 added "const char *Read()" returning pointer to statis buffer (in wxConfig implementation at least), code common to wxRegConfig and wxFileConfig moved to config.cpp Vadim Zeitlin 1998-05-26 15:02:58 +00:00
  • 824e935add mistype: #ifdef __GTK corrected (#ifdef __GTK__ now) Vadim Zeitlin 1998-05-26 14:58:05 +00:00
  • efad39f997 Added some more missing files. Julian Smart 1998-05-22 20:03:07 +00:00
  • 457814b5aa *** empty log message *** Julian Smart 1998-05-22 19:57:05 +00:00
  • 69d2886dfe Added dynamic events sample. Robert Roebling 1998-05-22 19:08:19 +00:00
  • f6bf3066bb *** empty log message *** Julian Smart 1998-05-22 17:09:19 +00:00
  • 99025f6e18 *** empty log message *** Julian Smart 1998-05-22 11:48:57 +00:00
  • e1d1da03d5 In SetString, added test for owner draw style to cure crash. Julian Smart 1998-05-22 10:31:40 +00:00
  • 58c55d1f77 Changed library paths for new structure Julian Smart 1998-05-22 08:08:11 +00:00
  • 6e5ae05172 *** empty log message *** Julian Smart 1998-05-21 20:42:20 +00:00
  • 26a87b69a0 App declarations modified; cursor was corrupt; needed to add PostScript-related variable. Julian Smart 1998-05-21 19:39:05 +00:00
  • 10b959e372 *** empty log message *** Julian Smart 1998-05-21 15:02:02 +00:00
  • aad5220b82 Minor changes to make files compile (return values); added resource.cpp. Julian Smart 1998-05-21 14:34:35 +00:00
  • 145aa40682 Added resource.h, missing from archive. Julian Smart 1998-05-21 14:33:06 +00:00
  • 1ff121bd9e Added sample makefile.nt, makefile.g95. Julian Smart 1998-05-21 14:22:00 +00:00
  • 197e66da2c *** empty log message *** Julian Smart 1998-05-21 14:19:36 +00:00
  • fe71f65c0f Add support for dynamic event tables Robert Roebling 1998-05-21 12:31:14 +00:00
  • abe1d62edf *** empty log message *** Robert Roebling 1998-05-21 10:46:43 +00:00
  • a660d684ed I've now added the documentation files. Karsten Ballüder 1998-05-20 14:25:30 +00:00
  • bbf1f0e5cf now MSW stuff is complete Karsten Ballüder 1998-05-20 14:21:00 +00:00
  • 2bda0e1738 added some wxMSW stuff Karsten Ballüder 1998-05-20 14:12:05 +00:00
  • c801d85f15 Initial revision Karsten Ballüder 1998-05-20 14:01:55 +00:00
  • 1b66e7e5ab New repository initialized by cvs2svn. Bryan Petty 1998-05-20 14:01:55 +00:00