Commit Graph

23073 Commits

Author SHA1 Message Date
Włodzimierz Skiba
07850a4950 -1->wxID_ANY, TRUE->true, FALSE->false replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 10:43:39 +00:00
Robin Dunn
a60a147a8c Commented out some test code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 05:03:12 +00:00
Robin Dunn
b68eef002d Updates for new/old DC method signatures, also updated setup.py for
new py2exe


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 04:51:08 +00:00
Robin Dunn
68c0610dae Don't scroll too far if the child getting the focus is large.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 04:22:16 +00:00
Robin Dunn
a1d66aef6f Put the locale files in teh right place
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-28 04:10:54 +00:00
Włodzimierz Skiba
691d944f7e -1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition & wxDefaultSize replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 18:17:50 +00:00
Włodzimierz Skiba
f2aea0d1ce -1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition & wxDefaultSize replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 18:07:04 +00:00
Włodzimierz Skiba
5014bb3a2f -1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition & wxDefaultSize replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 17:50:54 +00:00
Włodzimierz Skiba
3ac8bd7b53 -1->wxID_ANY, TRUE->true, FALSE->false, wxDefaultPosition replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 17:38:07 +00:00
Włodzimierz Skiba
e0e31ccdbc Inital fill in background, removed tabs, -1->wxID_ANY, TRUE->true, FALSE->false
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 17:29:32 +00:00
Václav Slavík
2d1d813e2d fixed indentation in case there's only one cell on line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 17:26:27 +00:00
Václav Slavík
22c956d8a6 compilation fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 17:11:07 +00:00
Włodzimierz Skiba
250e67305d Removed condition of old Watcom times. Open Watcom doesn't have problems with wininet.h.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 16:57:41 +00:00
Václav Slavík
b5e656ae02 fixed iteration over cells
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 16:25:07 +00:00
Stefan Csomor
002c9672c7 scrolling code committed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 15:09:04 +00:00
Stefan Csomor
dae6d730a9 menu events handling more closely to the menu instance itself, removing menubar wherever possible
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 15:07:48 +00:00
Stefan Csomor
8d4c48688a debug method added for flashing invalid areas
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 14:50:38 +00:00
Stefan Csomor
41b531690d menu associations
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 14:49:03 +00:00
Stefan Csomor
de5914a150 having the refcon of a menu item to bear the pointer to the wxMenuItem, and have an map of menuref->wxMenu*
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 14:47:50 +00:00
Julian Smart
a9928e9d1a WinCE Standard SDK improvements including adding close button
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 11:31:12 +00:00
Julian Smart
0cfc2a92dc Position change - still can't use default size for Wince/desktop
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 11:26:28 +00:00
Julian Smart
45f272841c Fixes for Standard WinCE SDK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 09:09:19 +00:00
Julian Smart
f24764aa58 Use status bar even for WinCE; use standard frame style
to adapt to WinCE version


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-27 09:02:56 +00:00
Robin Dunn
04717ee7df fixed a typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 14:55:43 +00:00
Václav Slavík
9630336291 workaround for BCC bug - use #defines instead of enums
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 11:49:23 +00:00
Julian Smart
e7d9c39867 Reverted config/resource name change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 10:49:43 +00:00
Włodzimierz Skiba
fc57ba5476 Unhide problem of ambiguity in wxSoundBase::Play.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 08:47:53 +00:00
Robin Dunn
ea06848c63 It's a new change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 05:18:26 +00:00
Robin Dunn
2c65fa24bf Got sidetracked and forgot to finish the new OGL section before
checking in the last change.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 05:16:41 +00:00
Stefan Csomor
be1aa07f8a if one clicks first on line 3 and then on line 1, the selection event is correct, but GetSelection on the listbox lags on selection event behind, therefore switch to PostEvent
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 04:34:49 +00:00
Kevin Ollivier
fba8e95e92 wxWebKikStateChangedEvent should now return proper values for GetURL(). Also updated the sample to update the text URL when a link is clicked.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 04:11:43 +00:00
Robin Dunn
f96a747517 be explicit about the version of SWIG to use
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 02:14:06 +00:00
Robin Dunn
f847103a32 Added a Python port of the OGL library, deprecated the C++ wrapped version.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-26 02:13:04 +00:00
Julian Smart
6033bbc1ff Must have valid colours for X11 popup window implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 20:41:54 +00:00
Włodzimierz Skiba
3fe1edc244 wxUniv conflicts, -1->wxID_ANY, TRUE->true and FALSE->false replacements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 20:07:22 +00:00
Włodzimierz Skiba
f0f574b0d3 wxUniv conslicts, -1->wxID_ANY, TRUE->true and FALSE->false replacements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 20:04:49 +00:00
Włodzimierz Skiba
8afa4fde3a Warning removal.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 20:02:19 +00:00
Włodzimierz Skiba
45cbbbb3a4 -1->wxID_ANY, TRUE->true and FALSE->false replacements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 20:01:09 +00:00
Włodzimierz Skiba
6d841efd46 Revitalization of the code, -1->wxID_ANY, TRUE->true and FALSE->false replacements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 19:57:33 +00:00
Włodzimierz Skiba
c6f57ccb5d Regenerated makefiles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 19:51:46 +00:00
Włodzimierz Skiba
e5cf4d22d3 Db sample needs wxGrid in adv lib.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 19:42:36 +00:00
Włodzimierz Skiba
7981fe9b2b -1->wxID_ANY, ambiguity of types.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27438 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 19:35:38 +00:00
Włodzimierz Skiba
945d96f6e2 wxTreeItemId, -1->wxID_ANY, TRUE->true and FALSE->false replacements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 19:31:13 +00:00
Włodzimierz Skiba
80343f88f2 VideoMode/Display split, TRUE->true and FALSE->false replacements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 19:27:39 +00:00
Włodzimierz Skiba
af870ed80f -1->wxID_ANY, TRUE->true and FALSE->false replacements.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 19:25:01 +00:00
Robin Dunn
cb8f28ba1e Some typos fixed. More text about the changes to sizers, minsize, etc.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 18:07:01 +00:00
Julian Smart
0a53b9b8fe Missed reversions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 17:31:17 +00:00
Włodzimierz Skiba
86f8d1a8bb Missed headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 16:59:35 +00:00
Václav Slavík
98a8daf4cf corrected previous commit's wrongly applied patch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 12:55:56 +00:00
Dimitri Schoolwerth
2a21ac1590 applied patch #935127: "wxDIALOG_MODAL and wxDIALOG_MODELESS cleaning"; some cosmetic cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2004-05-25 12:44:56 +00:00