Vadim Zeitlin
|
39931206f7
|
regenerated after wxUSE_SELECT/EPOLL_DISPATCHER additions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 20:32:36 +00:00 |
|
Vadim Zeitlin
|
78355ffc7b
|
make the path absolute before using it with gtk_file_chooser_set_current_folder() (patch 1753796)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 20:30:46 +00:00 |
|
Vadim Zeitlin
|
2d1593cd4b
|
replace RunLoop() call with Dispatch() after wxFDIODispatcher changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 20:27:30 +00:00 |
|
Vadim Zeitlin
|
b20573601f
|
allow setting empty tooltip in SetIcon() (patch 1750994)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 20:26:07 +00:00 |
|
Vadim Zeitlin
|
d31a4a84fb
|
don't leak epoll descriptor
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 20:22:27 +00:00 |
|
Vadim Zeitlin
|
0a6c4c2e3b
|
corrected #if check which was written as #ifdef
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 20:22:05 +00:00 |
|
Vadim Zeitlin
|
5e1eac149f
|
create the single global IO dispatcher in wxFDIODispatcher; don't use wxSelectDispatcher in wxGSocket as the global dispatcher may be of a different type (modified patch 1733626)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 20:18:38 +00:00 |
|
Vadim Zeitlin
|
7523de907d
|
replaced wxFDIODispatcher::RunLoop() with Dispatch() which handles only one event at a time (part 1 of the patch 1733626)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 19:50:38 +00:00 |
|
Vadim Zeitlin
|
af57c51ab7
|
changed wxFDIODispatcher::UnregisterFD() to take only fd, without flags, and unregister it unconditionally; use ModifyFD() to just change the flags (modified part of patch 1733626)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 19:41:46 +00:00 |
|
Vadim Zeitlin
|
c11132ca80
|
ignore bakefile-generated test.dsw too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 19:40:30 +00:00 |
|
Paul Cornett
|
a9639e76ed
|
fix syntax error
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 19:17:21 +00:00 |
|
Vadim Zeitlin
|
8ba1644391
|
added include guard
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 19:09:35 +00:00 |
|
Vadim Zeitlin
|
a187327964
|
Added wxUSE_CONSOLE_EVENTLOOP and wxUSE_SELECT/EPOLLDISPATCHER guards;
put checks for them in the new Unix-specific wx/unix/chkconf.h file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 19:06:18 +00:00 |
|
Vadim Zeitlin
|
ba51e75bb0
|
fix harmless unused variable warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 18:52:52 +00:00 |
|
Paul Cornett
|
a1312bc8b2
|
fix HasPendingEvents() to only return true if there are actually events pending
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 18:18:22 +00:00 |
|
Vadim Zeitlin
|
d970f7d5cb
|
allow using dashes in the names of --enable/with options used with WX_ARG_XXX macros and renamed --disable-all_features to --disable-all-features
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 18:12:32 +00:00 |
|
Vadim Zeitlin
|
3c7410a5ba
|
don't change the wxUSE_XXX for the controls if --enable-controls wasn't specified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 17:54:39 +00:00 |
|
Robert Roebling
|
befa9b614f
|
Test in GetFirstChild() if item is known to control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 15:47:01 +00:00 |
|
Robert Roebling
|
1e08ad102a
|
Made wxDataViewCtrl sample use a real, expandabl data tree
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 13:54:14 +00:00 |
|
Benjamin Williams
|
94473fa8e4
|
fix for bug #1747890 - close button problem fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 10:10:25 +00:00 |
|
Václav Slavík
|
288b6107e1
|
renamed wxXmlProperty to wxXmlAttribute, plus implied method names changes (bug #1751761)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 10:07:41 +00:00 |
|
Stefan Csomor
|
ab0f37b97b
|
adapting to new m_labelOrig label member
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-14 05:47:37 +00:00 |
|
Václav Slavík
|
6a4cbac17a
|
removed broken and global GetLine() function from wx/protocol/protocol.h; there's already wxProtocol::ReadLine() that actually works
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 21:30:36 +00:00 |
|
Václav Slavík
|
a2bd84a532
|
added --disable-visibility configure option
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 20:44:26 +00:00 |
|
Vadim Zeitlin
|
50257dba06
|
compilation fix for DoReadBinary() in STL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 14:49:58 +00:00 |
|
Vadim Zeitlin
|
c70557da08
|
set the string field of the wxEVT_COMMAND_CHECKLISTBOX_TOGGLED event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 14:16:14 +00:00 |
|
Vadim Zeitlin
|
46753a7ce5
|
fixed showing busy cursor for disabled windows and during wxExecute()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 14:09:08 +00:00 |
|
Vadim Zeitlin
|
d3c58c7ec0
|
use wxLongLong::ToLong() and not GetLo() to extract time_t value in GetTicks(): they are very different on 64 bit platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 13:43:57 +00:00 |
|
Vadim Zeitlin
|
c6f9dfe8ef
|
added commands to test how busy cursor behaves during wxExecute()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 13:05:28 +00:00 |
|
Vadim Zeitlin
|
a6a0bd38c6
|
added eVC project file for building regex library (patch 1753200)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 12:57:46 +00:00 |
|
Vadim Zeitlin
|
11c467ef1a
|
added stubs for DoRead/WriteBinary()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 11:29:33 +00:00 |
|
Vadim Zeitlin
|
ee8fd6b1bd
|
cast abs() argument to int to fix compilation with BC++ 2007
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 11:14:49 +00:00 |
|
Vadim Zeitlin
|
664f3fd4eb
|
wxCreateDIB() seems to be unused, removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 11:13:55 +00:00 |
|
Václav Slavík
|
7da37f2c5d
|
make it possible to build in ANSI build on Windows again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 09:55:18 +00:00 |
|
Václav Slavík
|
3d44a14558
|
make --enable-optimise the default in absence of --enable-debug again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 09:13:55 +00:00 |
|
Robert Roebling
|
d5025dc00f
|
More patches from Bo, reduced wxDataViewModel, more sorting preps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-13 00:35:39 +00:00 |
|
Vadim Zeitlin
|
cb3c7fdda6
|
fix unused parameter warning in OnIdle()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 22:04:59 +00:00 |
|
Vadim Zeitlin
|
d05005c11f
|
use unsigned char to avoid MSVC warnings about cast truncations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 22:04:17 +00:00 |
|
Vadim Zeitlin
|
1032be03d5
|
remove deprecated UseAlpha() call
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 22:01:03 +00:00 |
|
David Elliott
|
64dfdfa28b
|
Improve static_cfref_cast so that it can be used without causing an unnecessary retain/release in the case when one is only using the cast to convert to a more-derived raw CF ref type.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 20:03:20 +00:00 |
|
David Elliott
|
aa25b7f983
|
Fix Raise and Lower to leave all other sibilng views in the order they were in.
Copyright 2007 Software 2000 Ltd.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 18:26:33 +00:00 |
|
Robert Roebling
|
3b6280beb2
|
Bo's patch for generic code, more sorting code, WIP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 12:58:28 +00:00 |
|
Václav Slavík
|
3ef595d5f8
|
removed extra semicolon
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 12:36:25 +00:00 |
|
Vadim Zeitlin
|
de004174ff
|
compilation fix for ANSI STL build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 12:16:23 +00:00 |
|
Vadim Zeitlin
|
325ab46800
|
removed Insert() methods which already exist in the base wxControlWithItems class
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 12:04:07 +00:00 |
|
Vadim Zeitlin
|
b534968dc3
|
added support for alpha channel to wxColour to/from string conversion functions (slightly modified patch 1750112)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 08:36:24 +00:00 |
|
Paul Cornett
|
1d66b09982
|
fix MDI child sizing, which was working more or less by accident before I broke it in rev 46223
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 07:01:54 +00:00 |
|
Václav Slavík
|
f24fc8367d
|
compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 06:13:52 +00:00 |
|
Vadim Zeitlin
|
6af769427a
|
added missing spaces
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 00:18:01 +00:00 |
|
Vadim Zeitlin
|
98c389845f
|
non-PCH compilation fix after latest change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-07-12 00:12:51 +00:00 |
|