Mattia Barbon
1a6d9c7680
New wxHashTable implementation when wxUSE_STL == 1. Replaces
...
the old implementation based upon wxHashMap. Removed support
for wxHashTable in wxHashMap.
Rationale: using wxHashMap for wxHashTable implementation required
special support in wxHashMap. This precluded using STL-provided
hash_map to implement wxHashMap. This new implementation does not
use keyed wxList interface and should be almost totally compatible
with the old non-STL wxHashTable.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-23 08:12:34 +00:00
Dimitri Schoolwerth
5c0ccabf02
Cosmetic cleanup (-1 -> wxID_ANY, TRUE->true).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-21 02:32:48 +00:00
Dimitri Schoolwerth
721b839791
Applied patch #845888 (Fixes compilation of regtest sample in Unicode/ANSI, debug/release, MSW/Univ builds of with OpenWatcom, Borland and MinGW); Cosmetic cleanup.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-21 01:54:43 +00:00
Dimitri Schoolwerth
88b98c53ac
Applied patch #845884 (Fixes Unicode compilation of stc sample with Watcom).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-20 23:49:18 +00:00
Dimitri Schoolwerth
62a1177692
Applied patch #845402 ("RichEdit sample fixing and cleaning"); In addition made compilation with MSVC (nearly) warning free+some more cleaning up.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-20 17:43:57 +00:00
Václav Slavík
9d814be8d0
don't define ngettext, causes problems
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-19 20:51:05 +00:00
Dimitri Schoolwerth
1857c88d26
Ignore isosurf.dat.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24561 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-15 04:50:11 +00:00
Dimitri Schoolwerth
5cf036d017
Fixed Open Watcom compilation of OpenGL samples; Code cleanup.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24560 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-15 04:21:10 +00:00
Václav Slavík
50b24bf9dd
added test for CDATA handling
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-10 15:49:08 +00:00
Václav Slavík
6937991694
addedd support for <pre width=...>
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-09 13:59:50 +00:00
Vadim Zeitlin
72858fcf67
added comments to the makefile; added WX_CONFIG var to be able to use a different wx-config easily
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-08 15:16:38 +00:00
Robin Dunn
6c1ad2a8e6
A little narrower initial layout
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-07 19:33:25 +00:00
Vadim Zeitlin
07bf769ead
update list ctrl size after recreating it (when the mode changes)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-06 19:28:24 +00:00
Robin Dunn
77c5e9230e
Tweaked the layout sample a bit for wxGridBagSizer
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-06 18:53:45 +00:00
David Elliott
9fa453eca5
Include mondrian.xpm for _all_ platforms except wxMSW
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-06 18:36:49 +00:00
David Elliott
6ceba1749e
Wrap ToolBar stuff with #if wxUSE_TOOLBAR
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-06 18:33:09 +00:00
Robin Dunn
20b35a6916
Added wxGridBagSizer, a grid sizer where item positions can be
...
specified and row/col spanning is allowed.
Updated docs, the layout sample, files.bkl, and updated makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-11-06 01:31:44 +00:00
Mattia Barbon
3d08c0e77d
Darwin compilation fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-26 17:55:04 +00:00
Vadim Zeitlin
e4a8a17202
fixed crash on startup under GTK
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-24 20:08:12 +00:00
Mattia Barbon
9f8b329b8c
wxMac linking fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24280 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-23 21:51:33 +00:00
Mattia Barbon
38d6b9572c
Compilation fixes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-23 21:38:31 +00:00
Mattia Barbon
33eab53044
Compilation fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24261 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-22 20:22:58 +00:00
Vadim Zeitlin
949b8e6284
moved text creation after tbar creation
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24250 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-22 08:41:36 +00:00
Václav Slavík
c2149c93d5
wxUSE_GUI=0 not needed anymore
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24239 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-21 14:05:45 +00:00
Robert Roebling
f9ebac93e7
Further corrections to bitmap and blit code.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24227 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-18 19:23:19 +00:00
Vadim Zeitlin
f8a0822bc5
some cosmetic fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-16 08:51:16 +00:00
Vadim Zeitlin
8a7dfb14a2
added EVT_WIZARD_FINISHED handler
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-16 07:23:58 +00:00
Václav Slavík
4c3590e409
use ngettext instead of _N
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-13 21:29:20 +00:00
Robin Dunn
f4cf4fdab2
Patch #821454
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-11 01:20:24 +00:00
Robert Roebling
9fe7d43031
image sample fix from 2_4
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-09 20:00:22 +00:00
Václav Slavík
e1a098d1ec
fixed bakefile so that in-tree headers take precedence over system-installed ones
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24119 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-07 21:37:54 +00:00
Václav Slavík
4bc89de684
added .chm support for Unix (Markus Sinner) -- regenerated makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24118 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-07 20:20:53 +00:00
Vadim Zeitlin
1bf37bf5b1
added test for cancelled END_EDIT
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24112 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-07 09:06:58 +00:00
Václav Slavík
ba22024719
added Czech translation to the sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24087 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-04 22:42:06 +00:00
Václav Slavík
857d30ca42
copy catalogs to builddir
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24086 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-04 22:39:07 +00:00
Václav Slavík
849a28d0da
added gettext plural forms support (patch #785660 with modifications)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-04 22:38:00 +00:00
Václav Slavík
a4ad36cdc5
regenerated makefiles
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-04 13:49:34 +00:00
Vadim Zeitlin
626117f778
fixed horrible flicker and 100 CPU usage (text ctrl was being updated all the time)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-10-04 00:19:35 +00:00
Vadim Zeitlin
2ef76992c8
no real changes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-30 12:33:28 +00:00
Vadim Zeitlin
33c9645172
unused params warnings fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-30 00:29:04 +00:00
Václav Slavík
2e9fdc04f2
compile db sample conditionally only if odbc support was built
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23991 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-28 18:23:23 +00:00
Mattia Barbon
1bf538e210
(Blind) wxMotif compilation fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-28 13:53:07 +00:00
Vadim Zeitlin
8941fa8806
added 3-state checkboxes (patch 813790)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-28 00:23:08 +00:00
Vadim Zeitlin
b71531ad92
regenerated after adding gzstream.* and vidmode.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23978 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-27 15:48:14 +00:00
Vadim Zeitlin
4547faae1d
no changes, just resolved a conflict
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23977 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-27 15:40:49 +00:00
Vadim Zeitlin
1bf0f0af62
show how to use different bitmaps for enabled/disabled menu item state
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23976 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-27 15:33:06 +00:00
Vadim Zeitlin
a63e17c122
added wxMirrorDC test; some warning fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23975 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-27 15:30:41 +00:00
Vadim Zeitlin
a48b9bfb14
added handlers for radio btn events for testing
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23974 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-27 15:28:58 +00:00
Vadim Zeitlin
a0b0865599
warning fixes
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23973 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-27 15:28:28 +00:00
Vadim Zeitlin
5bc1deebaa
added a test for wxTextFile in Unicode
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23972 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2003-09-27 15:27:52 +00:00