Chris Elliott
|
6c49d63403
|
add watcom to #include shlguid.h
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50031 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 17:37:33 +00:00 |
|
Vadim Zeitlin
|
d9c98a9aad
|
assume that all directories have children by default, it can take too long to check if they really do and it's better to do it on demand only, i.e. when the user really tries to open them (patch 1830527)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 15:35:16 +00:00 |
|
Vadim Zeitlin
|
1d243ee084
|
test for remote drive existence using wxDirExists() first if it's mapped locally, it can be much faster if the drive is unavailable (patch 1831209)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 15:31:17 +00:00 |
|
Vadim Zeitlin
|
8c029a5b02
|
added SetInitialSocketBuffers() to allow changing the send/receive buffer sizes (patch 1829576)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 15:21:26 +00:00 |
|
Vadim Zeitlin
|
795b0f1444
|
handle NULL BSTRs as empty ones per Microsoft convention
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 15:16:33 +00:00 |
|
Vadim Zeitlin
|
905e090500
|
forward SetFocus() to the directory tree (replaces patch 1831210)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 15:12:13 +00:00 |
|
Vadim Zeitlin
|
2b147f2e19
|
allow to optionally use vendor name component in standard paths (slightly modified patch 1831308)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 14:59:13 +00:00 |
|
Vadim Zeitlin
|
180b5b4827
|
added vendor display name (for consistency with app display name &c) (patch 1831303)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 14:45:53 +00:00 |
|
Vadim Zeitlin
|
82c6387837
|
fix wxColourDialog::Centre() and SetSize() (modified patch 1831628)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 14:43:38 +00:00 |
|
Vadim Zeitlin
|
b685c0a668
|
compare colours using their operator==() instead of comparing individual RGB components as this is shorter and more correct for the colours with the same RGB but different alpha components (patch 1832844)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50022 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 14:24:18 +00:00 |
|
Vadim Zeitlin
|
9a2534df04
|
PCH-less compilation fix after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50021 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 14:04:44 +00:00 |
|
Robert Roebling
|
2f26ad2872
|
Use renderer to draw checkmark
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50020 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 13:52:37 +00:00 |
|
Robert Roebling
|
2f5157911b
|
Unsuccesfully tries to remove border from wxComboBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50019 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 13:34:28 +00:00 |
|
Robert Roebling
|
ee2d93aed0
|
Use wxBORDER_NONE for wxGridCellTextEditor on all platforms, not just wxMSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50018 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 12:37:35 +00:00 |
|
Stefan Csomor
|
03561a3c07
|
cleanup mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50017 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 10:37:02 +00:00 |
|
Vadim Zeitlin
|
6719c06a97
|
no real changes, just some cleanup: add wxIsAltDown() in addition to the existing wxIsShift/CtrlDown() and wxIsAnyModifiedDown() to test for all of them at once (slightly modified patch 1833235)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50013 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 00:24:07 +00:00 |
|
Vadim Zeitlin
|
d04a9fdfe2
|
add wxModule::AddDependency(name) overload (patch 1790451)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-17 00:12:01 +00:00 |
|
Vadim Zeitlin
|
08f1c27c39
|
document Next/PrevControlId() removal (should have been part of r50007)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-16 23:59:30 +00:00 |
|
Vadim Zeitlin
|
521ff07eb1
|
don't capture the mouse when just moving it in the grid (tentative replacement for the patch 1779923)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-16 23:55:57 +00:00 |
|
Vadim Zeitlin
|
b7b00ae172
|
reset global wxTheApp pointer before deleting it to avoid use of half-destroyed object (bug 1831130)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-16 23:41:38 +00:00 |
|
Vadim Zeitlin
|
e13ce4a3d0
|
move Add/DeleteAttribute() implementations out of line to avoid deprecation warnings when including xml.h from user code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-16 23:34:21 +00:00 |
|
Vadim Zeitlin
|
f35fdf7e4a
|
added logic to manage automatically allocated ids in-use status to avoid clashes for long-running programs (modified patch 1800016, incidentally fixes bug 1832620)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-16 23:25:18 +00:00 |
|
Stefan Csomor
|
9d46359178
|
cleanup mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-16 21:04:50 +00:00 |
|
Stefan Csomor
|
d447f7531d
|
cleanup mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-16 21:01:30 +00:00 |
|
Stefan Csomor
|
1b5dbd344a
|
cleanup mac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-16 21:00:08 +00:00 |
|
Stefan Csomor
|
400e8540ad
|
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-16 20:58:12 +00:00 |
|
Stefan Csomor
|
50f8c98e06
|
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-16 20:57:39 +00:00 |
|
Stefan Csomor
|
a9479081df
|
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-16 20:55:57 +00:00 |
|
Stefan Csomor
|
fdcc78196e
|
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50000 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-16 20:53:38 +00:00 |
|
Stefan Csomor
|
623633eea9
|
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-16 20:52:54 +00:00 |
|
Julian Smart
|
20bdddadd5
|
Don't suppress accelerators that include Enter just because a tree control is focused
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49993 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-16 13:12:20 +00:00 |
|
Stefan Csomor
|
2301cda008
|
correcting import/export (_adv gave linking errors)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-16 12:25:18 +00:00 |
|
Stefan Csomor
|
11bdfd1c7d
|
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-15 20:28:06 +00:00 |
|
Stefan Csomor
|
80f3f3beb6
|
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-15 20:26:54 +00:00 |
|
Stefan Csomor
|
2415ff14f8
|
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49983 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-15 20:21:55 +00:00 |
|
Stefan Csomor
|
6258f9d978
|
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-15 20:20:55 +00:00 |
|
Stefan Csomor
|
f5d7fd0837
|
cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-15 20:19:47 +00:00 |
|
Robert Roebling
|
f8cad1a18a
|
Slightly overoptimized
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-15 20:12:38 +00:00 |
|
Robert Roebling
|
0e9cfa5109
|
remove warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49979 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-15 20:11:30 +00:00 |
|
Stefan Csomor
|
d01ad2f5a7
|
rebaked after adding utilscocoa.mm to wxmac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-15 18:02:08 +00:00 |
|
Paul Cornett
|
e42aab7fbf
|
fix reference to temporary
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-15 16:44:08 +00:00 |
|
Paul Cornett
|
ec935ba841
|
build fixes for 64-bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-15 16:34:36 +00:00 |
|
Robert Roebling
|
517166e678
|
optimise startup of wxDataViewIndexListModel
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-15 15:03:48 +00:00 |
|
Julian Smart
|
5ef723747c
|
Border correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-15 10:22:22 +00:00 |
|
Julian Smart
|
e18389820f
|
Corrected symbol for OS/2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49961 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-15 08:04:25 +00:00 |
|
Julian Smart
|
d949570b66
|
Added missing include
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49958 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-15 07:09:25 +00:00 |
|
Robert Roebling
|
38dd8ed404
|
wxDC rework, forgot these
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49954 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-14 21:05:43 +00:00 |
|
Julian Smart
|
c0e15042c3
|
Don't try to call CanUndo/CanRedo for read-only combobox since we'll get an assert.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-14 15:01:33 +00:00 |
|
Julian Smart
|
6aff27c9f1
|
Conflict correction
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-14 14:51:00 +00:00 |
|
Robert Roebling
|
3e4b352f6b
|
wxDC change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-14 14:50:09 +00:00 |
|