Vadim Zeitlin
|
36b6448cc3
|
added wxUSE_DEBUGREPORT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-11 00:19:17 +00:00 |
|
Vadim Zeitlin
|
60b881f7a6
|
cosmetic fix to a message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-11 00:19:09 +00:00 |
|
Vadim Zeitlin
|
110a0fea88
|
corrected wxLogErrors() in Clear() and Flush()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32737 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-11 00:02:27 +00:00 |
|
Robin Dunn
|
c9caa6bbe9
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32736 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 23:55:12 +00:00 |
|
Robin Dunn
|
303f572ea9
|
add default action methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 23:54:14 +00:00 |
|
Robert Roebling
|
19874feb47
|
Reenable dead keys under GTK2.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32734 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 23:06:48 +00:00 |
|
Julian Smart
|
3534fc20dd
|
When drawing a solid page background, don't use theme painting
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 22:02:05 +00:00 |
|
Włodzimierz Skiba
|
667601991b
|
Missing API of wxMenuItem. const corrections. PalmOS specific note.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32732 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 20:51:37 +00:00 |
|
Włodzimierz Skiba
|
54ca2f7eb0
|
Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 20:14:14 +00:00 |
|
Włodzimierz Skiba
|
17131ffd75
|
Disable wxID_EXIT on PalmOS with all consequences in content of menu (separators). Remove msw related code in wxPalmOS.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32730 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 19:59:01 +00:00 |
|
Vadim Zeitlin
|
9600e53035
|
disable drag and drop
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 19:37:21 +00:00 |
|
Włodzimierz Skiba
|
53d09d5558
|
Use initial book from available controls. Select it in menu correctly.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 19:34:58 +00:00 |
|
Vadim Zeitlin
|
6f8a4ba11c
|
wxGetEnv() should return wxChar *, even if it's a macro and not a function
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 19:23:33 +00:00 |
|
Włodzimierz Skiba
|
311131d369
|
Apart smartphones use choicebook when notebook is not available (like testing smartphone layout using desktop build).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32726 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 19:22:46 +00:00 |
|
Václav Slavík
|
679eea8dec
|
use dummy.cpp with eVC, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 19:20:32 +00:00 |
|
Václav Slavík
|
442253be2d
|
use dummy.cpp with eVC, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 19:20:16 +00:00 |
|
Vadim Zeitlin
|
2f5e2c177c
|
define wxGetEnv() as macro, not inline function, for WinCE as otherwise extended.c compilation fails
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32723 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 19:20:04 +00:00 |
|
Vadim Zeitlin
|
67acaf80e7
|
Unicode fix after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 19:19:09 +00:00 |
|
Vadim Zeitlin
|
32669a1323
|
ignore build files for stuff which is not in the cvs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32721 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 19:16:07 +00:00 |
|
Vadim Zeitlin
|
cbffcf1117
|
define wxGetenv() for WinCE which doesn't have _tgetenv() to always return NULL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32720 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 19:14:53 +00:00 |
|
Vadim Zeitlin
|
766763d092
|
use wxGetenv() instead of getenv() which doesn't exist under WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32719 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 19:14:04 +00:00 |
|
Vadim Zeitlin
|
5e7f00a137
|
moved WinCE-specific part into wx/msw/wince/chkconf.h; added more stuff to it (partly moved from wince/setup.h)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 19:11:57 +00:00 |
|
Robin Dunn
|
13304c1b9b
|
Give the wxChoice an explicit width so the min size of the panel won't
be too large, preventing the splitter from resizing it back down to a
manageble size.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32717 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 19:07:15 +00:00 |
|
Vadim Zeitlin
|
4652511f90
|
disable wxUSE_EXCEPTIONS when compiling with VC++ but without /GX (a.k.a. /EHsc) switch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32716 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 19:06:26 +00:00 |
|
Vadim Zeitlin
|
9205cb3f26
|
unused param warning with wxUSE_OLE=0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32715 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 18:54:53 +00:00 |
|
Vadim Zeitlin
|
5e9ccdeb95
|
generate (common part of) include/wx/msw/wince/setup.h automatically, as for MSW, Mac and Unix setup.h versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 18:26:29 +00:00 |
|
Stefan Csomor
|
f2c3f2a8c9
|
cursor setting corrected
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 15:47:43 +00:00 |
|
Stefan Csomor
|
a86831340f
|
make sure we don't have two associations pointing to the same control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 15:46:31 +00:00 |
|
Vadim Zeitlin
|
6aafd4a27a
|
check that wxYES and wxNO are always used together as the native msg box can't use them separately (related to bug 1160422)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32711 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 14:49:52 +00:00 |
|
Włodzimierz Skiba
|
5e63b67d36
|
Smartphone adjustements to generic log dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 14:18:42 +00:00 |
|
Robin Dunn
|
8845e31e26
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32709 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 00:45:31 +00:00 |
|
Robin Dunn
|
061d64dd01
|
Catch possible exception from getdefaultlocale
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32708 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-10 00:41:44 +00:00 |
|
Julian Smart
|
7c52903569
|
Added some missing samples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32707 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 23:17:01 +00:00 |
|
Václav Slavík
|
7b3dba4927
|
fixed wxrc's dependencies
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32706 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 23:01:35 +00:00 |
|
Václav Slavík
|
54ab3bb8b3
|
AddFile usage clarifications
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32705 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 22:52:07 +00:00 |
|
Robin Dunn
|
5a44633293
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 22:49:23 +00:00 |
|
Robin Dunn
|
af7c9f73d9
|
Added some missing files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32703 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 22:31:00 +00:00 |
|
Robin Dunn
|
8793725c62
|
User newer APIs for setting up scrolling
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32702 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 22:30:18 +00:00 |
|
Robin Dunn
|
6e6b35578d
|
Use the PyGILState_* APIs on Python >= 2.3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 22:28:52 +00:00 |
|
Robert Roebling
|
168f82ce0a
|
Compilo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32700 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 19:04:46 +00:00 |
|
Ryan Norton
|
b14ba1f117
|
cgimagecreate from wxbitmap crashes 10.2 - turn off. Put in right click handler to avoid double-creation of the menus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 18:54:52 +00:00 |
|
Ryan Norton
|
099c3b27c2
|
Don't pass empty string to wxFileNameFSSpec or you get a crash
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 18:53:45 +00:00 |
|
Kevin Hock
|
bb154f79f3
|
Automatic use of MSG_NOSIGNAL or SO_NOSIGPIPE (checked at compile time); moved enabling of connection events on Darwin after connection has been accepted in WaitConnection; in Connect, enable events only after connection has succeeded rather than unconditionally before; do not close connection when a socket call results in EWOULDBLOCK, EAGAIN or EINTR, as these do not indicate a closed connection; loop around calls to send and recv so that socket calls returning EINTR can be immediately retried; check for invalid socket pointer in Detected_Read
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 18:12:27 +00:00 |
|
Dimitri Schoolwerth
|
ed6d701058
|
minor cleanup (doc typos fixed, removed tabs)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 16:37:36 +00:00 |
|
Włodzimierz Skiba
|
d94c09cdc6
|
Missing casts to event handling functions.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 16:29:59 +00:00 |
|
Vadim Zeitlin
|
ef0aea5ad4
|
made wxStaticCast more backwards compatible by allowing it to cast away const as well (in release build)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32694 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 15:23:49 +00:00 |
|
Włodzimierz Skiba
|
74b99d0f8a
|
WinCE fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 07:36:34 +00:00 |
|
Włodzimierz Skiba
|
5e10aed554
|
Missing flags.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32692 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 07:29:27 +00:00 |
|
Vadim Zeitlin
|
c7e1d00462
|
slightly clarified msw.window.no-clip-children test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32691 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-09 00:02:55 +00:00 |
|
Robert Roebling
|
f0e5a44df1
|
Applied dir control token patch.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-03-08 22:55:26 +00:00 |
|