wxWidgets.git
17 years agoChange def of WX_LINGUAS so it works on OS X.
Robin Dunn [Wed, 9 Aug 2006 18:54:14 +0000 (18:54 +0000)] 
Change def of WX_LINGUAS so it works on OS X.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40535 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdd typemaps for wxColour*
Robin Dunn [Wed, 9 Aug 2006 18:50:33 +0000 (18:50 +0000)] 
Add typemaps for wxColour*

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdd wx.Rect.InsideRect
Robin Dunn [Wed, 9 Aug 2006 18:50:06 +0000 (18:50 +0000)] 
Add wx.Rect.InsideRect

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40533 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdd wxWS_EX_CONTEXTHELP, leaving wxFRAME_EX_CONTEXTHELP and
Robin Dunn [Wed, 9 Aug 2006 18:49:31 +0000 (18:49 +0000)] 
Add wxWS_EX_CONTEXTHELP, leaving wxFRAME_EX_CONTEXTHELP and
wxDIALOG_EX_CONTEXTHELP for compatibility.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40532 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomoved wxIcon implementation for ports where it's identical to wxBitmap to generic...
Václav Slavík [Wed, 9 Aug 2006 17:59:30 +0000 (17:59 +0000)] 
moved wxIcon implementation for ports where it's identical to wxBitmap to generic/icon.{cpp,h} so that the same code is not duplicated several times

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoDetect and use sys/select.h required by POSIX for select
Michael Wetherell [Wed, 9 Aug 2006 11:18:24 +0000 (11:18 +0000)] 
Detect and use sys/select.h required by POSIX for select

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoupdate to 2.7.1-rc
Chris Elliott [Wed, 9 Aug 2006 08:43:47 +0000 (08:43 +0000)] 
update to 2.7.1-rc

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixing dynamic build
Stefan Csomor [Wed, 9 Aug 2006 05:21:34 +0000 (05:21 +0000)] 
fixing dynamic build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadding new files
Stefan Csomor [Wed, 9 Aug 2006 05:19:38 +0000 (05:19 +0000)] 
adding new files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixing code for shared mach-o builds (removing no-ops)
Stefan Csomor [Wed, 9 Aug 2006 05:09:26 +0000 (05:09 +0000)] 
fixing code for shared mach-o builds (removing no-ops)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agosimplifying alpha, adding commented part for high-res screens
Stefan Csomor [Wed, 9 Aug 2006 05:07:25 +0000 (05:07 +0000)] 
simplifying alpha, adding commented part for high-res screens

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixing y-transformations
Stefan Csomor [Wed, 9 Aug 2006 00:14:41 +0000 (00:14 +0000)] 
fixing y-transformations

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixed SetBackground's argument check
Václav Slavík [Tue, 8 Aug 2006 16:37:26 +0000 (16:37 +0000)] 
fixed SetBackground's argument check

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofixed gcc warnings about wrong format string
Václav Slavík [Tue, 8 Aug 2006 15:11:30 +0000 (15:11 +0000)] 
fixed gcc warnings about wrong format string

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded wxRect::Inside(wxRect) for testing if a rectangle is completely within another...
Václav Slavík [Tue, 8 Aug 2006 14:21:44 +0000 (14:21 +0000)] 
added wxRect::Inside(wxRect) for testing if a rectangle is completely within another rectangle

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago1. made wxImage compile with wxUSE_STREAMS but without wxUSE_FILE
Václav Slavík [Tue, 8 Aug 2006 13:48:37 +0000 (13:48 +0000)] 
1. made wxImage compile with wxUSE_STREAMS but without wxUSE_FILE
2. changed to work with wxFFile*Streams if wxUSE_FILE=0 and wxUSE_FFILE=1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agowxPipeInputStream depends on wxFile, use wxUSE_FILE
Václav Slavík [Tue, 8 Aug 2006 13:11:52 +0000 (13:11 +0000)] 
wxPipeInputStream depends on wxFile, use wxUSE_FILE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agowxPipeInputStream depends on wxFile, use wxUSE_FILE
Václav Slavík [Tue, 8 Aug 2006 13:06:05 +0000 (13:06 +0000)] 
wxPipeInputStream depends on wxFile, use wxUSE_FILE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremoved odbc sample
Vadim Zeitlin [Tue, 8 Aug 2006 12:28:11 +0000 (12:28 +0000)] 
removed odbc sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremoved mentions of richedit sample
Vadim Zeitlin [Tue, 8 Aug 2006 12:09:17 +0000 (12:09 +0000)] 
removed mentions of richedit sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agobakefile needs the spec file...
Chris Elliott [Tue, 8 Aug 2006 10:59:05 +0000 (10:59 +0000)] 
bakefile needs the spec file...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agosafer GetFeature implementation: assert on unknown feature
Václav Slavík [Tue, 8 Aug 2006 10:15:15 +0000 (10:15 +0000)] 
safer GetFeature implementation: assert on unknown feature

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremoved mentions of the (non-existing any more) resource and tab samples
Vadim Zeitlin [Mon, 7 Aug 2006 22:37:27 +0000 (22:37 +0000)] 
removed mentions of the (non-existing any more) resource and tab samples

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoupdated docs after moving SetDefaultItem() from wxPanel to wxTLW
Vadim Zeitlin [Mon, 7 Aug 2006 21:13:43 +0000 (21:13 +0000)] 
updated docs after moving SetDefaultItem() from wxPanel to wxTLW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocorrected auidemo.dsp name
Vadim Zeitlin [Mon, 7 Aug 2006 19:28:10 +0000 (19:28 +0000)] 
corrected auidemo.dsp name

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoChange Fit() back to using SetSize, not SetClientSize.
Robin Dunn [Mon, 7 Aug 2006 18:20:02 +0000 (18:20 +0000)] 
Change Fit() back to using SetSize, not SetClientSize.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded samples/combo/*.png and samples/internat/ja_JP.EUC-JP/*
Vadim Zeitlin [Mon, 7 Aug 2006 16:34:57 +0000 (16:34 +0000)] 
added samples/combo/*.png and samples/internat/ja_JP.EUC-JP/*

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomention wxAUI
Vadim Zeitlin [Mon, 7 Aug 2006 13:57:58 +0000 (13:57 +0000)] 
mention wxAUI

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoinclude wxGTK1 files in wxAll too
Vadim Zeitlin [Mon, 7 Aug 2006 13:49:55 +0000 (13:49 +0000)] 
include wxGTK1 files in wxAll too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoinclude docs sources files in wxAll distrib
Vadim Zeitlin [Mon, 7 Aug 2006 13:41:50 +0000 (13:41 +0000)] 
include docs sources files in wxAll distrib

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoclarify GNOME files policy
Vadim Zeitlin [Sun, 6 Aug 2006 23:38:39 +0000 (23:38 +0000)] 
clarify GNOME files policy

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded GNOME Files link
Vadim Zeitlin [Sun, 6 Aug 2006 23:07:06 +0000 (23:07 +0000)] 
added GNOME Files link

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoGNOME software map doesn't exist any more, removed; corrected Freshmeat link
Vadim Zeitlin [Sun, 6 Aug 2006 22:46:12 +0000 (22:46 +0000)] 
GNOME software map doesn't exist any more, removed; corrected Freshmeat link

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoFixed (?) problem in region handling which caused major redraw problems.
Stefan Neis [Sun, 6 Aug 2006 22:00:10 +0000 (22:00 +0000)] 
Fixed (?) problem in region handling which caused major redraw problems.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agochanges since 2.6, not 2.4
Vadim Zeitlin [Sun, 6 Aug 2006 21:57:51 +0000 (21:57 +0000)] 
changes since 2.6, not 2.4

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdd some text about potential incompatibilites with 2.7.x releases
Robin Dunn [Sun, 6 Aug 2006 21:45:39 +0000 (21:45 +0000)] 
Add some text about potential incompatibilites with 2.7.x releases

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago2.7.0 release version
Vadim Zeitlin [Sun, 6 Aug 2006 15:07:49 +0000 (15:07 +0000)] 
2.7.0 release version

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadd paths to wxBase libs to dh_shlibdeps invocation
Vadim Zeitlin [Sun, 6 Aug 2006 14:30:35 +0000 (14:30 +0000)] 
add paths to wxBase libs to dh_shlibdeps invocation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agopython-wxtools doesn't have any shared libraries dependencies (fixes dh_gencontrol...
Vadim Zeitlin [Sun, 6 Aug 2006 14:12:13 +0000 (14:12 +0000)] 
python-wxtools doesn't have any shared libraries dependencies (fixes dh_gencontrol warning)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded missing unicode_suffix's to more packages
Vadim Zeitlin [Sun, 6 Aug 2006 13:50:36 +0000 (13:50 +0000)] 
added missing unicode_suffix's to more packages

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agounified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTHELP in a single wxWS_EX_CONTEX...
Vadim Zeitlin [Sun, 6 Aug 2006 12:56:48 +0000 (12:56 +0000)] 
unified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTHELP in a single wxWS_EX_CONTEXTHELP and changed its value to avoid conflict with wxWS_EX_TRANSIENT (this resulted in all progress dialogs having useless context help button in their title bar)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoBackporting from my SoC branch, fix for remotely closed sockets firing input events...
Angel Vidal Veiga [Sun, 6 Aug 2006 04:46:57 +0000 (04:46 +0000)] 
Backporting from my SoC branch, fix for remotely closed sockets firing input events till destroyed or closed locally.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoGive timers a generated ID if wxID_ANY is passed
Robin Dunn [Sun, 6 Aug 2006 01:18:57 +0000 (01:18 +0000)] 
Give timers a generated ID if wxID_ANY is passed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoinclude bakefile presets in wx-common
Vadim Zeitlin [Sat, 5 Aug 2006 23:15:38 +0000 (23:15 +0000)] 
include bakefile presets in wx-common

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremoved mentions of wxWINE.spec
Vadim Zeitlin [Sat, 5 Aug 2006 16:14:24 +0000 (16:14 +0000)] 
removed mentions of wxWINE.spec

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago2.7.0 update
Vadim Zeitlin [Sat, 5 Aug 2006 16:10:02 +0000 (16:10 +0000)] 
2.7.0 update

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoput wx-dev as (temporary?) maintainer
Vadim Zeitlin [Sat, 5 Aug 2006 16:09:11 +0000 (16:09 +0000)] 
put wx-dev as (temporary?) maintainer

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agofilled in the announcement text TODO
Vadim Zeitlin [Sat, 5 Aug 2006 15:25:31 +0000 (15:25 +0000)] 
filled in the announcement text TODO

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoupdated version to 2.70.; corrected URLs and updated change log in the announcement...
Vadim Zeitlin [Sat, 5 Aug 2006 15:24:46 +0000 (15:24 +0000)] 
updated version to 2.70.; corrected URLs and updated change log in the announcement text

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agominor updates to configure and rpm build steps; link to deb docs
Vadim Zeitlin [Sat, 5 Aug 2006 14:58:25 +0000 (14:58 +0000)] 
minor updates to configure and rpm build steps; link to deb docs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agouncommented Build-Requires (accidentally checked in)
Vadim Zeitlin [Sat, 5 Aug 2006 14:57:18 +0000 (14:57 +0000)] 
uncommented Build-Requires (accidentally checked in)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremove wx-config link created as part of make install, it shouldn't be included in...
Vadim Zeitlin [Sat, 5 Aug 2006 14:48:42 +0000 (14:48 +0000)] 
remove wx-config link created as part of make install, it shouldn't be included in the package as the link is created by postinst script

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40478 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded new headers missing from wxGTK headers list
Vadim Zeitlin [Sat, 5 Aug 2006 14:46:33 +0000 (14:46 +0000)] 
added new headers missing from wxGTK headers list

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded aui and richtext libs
Vadim Zeitlin [Sat, 5 Aug 2006 14:44:33 +0000 (14:44 +0000)] 
added aui and richtext libs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40476 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoinstall static contrib libraries too
Vadim Zeitlin [Sat, 5 Aug 2006 14:34:03 +0000 (14:34 +0000)] 
install static contrib libraries too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40475 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded static libs for all contrib libraries
Vadim Zeitlin [Sat, 5 Aug 2006 14:29:35 +0000 (14:29 +0000)] 
added static libs for all contrib libraries

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40474 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agothere is no static mmedia lib
Vadim Zeitlin [Sat, 5 Aug 2006 14:25:16 +0000 (14:25 +0000)] 
there is no static mmedia lib

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40473 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocontrib lib is called mmedia, not media
Vadim Zeitlin [Sat, 5 Aug 2006 14:17:10 +0000 (14:17 +0000)] 
contrib lib is called mmedia, not media

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40472 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded back .mo files (we do have a separate package for them after all); added bakefi...
Vadim Zeitlin [Sat, 5 Aug 2006 13:34:59 +0000 (13:34 +0000)] 
added back .mo files (we do have a separate package for them after all); added bakefile presets

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40471 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodon't build wxBase separately here, this is probably an artefact of monolithic build...
Vadim Zeitlin [Sat, 5 Aug 2006 13:31:59 +0000 (13:31 +0000)] 
don't build wxBase separately here, this is probably an artefact of monolithic build system

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40470 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agotest for sys/soundcard.h was failing because of missing sys/ioctl.h
Vadim Zeitlin [Sat, 5 Aug 2006 13:24:02 +0000 (13:24 +0000)] 
test for sys/soundcard.h was failing because of missing sys/ioctl.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoi18n files are installed as part of wxBase (and should be ideally part of separate...
Vadim Zeitlin [Sat, 5 Aug 2006 13:09:35 +0000 (13:09 +0000)] 
i18n files are installed as part of wxBase (and should be ideally part of separate package), they don't belong here

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomake prefix /usr by default, not /opt/gnome
Vadim Zeitlin [Sat, 5 Aug 2006 13:05:52 +0000 (13:05 +0000)] 
make prefix /usr by default, not /opt/gnome

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agouse .tar.bz2, not .tar.gz
Vadim Zeitlin [Sat, 5 Aug 2006 13:04:09 +0000 (13:04 +0000)] 
use .tar.bz2, not .tar.gz

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40466 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoreformatted DEFINE_STD_WXCOLOUR_CONSTRUCTORS definition to fit on standard terminal
Václav Slavík [Sat, 5 Aug 2006 12:57:31 +0000 (12:57 +0000)] 
reformatted DEFINE_STD_WXCOLOUR_CONSTRUCTORS definition to fit on standard terminal

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40465 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoWarning fix.
Mart Raudsepp [Sat, 5 Aug 2006 00:50:54 +0000 (00:50 +0000)] 
Warning fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40464 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoMark event parameter as unused, as it is unused.
Mart Raudsepp [Sat, 5 Aug 2006 00:50:01 +0000 (00:50 +0000)] 
Mark event parameter as unused, as it is unused.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40463 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoconvert wx-config link created by make install to use relative path, otherwise rpm...
Vadim Zeitlin [Fri, 4 Aug 2006 23:30:43 +0000 (23:30 +0000)] 
convert wx-config link created by make install to use relative path, otherwise rpm creation fails

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomake message catalogs before installing them
Vadim Zeitlin [Fri, 4 Aug 2006 23:14:55 +0000 (23:14 +0000)] 
make message catalogs before installing them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40461 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoinstall locale files as part of wxBase; name directory created by BASE_DIST wxBase...
Vadim Zeitlin [Fri, 4 Aug 2006 23:09:04 +0000 (23:09 +0000)] 
install locale files as part of wxBase; name directory created by BASE_DIST wxBase-x.y and not wxGTK-x.y

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadd some more files to fix rpmbuild errors (parts of patch 1533296)
Vadim Zeitlin [Fri, 4 Aug 2006 22:47:25 +0000 (22:47 +0000)] 
add some more files to fix rpmbuild errors (parts of patch 1533296)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agowe really, really, really don't need 2 spec files for wxGTK, we need just one of...
Vadim Zeitlin [Fri, 4 Aug 2006 22:42:59 +0000 (22:42 +0000)] 
we really, really, really don't need 2 spec files for wxGTK, we need just one of them that works

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40458 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoupdate spec files version
Vadim Zeitlin [Fri, 4 Aug 2006 22:40:00 +0000 (22:40 +0000)] 
update spec files version

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremoving spec file which last worked 7 years ago, if ever
Vadim Zeitlin [Fri, 4 Aug 2006 22:38:32 +0000 (22:38 +0000)] 
removing spec file which last worked 7 years ago, if ever

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoListLoaded() fixes for 64 bit archs
Vadim Zeitlin [Fri, 4 Aug 2006 22:32:08 +0000 (22:32 +0000)] 
ListLoaded() fixes for 64 bit archs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40455 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agodevice numbers in /proc/pid/maps are in hexadecimal, not decimal
Vadim Zeitlin [Fri, 4 Aug 2006 22:17:40 +0000 (22:17 +0000)] 
device numbers in /proc/pid/maps are in hexadecimal, not decimal

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40454 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoLet the text ctrl do the word wrapping, not the source code...
Robin Dunn [Fri, 4 Aug 2006 17:30:31 +0000 (17:30 +0000)] 
Let the text ctrl do the word wrapping, not the source code...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadd menu options for the blinds effects
Robin Dunn [Fri, 4 Aug 2006 17:22:38 +0000 (17:22 +0000)] 
add menu options for the blinds effects

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40452 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoadded compatible_release variable which is just major.minor for stable releases and...
Vadim Zeitlin [Fri, 4 Aug 2006 16:07:47 +0000 (16:07 +0000)] 
added compatible_release variable which is just major.minor for stable releases and major.minor.micro for the development ones; use it for wxpydir

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago(manually) removed more mentions of CB_FILENAME to fix the build
Vadim Zeitlin [Fri, 4 Aug 2006 15:43:18 +0000 (15:43 +0000)] 
(manually) removed more mentions of CB_FILENAME to fix the build

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40450 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremoved wxCB_FILENAME (manually, just to fix the build)
Vadim Zeitlin [Fri, 4 Aug 2006 14:39:06 +0000 (14:39 +0000)] 
removed wxCB_FILENAME (manually, just to fix the build)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agocorrected bug in recent commit which overwrote some samples makefiles in the distribution
Vadim Zeitlin [Fri, 4 Aug 2006 14:14:39 +0000 (14:14 +0000)] 
corrected bug in recent commit which overwrote some samples makefiles in the distribution

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40448 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agobinary-gtk targets now also make base packages they depend on
Vadim Zeitlin [Fri, 4 Aug 2006 14:03:17 +0000 (14:03 +0000)] 
binary-gtk targets now also make base packages they depend on

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40447 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoonly multiline text controls need Enter key for themselves
Vadim Zeitlin [Fri, 4 Aug 2006 11:35:42 +0000 (11:35 +0000)] 
only multiline text controls need Enter key for themselves

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomenu items for Centre() tests shouldn't be checkable
Vadim Zeitlin [Fri, 4 Aug 2006 11:33:34 +0000 (11:33 +0000)] 
menu items for Centre() tests shouldn't be checkable

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoundid last change and removed wxTE/CB_FILENAME style, after looking at GTK+ API it...
Vadim Zeitlin [Fri, 4 Aug 2006 11:25:37 +0000 (11:25 +0000)] 
undid last change and removed wxTE/CB_FILENAME style, after looking at GTK+ API it seems that this is not the correct way to do this

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoundid last change and removed wxTE/CB_FILENAME style, after looking at GTK+ API it...
Vadim Zeitlin [Fri, 4 Aug 2006 11:10:53 +0000 (11:10 +0000)] 
undid last change and removed wxTE/CB_FILENAME style, after looking at GTK+ API it seems that this is not the correct way to do this

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoReplace the yields with updating the dirty portions of the window in
Robin Dunn [Fri, 4 Aug 2006 04:15:32 +0000 (04:15 +0000)] 
Replace the yields with updating the dirty portions of the window in
idle time.  Also remove the double buffering of the header window so
the DrawHeaderButton will work on wxGTK.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agomake control children of a panel and not directly the frame
Vadim Zeitlin [Thu, 3 Aug 2006 23:43:35 +0000 (23:43 +0000)] 
make control children of a panel and not directly the frame

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40441 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoremove any previously existing targets before installing them. This fixes
Robin Dunn [Thu, 3 Aug 2006 18:30:10 +0000 (18:30 +0000)] 
remove any previously existing targets before installing them.  This fixes
an error (and a failed install) on my Mac.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agowxXPMDecoder requires wxUSE_IMAGE && wxUSE_XPM
Václav Slavík [Thu, 3 Aug 2006 16:54:22 +0000 (16:54 +0000)] 
wxXPMDecoder requires wxUSE_IMAGE && wxUSE_XPM

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoRebake after removing wxHtml and wxXml dependency from wxAdv (as wxRichTextCtrl is...
Mart Raudsepp [Wed, 2 Aug 2006 19:04:31 +0000 (19:04 +0000)] 
Rebake after removing wxHtml and wxXml dependency from wxAdv (as wxRichTextCtrl is a separate library now)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoRemove wxHtml and wxXml dependency from wxAdv
Mart Raudsepp [Wed, 2 Aug 2006 18:28:13 +0000 (18:28 +0000)] 
Remove wxHtml and wxXml dependency from wxAdv

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoreSWIGged
Robin Dunn [Tue, 1 Aug 2006 18:35:13 +0000 (18:35 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoAdd wx.menuBar.UpdateMenus
Robin Dunn [Tue, 1 Aug 2006 18:30:37 +0000 (18:30 +0000)] 
Add wx.menuBar.UpdateMenus

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoreSWIGged
Robin Dunn [Tue, 1 Aug 2006 18:14:02 +0000 (18:14 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoreSWIGged
Robin Dunn [Tue, 1 Aug 2006 18:06:52 +0000 (18:06 +0000)] 
reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoDon't confuse SWIG with static and non-static methods of the same name
Robin Dunn [Tue, 1 Aug 2006 17:44:23 +0000 (17:44 +0000)] 
Don't confuse SWIG with static and non-static methods of the same name

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years agoUpdate __DocFilter to skip functions that are duplicates of static
Robin Dunn [Tue, 1 Aug 2006 17:36:33 +0000 (17:36 +0000)] 
Update __DocFilter to skip functions that are duplicates of static
functions in a class

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

17 years ago Do nothing in wxTLW::Show() if t already is
Robert Roebling [Tue, 1 Aug 2006 16:39:31 +0000 (16:39 +0000)] 
  Do nothing in wxTLW::Show() if t already is
    shown.
  Don't call gtk_widget_set_uposition() there
    anymore, since it is useless, deprectased
    and causes surplus move events.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775