Vadim Zeitlin
|
282d1e47f9
|
dc.h shouldn't include itself (patch 992933)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 16:39:07 +00:00 |
|
Dimitri Schoolwerth
|
b11dd80fa4
|
typo fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 16:38:58 +00:00 |
|
Dimitri Schoolwerth
|
749bb9f129
|
added shortcut functions AddSpacer and AddStretchSpacer (plus Prepend and Insert variants)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 16:37:48 +00:00 |
|
Vadim Zeitlin
|
db4c39a9e8
|
fixed header include guard position (patch 992443)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 16:36:51 +00:00 |
|
Vadim Zeitlin
|
189f58faea
|
don't assign the same normal value for all the other bitmaps, leave them empty (patch 990370)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 16:33:38 +00:00 |
|
Vadim Zeitlin
|
c328d0ad10
|
update the caret bitmap size in EVT_SIZE (patch 990361)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 16:32:24 +00:00 |
|
Vadim Zeitlin
|
37340c48fb
|
corrected assert in wxSocket::Initialize()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 16:25:00 +00:00 |
|
Vadim Zeitlin
|
bdb1f15c2b
|
unused param warnings fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 16:18:58 +00:00 |
|
Vadim Zeitlin
|
c2919ab326
|
added status bar fields styles support (patch 988292)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 16:13:52 +00:00 |
|
Vadim Zeitlin
|
22dec51f90
|
fixed flushing of secondary log target in wxLogChain (patch 985711)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 16:02:54 +00:00 |
|
Vadim Zeitlin
|
00e092707b
|
fixed wxList copy ctor (patch 985473)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 15:59:23 +00:00 |
|
Vadim Zeitlin
|
e6bf95736e
|
compilation fix for a patch which didn't compile...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 15:52:40 +00:00 |
|
Vadim Zeitlin
|
09088d12d4
|
compilation fix after last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 15:48:14 +00:00 |
|
Vadim Zeitlin
|
cd8c3f17fc
|
removed #pragma interface without matching #pragma implementation (replaces patch 981135)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 15:44:47 +00:00 |
|
Vadim Zeitlin
|
69936aea19
|
added DoCreate/Load/SaveDocument() (patches 983570 and 983571)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 15:42:11 +00:00 |
|
Vadim Zeitlin
|
c48908df67
|
added GetHeaderValue() (patch 974427)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 15:30:42 +00:00 |
|
Vadim Zeitlin
|
eb7f24c1b5
|
don't crash if we delete the item being edited (replaces patch 979733)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 15:24:17 +00:00 |
|
Vadim Zeitlin
|
d0cc483d17
|
unselect previously selected items in SetSelection() (patch 974326)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 15:06:58 +00:00 |
|
Vadim Zeitlin
|
10cbb81eda
|
corrected Center() for cases when client display rect origin is not at (0, 0) (patch 973192)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 15:03:13 +00:00 |
|
Vadim Zeitlin
|
4524a24b40
|
added SetPath() test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 14:01:36 +00:00 |
|
Vadim Zeitlin
|
f1e7793361
|
added and documented SplitVolume() and GetPathTerminators(); corrected SetPath() to treat the volume part properly (patch 970580)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 13:59:47 +00:00 |
|
Vadim Zeitlin
|
f095b1fc57
|
added wxFileName test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 13:27:42 +00:00 |
|
Vadim Zeitlin
|
92661f9794
|
support for alpha channel in toolbars (patch 949843)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 12:59:32 +00:00 |
|
Vadim Zeitlin
|
90bddb8566
|
check better before overwriting files (patch 951868)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 12:54:15 +00:00 |
|
Vadim Zeitlin
|
4cc90442d0
|
documented how to use sockets in non-main thread (patch 951134)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 12:41:14 +00:00 |
|
Vadim Zeitlin
|
7df69621d9
|
don't set SO_REUSEADDR by default; added GSocket_SetReuseAddr()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 12:40:10 +00:00 |
|
Vadim Zeitlin
|
8158e0e169
|
FindItem() implementation (patch 950021)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 12:32:59 +00:00 |
|
Vadim Zeitlin
|
e0e3a32dac
|
fixed Freeze/Thaw() for wxCombobox (patch 925808)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 12:30:25 +00:00 |
|
Vadim Zeitlin
|
a494b2bc2c
|
added IsFrozen() (part of patch 925808)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 12:30:08 +00:00 |
|
Vadim Zeitlin
|
93212feea0
|
use BS_RIGHT for right-aligned controls (patch 945460)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 12:27:23 +00:00 |
|
Vadim Zeitlin
|
34ad2e8f4a
|
rewrote this page to look like all the others; added wxALIGN_RIGHT test
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 12:24:42 +00:00 |
|
Vadim Zeitlin
|
8772bb0838
|
typos in comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 12:23:52 +00:00 |
|
Vadim Zeitlin
|
d5cd19b45c
|
wxGTK/Cygwin fix (patch 914565)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 11:34:37 +00:00 |
|
Vadim Zeitlin
|
77a806722a
|
use Unix path separators under Cygwin
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 11:33:34 +00:00 |
|
Vadim Zeitlin
|
bfa7bf7d6b
|
basic UDP support (patch 835128)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 11:16:31 +00:00 |
|
Vadim Zeitlin
|
fdaebb0520
|
GTK2 fixes (patch 966803)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 11:10:42 +00:00 |
|
Vadim Zeitlin
|
d6108c664a
|
docs for Change/GetMode(s) (patch 966312)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 11:01:23 +00:00 |
|
Vadim Zeitlin
|
a90bf70914
|
tided up the code a little (replaces part of patch 966312)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 11:00:14 +00:00 |
|
Václav Slavík
|
838c9bd039
|
documentation fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-25 10:07:24 +00:00 |
|
Vadim Zeitlin
|
d32b901bac
|
compilation fix for !MSW
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-24 10:46:54 +00:00 |
|
Václav Slavík
|
fc00494a92
|
wxSound wasn't in alphabetically correct place
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-24 09:57:54 +00:00 |
|
David Elliott
|
9d71596027
|
Incorporated gsocket.c 1.80 to 1.86 changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-24 04:00:17 +00:00 |
|
Robin Dunn
|
4896ac9eff
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-23 23:25:02 +00:00 |
|
Vadim Zeitlin
|
fe51e08c27
|
generate EVT_CONTEXT_MENU when right mouse button is pressed, not released
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-23 22:13:04 +00:00 |
|
Vadim Zeitlin
|
74c5a810e5
|
show the cursor on screen after moving it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-23 21:56:25 +00:00 |
|
Vadim Zeitlin
|
8e033d81f2
|
don't crash if WriteText() argument can't be converted to UTF-8
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-23 21:34:19 +00:00 |
|
Vadim Zeitlin
|
1ce52aa64b
|
implemented ScrollLines/Pages() for GTK+ 2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-23 21:32:44 +00:00 |
|
Robin Dunn
|
acfb5554ed
|
Fixed typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-23 20:55:05 +00:00 |
|
Vadim Zeitlin
|
3b830ce00d
|
unhide the other HitTest() overload
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-23 20:52:22 +00:00 |
|
Dimitri Schoolwerth
|
62991518a4
|
adding missing closing bracket
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-23 20:48:33 +00:00 |
|