Vadim Zeitlin
|
7f17c6dbbf
|
wxListbox::GetSelections() now takes a wxArrayInt instead of "int **"
(as under wxGTK)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-22 21:54:19 +00:00 |
|
Vadim Zeitlin
|
d736364315
|
now compiles with USE_XPM_IN_MSW on
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-22 21:53:24 +00:00 |
|
Vadim Zeitlin
|
0f03d24f30
|
Oops... just added wxString::Scanf() functions can't be implemented under
Windows. Removed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-22 21:51:27 +00:00 |
|
Vadim Zeitlin
|
6a415c9a1f
|
#include "wx/msw/notebook" added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-22 21:50:11 +00:00 |
|
Vadim Zeitlin
|
2283a22c2d
|
wxLogWindow::GetOldLog() added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@120 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-22 21:48:53 +00:00 |
|
Vadim Zeitlin
|
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.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-22 21:47:38 +00:00 |
|
Karsten Ballüder
|
5ebd1fb227
|
fixed #pragma
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-22 14:40:59 +00:00 |
|
Karsten Ballüder
|
1f0299c17d
|
fixed #include paths to use local copies of png/gdk_imlib/zlib headers
fixed compiler warning in time.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@117 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-22 12:47:56 +00:00 |
|
Guilhem Lavaux
|
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
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@116 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-20 10:25:12 +00:00 |
|
Vadim Zeitlin
|
9fd239ad61
|
put wxMessageBox() arguments in OnAssert() in the right order
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@115 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-19 15:55:51 +00:00 |
|
Karsten Ballüder
|
6367c8394c
|
fixed stupid compiler warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@114 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-19 12:35:36 +00:00 |
|
Vadim Zeitlin
|
4bf58c62d2
|
changed the notebook control to use AddPage() interface (Julian's version
didn't work at all) andupdated the sample to work with it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@113 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-18 16:59:18 +00:00 |
|
Julian Smart
|
5bfe9bbc65
|
Fixed SetSelection, GetSelection for Portrait/Landscape selection
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-18 14:01:07 +00:00 |
|
Karsten Ballüder
|
40a97c003c
|
another typo fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@111 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-18 13:40:24 +00:00 |
|
Karsten Ballüder
|
46bada707d
|
added notebook.cpp
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@110 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-18 13:26:19 +00:00 |
|
Karsten Ballüder
|
3fc5256f83
|
fixed wrong scanf() arguments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@109 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-18 13:26:02 +00:00 |
|
Vadim Zeitlin
|
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()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@108 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-18 13:20:42 +00:00 |
|
Vadim Zeitlin
|
b841e0e379
|
wxFileConfig bugs corrected (now the new entries belong to the right groups)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-18 13:07:58 +00:00 |
|
Guilhem Lavaux
|
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
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@106 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-16 17:17:02 +00:00 |
|
Vadim Zeitlin
|
d1c9bbf64d
|
"-1" index error in wxString::Before fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-16 12:41:33 +00:00 |
|
Guilhem Lavaux
|
8d31c13865
|
* Corrected #include "thread.h" => #include "wx/thread.h"
* Corrected the joystick.h detection stuff in configure.in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@104 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-15 17:21:07 +00:00 |
|
Karsten Ballüder
|
f5bf3b9509
|
changed GetSelections() argument
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@103 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-15 12:06:39 +00:00 |
|
Julian Smart
|
8aadf22734
|
Experimental notebook API
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@102 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-15 09:21:45 +00:00 |
|
Julian Smart
|
38009d396d
|
Corrected some problems I introduced, added tabevent.tex.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-15 07:57:40 +00:00 |
|
Vadim Zeitlin
|
b5f2afe541
|
wxNotebook interface (it may change!), implementation file is not yet
commited - I will do as soon as the interface is fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@100 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-14 23:16:19 +00:00 |
|
Vadim Zeitlin
|
28bfeb7353
|
added notebook events: wxEVT_COMMAND_NOTEBOOK_PAGE_CHANG(ED|ING)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@99 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-14 23:13:36 +00:00 |
|
Vadim Zeitlin
|
ec845369d5
|
added ctor wxColour(unsigned long colRGB) and the corresponding Set()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@98 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-14 23:08:53 +00:00 |
|
Julian Smart
|
e5fb7191bb
|
Added #define wxHelpController to help.h; added wxWinHelpController::Quit code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@97 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-14 20:53:26 +00:00 |
|
Julian Smart
|
89a51b2e38
|
*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@96 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-14 20:52:08 +00:00 |
|
Julian Smart
|
fe604ccddc
|
Various documentation additions and changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@95 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-14 20:48:39 +00:00 |
|
Guilhem Lavaux
|
b89156b5db
|
* Thread updates and cleanup (m_locked, MUTEX_UNLOCKED added)
* Updated the documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@94 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-14 15:28:28 +00:00 |
|
Julian Smart
|
ee4f8c2af9
|
const/void changes in thread, tabctrl and wave files; wxTabCtrl::InsertItem
now returns bool not int.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@93 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-14 12:15:13 +00:00 |
|
Julian Smart
|
eaaa6a06a2
|
Changed documentation const convention for non-objects; added some manual files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@92 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-14 12:11:50 +00:00 |
|
Julian Smart
|
4efd74436a
|
Corrected missing pipe in treectrl.h, wxOK->wxID_OK in wxGetTextFromUser,
no offsets in 2 functions in wxDC
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@91 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-14 08:53:46 +00:00 |
|
Julian Smart
|
40e1a9c025
|
Corrected dataobj.h/.cpp, corrected listbox to use non-integral height
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@90 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-13 17:09:59 +00:00 |
|
Guilhem Lavaux
|
7c351dad14
|
* Posix/SGI/No threads added
* Updated configure.in file (Threads and Joystick detection)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@89 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-13 17:02:45 +00:00 |
|
Julian Smart
|
d3c2365922
|
Added include/wx/joystick.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@88 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-13 10:12:57 +00:00 |
|
Julian Smart
|
101ceb40b1
|
Added GTK/Linux joystick class (Guilhem Lavaux)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@87 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-13 10:11:58 +00:00 |
|
Julian Smart
|
43d811ea55
|
Correction to dnd.h; EVT_MOUSE_EVENTS now includes LEAVE/ENTER events;
Windows LEAVE/ENTER events now work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@86 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-13 10:09:13 +00:00 |
|
Vadim Zeitlin
|
3078c3a641
|
in wxOnAssert() abort() replaced with raise(SIGTRAP) (Unix only)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@85 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-12 15:41:02 +00:00 |
|
Vadim Zeitlin
|
6a6d4eedf8
|
added support of multiple-selection listboxes, GetSelections() now works.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@84 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-12 14:56:04 +00:00 |
|
Vadim Zeitlin
|
2ad3a34ecc
|
wxTextCtrl::WriteText() now adds it at the end and not 1 position before
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@83 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-10 17:04:04 +00:00 |
|
Vadim Zeitlin
|
329b53d8ff
|
testing CVS notifications
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@82 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-10 11:11:20 +00:00 |
|
Vadim Zeitlin
|
4516e6c444
|
wxLogWindow ctor changed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@81 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-10 10:18:51 +00:00 |
|
Vadim Zeitlin
|
f42d26252d
|
wxLogWindow is now not a top-level frame, so it doesn't prevent the app from
being closed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@80 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-09 17:35:25 +00:00 |
|
Vadim Zeitlin
|
b59650beee
|
wxTempFile bug corrected: the temp file is now created in the same dir
as the original one, so that rename() always succeeds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@79 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-09 13:14:20 +00:00 |
|
Vadim Zeitlin
|
e51c494324
|
Bool changed to bool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-08 12:41:15 +00:00 |
|
Julian Smart
|
b18268d34b
|
Notes about implementing EVT_LEAVE_WINDOW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-08 11:48:29 +00:00 |
|
Karsten Ballüder
|
c03b8ea8cd
|
fixed NULL problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-08 11:37:30 +00:00 |
|
Vadim Zeitlin
|
05fafecd1a
|
Bool replaced by bool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
1998-06-05 14:46:58 +00:00 |
|