Commit graph

  • debe6624c1 Sorry, I went and removed consts as per the style guide :-) Julian Smart 1998-07-04 15:17:59 +00:00
  • eafc087e69 * Fixed Async -> sync in wxExecute * Added documentation about wxProcess, ... * Added wxDataStream::WriteString and wxDataStream::ReadString Guilhem Lavaux 1998-07-03 17:44:34 +00:00
  • 884360bc11 Various documentation changes, makefile fixes Julian Smart 1998-07-03 16:39:59 +00:00
  • 0d3820b348 Added #pragmas for gcc. Julian Smart 1998-07-03 16:36:10 +00:00
  • cfe780fb99 Added wxExpr parser/lexer files which had somehow got lost; added some pragmas. Julian Smart 1998-07-03 16:34:35 +00:00
  • ca7731b7c8 * Deleted all ^M * Added common/process.cpp Guilhem Lavaux 1998-07-02 17:43:02 +00:00
  • e74d736b5a Added dummy constructors etc. for wxProcess(Event) until Guilhem does it for real. Julian Smart 1998-07-02 16:40:30 +00:00
  • 4ce7bc3ebf Added extra Dialog Editor icons Julian Smart 1998-07-02 15:43:40 +00:00
  • 595bcfe9fc Fixed the configure apple-ieee to apple_ieee. Karsten Ballüder 1998-07-02 15:38:21 +00:00
  • ae8351fc61 Major changes to Dialog Editor (still at alpha level) Julian Smart 1998-07-02 15:19:34 +00:00
  • 201812a850 Removed some consts from tabctrl.h; fixed some other errors Julian Smart 1998-07-02 15:17:35 +00:00
  • 5260b1c582 Various changes for 16-bit compilation Julian Smart 1998-07-02 15:16:56 +00:00
  • ccd82cd130 old TODO renamed Vadim Zeitlin 1998-07-02 14:01:27 +00:00
  • 0ef0f35a33 renamed to TODO.txt (you really shouldn't use Explorer, Julian! :-) Vadim Zeitlin 1998-07-02 14:00:05 +00:00
  • ec69bbe8fa the file which contains TODO issues (with their priorities) for all platforms Vadim Zeitlin 1998-07-02 11:40:53 +00:00
  • 484e45bff5 * added gtk_text_changed callback and implemented DiscardEdits(), so that now IsModified() works correctly * corrected several "off by 1" errors for wxTE_MULTILINE controls (apparently it was a GTK bug so perhaps it doesn't work correctly with previous GTK versions, but it works correctly with the latest, GTK 1.0.4) Vadim Zeitlin 1998-07-01 18:58:24 +00:00
  • 3259263158 * Well, I've forgotten this file :-( Guilhem Lavaux 1998-07-01 17:28:14 +00:00
  • cf44735628 * Changed "true" to "TRUE" in some file: "true" doesn't exist in BC++ 5 * Added wxDataStream and wxProcess * Added the asynchronous end process notification on GTK and MSW * Updated configure* and setup.h * Added extended.c: Apple code to encode/decode float in IEEE format this code is removable by disabling USE_APPLE_CODEC Guilhem Lavaux 1998-07-01 17:26:46 +00:00
  • 0423b68518 wxImageList ctor now takes the same arguments as the MSW version (but it's still not implemented) Vadim Zeitlin 1998-07-01 15:43:03 +00:00
  • 74bedbeb40 many changes to make generic tree control (more) MSW compatible: 1) wxEVT_COMMAND_TREE_EXPANDING event now generated 2) tree control doesn't not delete children on branch collapse any more 3) migging image list and image-related functions added (but not yet implemented) Vadim Zeitlin 1998-07-01 15:42:11 +00:00
  • fd02ae23c2 Removed the WXUNUSED() from size parameters in wxIcon(filename,width,height) and added default values of -1,-1 to make it compatible with MSW behaviour. Karsten Ballüder 1998-06-30 12:42:46 +00:00
  • 29d87bba53 fixes redraw bug which was leaving a horizontal strip under the tree item after it was unselected (in wxGTK) Vadim Zeitlin 1998-06-29 16:23:41 +00:00
  • a5f81d8c07 Added my wxWindows based layout engine to the repository. It arranges text and graphics for display on a wxDC. This code is licensed under the LGPL. Karsten Ballüder 1998-06-29 12:44:36 +00:00
  • 8f79098a04 fixed event type parameter Karsten Ballüder 1998-06-29 12:18:42 +00:00
  • 780d37acc7 Separated out Win95 versions of gauge, slider Julian Smart 1998-06-28 11:34:42 +00:00
  • ad860fbf5d *** empty log message *** Julian Smart 1998-06-28 11:33:08 +00:00
  • da87a1ca42 Separated out Win95 versions of gauge, slider; added wxTabCtrl::GetCurFocus Julian Smart 1998-06-28 11:32:14 +00:00
  • 003a43dc88 Changes for wxEventType Julian Smart 1998-06-26 22:00:38 +00:00
  • 6c6f51f6bb Changes to aid debugging. Julian Smart 1998-06-26 21:59:42 +00:00
  • 646930985a wxEventType alterations. Julian Smart 1998-06-26 20:19:48 +00:00
  • 7798a18ec8 New wxEventType for event type enum, and corresponding alterations. Julian Smart 1998-06-26 20:18:30 +00:00
  • 68919656bb corrected "of by 1" error in wxString::insert() Vadim Zeitlin 1998-06-26 15:39:01 +00:00
  • 604a178390 added support for label alignments in wxStaticText::Create() Vadim Zeitlin 1998-06-26 14:29:47 +00:00
  • ff829f3f6d made the interface more compatible with the MSW version (although InsertPage and wxEVT_PAGE_CHANGING are still not implemented) and implemented the wxEVT_PAGE_CHANGED callback. Vadim Zeitlin 1998-06-26 14:29:11 +00:00
  • dabeb02181 Cured DC/GDI object leak; listbox window proc restored from debugging Julian Smart 1998-06-25 21:30:23 +00:00
  • ad95e0f64e Various measures to reduce flicker. Julian Smart 1998-06-25 09:45:27 +00:00
  • da938cfd99 Reduced flicker by a combination of less background erasing, and double-buffering. Julian Smart 1998-06-25 09:43:59 +00:00
  • f1da2f03fc misleading wxASSERT() corrected Vadim Zeitlin 1998-06-24 14:37:28 +00:00
  • 20193f1dab bug in wxNotebook::OnSize() corrected Vadim Zeitlin 1998-06-23 17:47:42 +00:00
  • 4e6322e0e5 added OnSize() to wxNotebook which forwards size events to the pages: fixes the layout problem Vadim Zeitlin 1998-06-23 16:28:49 +00:00
  • 46851318fe Corrected problem with MDI children not refreshing (removed WS_CLIPCHILDREN). Double-fixed the LEAVE/ENTER bug... Julian Smart 1998-06-23 10:29:23 +00:00
  • ab22cb9a01 Removed deletion of m_selections Julian Smart 1998-06-22 22:53:39 +00:00
  • f0edd8249f Removed Scanf, Scanfv Julian Smart 1998-06-22 22:52:43 +00:00
  • 607d906178 Added more flags to resource.cpp, #ifdefed out ScanfV for Windows, some grid typo fixes Julian Smart 1998-06-22 22:48:22 +00:00
  • 1c089c47f3 Cured problem introduced by LEAVE/ENTER OnIdle code; bugs in gauge sizing Julian Smart 1998-06-22 22:43:48 +00:00
  • 565215b26a Added wxCLIP_CHILDREN style (mainly for getting rid of flicker), other minor mods Julian Smart 1998-06-22 22:27:14 +00:00
  • f54f3bffce attempt to clean up a little keyboard handling code Vadim Zeitlin 1998-06-22 22:25:07 +00:00
  • 1311c7a9bb wxCHECK/wxCHECK_RET changes Vadim Zeitlin 1998-06-22 22:17:39 +00:00
  • a539b39f6b wxCHECK change Vadim Zeitlin 1998-06-22 22:17:15 +00:00
  • 144833307d GetSelections() changed to work with wxArrayInt Vadim Zeitlin 1998-06-22 22:09:38 +00:00
  • 1d7929284e now compiles with USE_XPM_IN_MSW on, added error messages if bitmap can't be loaded/saved Vadim Zeitlin 1998-06-22 22:07:55 +00:00
  • 8abf40fbb9 VC++ warning suppressed Vadim Zeitlin 1998-06-22 22:06:42 +00:00
  • 9efd3367c0 wxString::Scanf() removed because can't be implemented portably Vadim Zeitlin 1998-06-22 22:04:23 +00:00
  • e9c7dfb9b5 now compiles with USE_XPM_IN_MSW on Vadim Zeitlin 1998-06-22 22:03:20 +00:00
  • 937d4f4d31 bug in SplitPath() corrected - now ".." handled correctly Vadim Zeitlin 1998-06-22 21:58:31 +00:00
  • 7f17c6dbbf wxListbox::GetSelections() now takes a wxArrayInt instead of "int **" (as under wxGTK) Vadim Zeitlin 1998-06-22 21:54:19 +00:00
  • d736364315 now compiles with USE_XPM_IN_MSW on Vadim Zeitlin 1998-06-22 21:53:24 +00:00
  • 0f03d24f30 Oops... just added wxString::Scanf() functions can't be implemented under Windows. Removed. Vadim Zeitlin 1998-06-22 21:51:27 +00:00
  • 6a415c9a1f #include "wx/msw/notebook" added Vadim Zeitlin 1998-06-22 21:50:11 +00:00
  • 2283a22c2d wxLogWindow::GetOldLog() added Vadim Zeitlin 1998-06-22 21:48:53 +00:00
  • 1db08b2baf wxCHECK macros slightly changed: wxCHECK( expr, rc ) now returns rc if expr is FALSE and wxCHECK_RET( expr ) must be used in void functions. Vadim Zeitlin 1998-06-22 21:47:38 +00:00
  • 5ebd1fb227 fixed #pragma Karsten Ballüder 1998-06-22 14:40:59 +00:00
  • 1f0299c17d fixed #include paths to use local copies of png/gdk_imlib/zlib headers fixed compiler warning in time.cpp Karsten Ballüder 1998-06-22 12:47:56 +00:00
  • bdc6fff9ea * Added $(THREADS_LINK) to $(LINK_LIBS) so all programs can be linked. * Updated the thread detected (pthread-0.7, pthread, pthreads) * Added --without-threads to disable threads Guilhem Lavaux 1998-06-20 10:25:12 +00:00
  • 9fd239ad61 put wxMessageBox() arguments in OnAssert() in the right order Vadim Zeitlin 1998-06-19 15:55:51 +00:00
  • 6367c8394c fixed stupid compiler warning Karsten Ballüder 1998-06-19 12:35:36 +00:00
  • 4bf58c62d2 changed the notebook control to use AddPage() interface (Julian's version didn't work at all) andupdated the sample to work with it Vadim Zeitlin 1998-06-18 16:59:18 +00:00
  • 5bfe9bbc65 Fixed SetSelection, GetSelection for Portrait/Landscape selection Julian Smart 1998-06-18 14:01:07 +00:00
  • 40a97c003c another typo fixed Karsten Ballüder 1998-06-18 13:40:24 +00:00
  • 46bada707d added notebook.cpp Karsten Ballüder 1998-06-18 13:26:19 +00:00
  • 3fc5256f83 fixed wrong scanf() arguments Karsten Ballüder 1998-06-18 13:26:02 +00:00
  • c8cfb486fb 1) Right(char ch) now returns the part of the string after the last occurence of ch _without_ ch itself (like Left(char ch)) 2) Added wxString::Scanf() and wxString::ScanfV() Vadim Zeitlin 1998-06-18 13:20:42 +00:00
  • b841e0e379 wxFileConfig bugs corrected (now the new entries belong to the right groups) Vadim Zeitlin 1998-06-18 13:07:58 +00:00
  • 82052affa7 * Hope this is the last bug fix in the wxThread merge ... * configure updated * some function added in utilsgtk.cpp (wxSleep, wxKill) * wxThread sample v0.1 Guilhem Lavaux 1998-06-16 17:17:02 +00:00
  • d1c9bbf64d "-1" index error in wxString::Before fixed Vadim Zeitlin 1998-06-16 12:41:33 +00:00
  • 8d31c13865 * Corrected #include "thread.h" => #include "wx/thread.h" * Corrected the joystick.h detection stuff in configure.in Guilhem Lavaux 1998-06-15 17:21:07 +00:00
  • f5bf3b9509 changed GetSelections() argument Karsten Ballüder 1998-06-15 12:06:39 +00:00
  • 8aadf22734 Experimental notebook API Julian Smart 1998-06-15 09:21:45 +00:00
  • 38009d396d Corrected some problems I introduced, added tabevent.tex. Julian Smart 1998-06-15 07:57:40 +00:00
  • b5f2afe541 wxNotebook interface (it may change!), implementation file is not yet commited - I will do as soon as the interface is fixed Vadim Zeitlin 1998-06-14 23:16:19 +00:00
  • 28bfeb7353 added notebook events: wxEVT_COMMAND_NOTEBOOK_PAGE_CHANG(ED|ING) Vadim Zeitlin 1998-06-14 23:13:36 +00:00
  • ec845369d5 added ctor wxColour(unsigned long colRGB) and the corresponding Set() Vadim Zeitlin 1998-06-14 23:08:53 +00:00
  • e5fb7191bb Added #define wxHelpController to help.h; added wxWinHelpController::Quit code Julian Smart 1998-06-14 20:53:26 +00:00
  • 89a51b2e38 *** empty log message *** Julian Smart 1998-06-14 20:52:08 +00:00
  • fe604ccddc Various documentation additions and changes. Julian Smart 1998-06-14 20:48:39 +00:00
  • b89156b5db * Thread updates and cleanup (m_locked, MUTEX_UNLOCKED added) * Updated the documentation Guilhem Lavaux 1998-06-14 15:28:28 +00:00
  • ee4f8c2af9 const/void changes in thread, tabctrl and wave files; wxTabCtrl::InsertItem now returns bool not int. Julian Smart 1998-06-14 12:15:13 +00:00
  • eaaa6a06a2 Changed documentation const convention for non-objects; added some manual files Julian Smart 1998-06-14 12:11:50 +00:00
  • 4efd74436a Corrected missing pipe in treectrl.h, wxOK->wxID_OK in wxGetTextFromUser, no offsets in 2 functions in wxDC Julian Smart 1998-06-14 08:53:46 +00:00
  • 40e1a9c025 Corrected dataobj.h/.cpp, corrected listbox to use non-integral height Julian Smart 1998-06-13 17:09:59 +00:00
  • 7c351dad14 * Posix/SGI/No threads added * Updated configure.in file (Threads and Joystick detection) Guilhem Lavaux 1998-06-13 17:02:45 +00:00
  • d3c2365922 Added include/wx/joystick.h Julian Smart 1998-06-13 10:12:57 +00:00
  • 101ceb40b1 Added GTK/Linux joystick class (Guilhem Lavaux) Julian Smart 1998-06-13 10:11:58 +00:00
  • 43d811ea55 Correction to dnd.h; EVT_MOUSE_EVENTS now includes LEAVE/ENTER events; Windows LEAVE/ENTER events now work Julian Smart 1998-06-13 10:09:13 +00:00
  • 3078c3a641 in wxOnAssert() abort() replaced with raise(SIGTRAP) (Unix only) Vadim Zeitlin 1998-06-12 15:41:02 +00:00
  • 6a6d4eedf8 added support of multiple-selection listboxes, GetSelections() now works. Vadim Zeitlin 1998-06-12 14:56:04 +00:00
  • 2ad3a34ecc wxTextCtrl::WriteText() now adds it at the end and not 1 position before Vadim Zeitlin 1998-06-10 17:04:04 +00:00
  • 329b53d8ff testing CVS notifications Vadim Zeitlin 1998-06-10 11:11:20 +00:00
  • 4516e6c444 wxLogWindow ctor changed Vadim Zeitlin 1998-06-10 10:18:51 +00:00
  • f42d26252d wxLogWindow is now not a top-level frame, so it doesn't prevent the app from being closed Vadim Zeitlin 1998-06-09 17:35:25 +00:00