Commit graph

  • d355d3fe69 wxFrame::SetIcon() it's possible now to call Close() after ShowModal() dialog sample works changed wxString::First() etc to return -1 Robert Roebling 1998-07-27 23:01:43 +00:00
  • e3e65dac0c warning msgs toolbar updates mdi fixes dnd works now Forty Thieves drawing optimization wxDF_Text constants ListCtrl bugs fixed memory leak work imrc now refers to home dir dcclient/memory leak fixed Robert Roebling 1998-07-27 20:50:48 +00:00
  • bf79063cc8 more comments Karsten Ballüder 1998-07-27 20:39:50 +00:00
  • 1eac776c03 * Bug fixes * Changed wxObjectOutputStream::AddChildren() to AddChild() Guilhem Lavaux 1998-07-27 17:08:49 +00:00
  • 0757d27c1e Changed event type ids to constants instead of enum, for extensibility. Julian Smart 1998-07-27 16:17:59 +00:00
  • a97aaabf5c make wxS_DEFAULT consistend with standard Unix behaviour Karsten Ballüder 1998-07-27 09:52:49 +00:00
  • 81d66cf39f wxToolBar API changes; now frames manage their toolbar & statusbar properly; client area position is used in SetSize; changes for BC++ & VC++ 1.5; wxWindow::GetUpdateRegion added; removed wxUpdateIterator; some missing functions added to process.cpp; bad navigation key event cast fixed; MDI and toolbar samples updated; new wxMSW wxRegion constructor (WXHRGN) Julian Smart 1998-07-27 09:47:57 +00:00
  • e6688c3fd2 double wxMenuItem definition problem fixed Vadim Zeitlin 1998-07-26 00:10:52 +00:00
  • 7b124d5404 * Deleted #include "wx/bufstrm.h" Guilhem Lavaux 1998-07-25 10:19:18 +00:00
  • bd7d06f23d Removed warnings mesgs Doesn't compile due to missing bufstream Robert Roebling 1998-07-25 08:31:39 +00:00
  • f701d7abc1 Corrected some problems Julian Smart 1998-07-24 22:04:21 +00:00
  • 527fc629c8 Added missing accessors Julian Smart 1998-07-24 20:48:49 +00:00
  • 37f0deedfa Added missing files Julian Smart 1998-07-24 20:48:25 +00:00
  • b979f8772c Removed explicit #defines for wxToolBar Julian Smart 1998-07-24 20:47:43 +00:00
  • 3d8bd7d6bf Removed duplicate code Julian Smart 1998-07-24 20:46:39 +00:00
  • cc79e53c16 Small change Julian Smart 1998-07-24 20:45:26 +00:00
  • 03f68f123b Dialog Editor edits Julian Smart 1998-07-24 20:44:36 +00:00
  • 63cafd2799 Added Forty Thieves Julian Smart 1998-07-24 19:43:32 +00:00
  • 46dc76ba35 wxFrame::CreateToolBar() stuff wxDC::SetBackground from Chris Breeze zillions of compile fixes Robert Roebling 1998-07-24 19:05:25 +00:00
  • d602f1d8b6 *** empty log message *** Guilhem Lavaux 1998-07-24 17:44:44 +00:00
  • 6d44bf31a6 * Ooops, I didn't copy the files in the right directory of my repository. Guilhem Lavaux 1998-07-24 17:21:06 +00:00
  • 1678ad7802 * New wxStream classes: wxStreamBuffer and wxObject*Stream. * Changes: ofsInvalid => wxInvalidOffset in filefn.h * Updates: all wxStream classes use wxStreamBuffer. wxObject basic declaration changes (added LoadObject, modified StoreObject) * Some base of the serialization. (I hope not to have forgotten any files) Guilhem Lavaux 1998-07-24 17:13:47 +00:00
  • 439b3bf1f5 some common code moved from wxWindow/wxFrame into files in common subdir Vadim Zeitlin 1998-07-24 17:06:45 +00:00
  • d37a02d0d5 SelectItem() now sends a wxEVT_SELECTED notification. Vadim Zeitlin 1998-07-24 17:04:48 +00:00
  • 246037e229 added "access" parameter to wxFile::Create and Open. The default value is "rw-r--r--" mode. Vadim Zeitlin 1998-07-24 17:03:26 +00:00
  • 13289f04ae scrollbar support added (experimental) Vadim Zeitlin 1998-07-24 17:02:23 +00:00
  • 0f217db318 New toolbar event processing Julian Smart 1998-07-24 15:47:22 +00:00
  • 6a23cbcede Removed compile bugs in regconf.cpp, added new toolbar event processing Julian Smart 1998-07-24 15:46:52 +00:00
  • a37e883612 Altered event.h to reflect new toolbar event handling; removed bugs in regconf.h Julian Smart 1998-07-24 15:44:58 +00:00
  • 13437238cd Updated the toolbar sample to reflect updated event handling. Julian Smart 1998-07-24 15:43:03 +00:00
  • 44216b3b2e added default value for "int type" (wxBITMAP_TYPE_XPM) in wxBitmap ctor and Load() method Vadim Zeitlin 1998-07-24 14:35:48 +00:00
  • a7ca513e5a removed #define wxToolBarGTK Vadim Zeitlin 1998-07-24 13:17:04 +00:00
  • 8ffec97a6e fixed appending of '/' to empty string Karsten Ballüder 1998-07-24 12:18:23 +00:00
  • 6134811179 fixed private member access problem Karsten Ballüder 1998-07-24 10:31:25 +00:00
  • fe3d8179fa oops... a typo in just checked in file corrected Vadim Zeitlin 1998-07-23 17:56:13 +00:00
  • 904f68c7e8 call to SetLabel in Create() added to strip "&" characters from the label Vadim Zeitlin 1998-07-23 17:54:24 +00:00
  • 389cdc7ae4 wxTreeControl::Get/SetSelection implemented Vadim Zeitlin 1998-07-23 17:53:50 +00:00
  • 543e7dd22a now wxToolBarGTK is #define'd as wxToolBar under wxGTK and not vice versa Vadim Zeitlin 1998-07-23 16:10:48 +00:00
  • 43fa96a840 IsItemExpanded() function added Vadim Zeitlin 1998-07-23 16:09:55 +00:00
  • aed8df383f wxUpdateUI events generation added Vadim Zeitlin 1998-07-23 16:08:49 +00:00
  • 9406d962cc IsModified() function now works correctly Vadim Zeitlin 1998-07-23 16:08:28 +00:00
  • 7c41ac7b42 SetModified() added Vadim Zeitlin 1998-07-23 16:07:55 +00:00
  • fd4bc7de65 OnSize removed (not needed any more after Robert's fix) Vadim Zeitlin 1998-07-23 16:07:27 +00:00
  • 83885a398b more accessors added, member variablesmade private Vadim Zeitlin 1998-07-23 16:07:05 +00:00
  • ab16f4a300 DoMenuUpdates() Vadim Zeitlin 1998-07-23 16:06:23 +00:00
  • 4632781333 added flag wxFILE_MUST_EXIST Vadim Zeitlin 1998-07-23 16:05:39 +00:00
  • 2a4f4a2773 GetLabel() added Vadim Zeitlin 1998-07-23 16:05:14 +00:00
  • 19717c50b9 common functions moved into ../common/framecmn.cpp Vadim Zeitlin 1998-07-23 16:03:53 +00:00
  • 96fd301f0e made the code more wxMSW compatible Vadim Zeitlin 1998-07-23 16:02:54 +00:00
  • caac51810b made the constraintsin notebook pages work (once again) Vadim Zeitlin 1998-07-23 16:02:23 +00:00
  • 5e0aa05a52 added wxUpdateUI generation Vadim Zeitlin 1998-07-23 16:01:52 +00:00
  • 7ec1983bfa common part of wxWindow class Vadim Zeitlin 1998-07-23 16:01:33 +00:00
  • 32c77a7133 removes "&" from wxControl's label (also for buttons and stattext) Vadim Zeitlin 1998-07-23 15:59:55 +00:00
  • 9ec05cc986 choosing "Cancel" in the message box which appears when an wxASSERT fails also suppresses wxLogDebug() messages Vadim Zeitlin 1998-07-23 15:57:47 +00:00
  • 63fec618dc common code of wxFrame class Vadim Zeitlin 1998-07-23 15:56:50 +00:00
  • 3bbb630a21 a warning in the release build suppressed Vadim Zeitlin 1998-07-23 15:56:30 +00:00
  • 14d1ccd89d Created new, simplified toolbar sample; removed other toolbar samples. Julian Smart 1998-07-23 14:39:46 +00:00
  • 73e7daa02e Moved Get/SetToolBar down into frame.h/cpp Julian Smart 1998-07-23 14:25:44 +00:00
  • 30474825bb added #define wxToolBar wxToolBarGTK for wxGTK Vadim Zeitlin 1998-07-23 12:33:08 +00:00
  • 716b736420 mdi private menus Chris's check menu additions frame fixes Robert Roebling 1998-07-22 22:13:31 +00:00
  • 47fa796902 Added wxString version of wxStripExtension; changed OnClose to return TRUE; fixed some bad casts in resource.cpp Julian Smart 1998-07-22 13:54:47 +00:00
  • 9123006f13 Added wxString version of wxStripExtension; changed OnClose to return TRUE Julian Smart 1998-07-22 13:53:47 +00:00
  • 7228ab483e warning under gcc removed Vadim Zeitlin 1998-07-22 11:33:15 +00:00
  • 240d850370 fixed duplicate definition Karsten Ballüder 1998-07-21 13:41:40 +00:00
  • c3b0ff9c7a bug in wxFileConfig::DeleteEntry/Group corrected Vadim Zeitlin 1998-07-20 22:26:39 +00:00
  • 4d14b52449 corrected bug in wxArrayString::operator= and it's copy ctor Vadim Zeitlin 1998-07-20 22:23:51 +00:00
  • e2414cbe8c many fixes to wxTextCrtl, wxTreeCrtl, wxListBox, wxDialog, wxFrame two more samples work now, docview and treectrl Robert Roebling 1998-07-20 18:05:48 +00:00
  • 035b704a46 Added use of default file/dir and confirm on overwrite to file selection dialog Unknown (MO) 1998-07-20 14:59:54 +00:00
  • f40ccee99b fixed config incosistency Karsten Ballüder 1998-07-20 12:20:06 +00:00
  • 3d6a5e3c5b added -O0 to debug flags to disable optimisation - might break things for non-gcc Karsten Ballüder 1998-07-20 11:25:50 +00:00
  • 9480f5d151 printing added Karsten Ballüder 1998-07-20 08:43:47 +00:00
  • 86bb7d4825 infinite loop in wxNavigationKeyEvent processing fixed Vadim Zeitlin 1998-07-19 20:46:35 +00:00
  • ae29de8326 MSWGetDlgCode() behaviour changed to allow both TAB navigation in the dialogs, pressing Enter to activate default button and processing Enter by the text control itself. Vadim Zeitlin 1998-07-19 20:45:51 +00:00
  • a93ca20183 Renamed a couple more samples/controls files; fixed wxSplitterWindow cursors Julian Smart 1998-07-19 20:09:44 +00:00
  • 26cf69fe72 fixed the ps dialog but doesn't all work yet Karsten Ballüder 1998-07-19 17:39:07 +00:00
  • 637f467a06 wxDocManager gets the only view if none other specified as the current view; added ProcessEvent so views get their events processed properly. Julian Smart 1998-07-18 22:04:25 +00:00
  • 0fc1a7137c Added revamped Object Graphics Library (for node/arc diagrams). Julian Smart 1998-07-18 21:57:52 +00:00
  • 0f7549d594 a couple of functions added (GetNumberOfGroups/Entries, ExpandEnvStrings), some global functions renamed to start with "wx" Vadim Zeitlin 1998-07-18 21:47:45 +00:00
  • 82cf4761e1 small bug fixes + a couple of new functions added Vadim Zeitlin 1998-07-18 21:44:54 +00:00
  • 9fbd8b8d61 several bugs fixes Vadim Zeitlin 1998-07-18 21:15:37 +00:00
  • cf5f9c9c3e wxFrame: OnSize() has a SEGV if wxFrame has no child. Fixed. Guilhem Lavaux 1998-07-18 10:44:31 +00:00
  • 0d73e5a104 ODBC compile (and link) fixes Robert Roebling 1998-07-18 10:15:35 +00:00
  • 1a6944fd74 added ODBC support Robert Roebling 1998-07-18 00:57:32 +00:00
  • c83d505a20 compile without STRICT fixed Vadim Zeitlin 1998-07-17 22:34:15 +00:00
  • c7f3b78bac corrected (after wxTString untimely death) and expanded Vadim Zeitlin 1998-07-17 21:21:02 +00:00
  • 3aadbb82d9 the very last traces of wxTString removed Vadim Zeitlin 1998-07-17 21:13:13 +00:00
  • 11ed4f79aa Bug fix to scrolwin.cpp (position not set in SetScrollbars); redundant variable in wxGrid removed Julian Smart 1998-07-17 21:03:05 +00:00
  • 99d270120e don't set focus to [ok] in text entry dialog (leave the text zone have it) Vadim Zeitlin 1998-07-17 21:01:47 +00:00
  • 7502ba2975 last traces of wxTString removed Vadim Zeitlin 1998-07-17 21:00:11 +00:00
  • 3168a13f90 correct (working) version of wxString Vadim Zeitlin 1998-07-17 20:58:33 +00:00
  • a1530845c9 wxTString removed Vadim Zeitlin 1998-07-17 20:52:40 +00:00
  • 6b95b20d03 correct (working) version of wxString Vadim Zeitlin 1998-07-17 20:51:36 +00:00
  • 36af0bc423 another "const" added Vadim Zeitlin 1998-07-17 13:07:33 +00:00
  • 85ccdcce1c some "const"s added Vadim Zeitlin 1998-07-17 12:44:13 +00:00
  • e14dccff1c fixed, latex now works for manual.tex and referenc.tex, but referenc.tex fails with index Karsten Ballüder 1998-07-17 12:34:50 +00:00
  • d6a1743b56 Some Borland/GnuWin32 fixes Julian Smart 1998-07-17 11:10:38 +00:00
  • 18a2fa3715 fixed underline for drawing text, as suggested by Chris Breeze Karsten Ballüder 1998-07-17 10:06:26 +00:00
  • c4e7c2aa58 Added STRICT corrections. Julian Smart 1998-07-17 09:32:24 +00:00
  • e99c304810 fixed compilation problems under Windows Vadim Zeitlin 1998-07-17 08:18:57 +00:00
  • 3848ffef9f fixed a missing backslash Robin Dunn 1998-07-17 03:35:20 +00:00