]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
18 years agoavoid using deprecated gdk_image_new_bitmap()
Paul Cornett [Thu, 10 Aug 2006 16:04:07 +0000 (16:04 +0000)] 
avoid using deprecated gdk_image_new_bitmap()

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

18 years agoremoved wxHtmlWindow::m_Style which duplicated wxWindow::m_windowStyle and prevented...
Vadim Zeitlin [Thu, 10 Aug 2006 15:46:49 +0000 (15:46 +0000)] 
removed wxHtmlWindow::m_Style which duplicated wxWindow::m_windowStyle and prevented changeing wxHW_XXX window style after Create() from working

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

18 years agomove the logic for changing notebook pages using the standard Ctrl-Tab/PageUp/Dn...
Vadim Zeitlin [Thu, 10 Aug 2006 15:42:07 +0000 (15:42 +0000)] 
move the logic for changing notebook pages using the standard Ctrl-Tab/PageUp/Dn keys even when focus is outside of the notebook to wxControlContainer from wxTopLevelWindowMSW to allow it work for notebooks whose parent is not a TLW (as a side effect, this now also works in all ports although I don't really know how desirable this is)

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

18 years agomoved duplicated wxRegionContain definitions to wx/region.h
Václav Slavík [Thu, 10 Aug 2006 14:26:55 +0000 (14:26 +0000)] 
moved duplicated wxRegionContain definitions to wx/region.h

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

18 years agocompilation fix for compilation w/o precompiled headers
Václav Slavík [Thu, 10 Aug 2006 13:53:25 +0000 (13:53 +0000)] 
compilation fix for compilation w/o precompiled headers

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

18 years agoAdd parameter to the --enable-universal_binary option for the path to the SDK.
Michael Wetherell [Thu, 10 Aug 2006 13:38:23 +0000 (13:38 +0000)] 
Add parameter to the --enable-universal_binary option for the path to the SDK.

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

18 years agoNeed include so user code can access book control
Julian Smart [Thu, 10 Aug 2006 12:43:38 +0000 (12:43 +0000)] 
Need include so user code can access book control

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

18 years agomoved mgl/colour.{cpp,h} to generic so that it can be reused by other ports without...
Václav Slavík [Thu, 10 Aug 2006 11:16:30 +0000 (11:16 +0000)] 
moved mgl/colour.{cpp,h} to generic so that it can be reused by other ports without native colour representation

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

18 years agocheck that wxUniv is enabled when compiling for wxMGL
Václav Slavík [Thu, 10 Aug 2006 10:09:34 +0000 (10:09 +0000)] 
check that wxUniv is enabled when compiling for wxMGL

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

18 years agousing newer API
Stefan Csomor [Thu, 10 Aug 2006 05:31:13 +0000 (05:31 +0000)] 
using newer API

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

18 years agoAdding technotes about the release system and about adding apps/screenshots to the...
Kevin Ollivier [Thu, 10 Aug 2006 04:05:50 +0000 (04:05 +0000)] 
Adding technotes about the release system and about adding apps/screenshots to the wxWidgets.org front page

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

18 years agoempty spin range is valid and even useful (at least for testing purposes)
Vadim Zeitlin [Thu, 10 Aug 2006 00:45:37 +0000 (00:45 +0000)] 
empty spin range is valid and even useful (at least for testing purposes)

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

18 years agofixes for SetRange(): ensure that the value is valid for the new range; update the...
Vadim Zeitlin [Thu, 10 Aug 2006 00:44:44 +0000 (00:44 +0000)] 
fixes for SetRange(): ensure that the value is valid for the new range; update the visible state of the spin arrows when range becomes [in]valid

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

18 years agoadded NormalizeValue() which can be used to ensure that the control value is in range
Vadim Zeitlin [Thu, 10 Aug 2006 00:43:35 +0000 (00:43 +0000)] 
added NormalizeValue() which can be used to ensure that the control value is in range

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

18 years agoAdded wxID_PAGE_SETUP standard id
Vadim Zeitlin [Thu, 10 Aug 2006 00:14:55 +0000 (00:14 +0000)] 
Added wxID_PAGE_SETUP standard id

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

18 years agodo mention AUI in change log
Vadim Zeitlin [Thu, 10 Aug 2006 00:13:21 +0000 (00:13 +0000)] 
do mention AUI in change log

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

18 years agoRemove wxColour* typemap, it causes more problems than it solves.
Robin Dunn [Wed, 9 Aug 2006 21:38:54 +0000 (21:38 +0000)] 
Remove wxColour* typemap, it causes more problems than it solves.

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

18 years agoinvalid size is (size_t)-1, not 0xffffffff; stream returned by GetInputstream() must...
Vadim Zeitlin [Wed, 9 Aug 2006 21:23:56 +0000 (21:23 +0000)] 
invalid size is (size_t)-1, not 0xffffffff; stream returned by GetInputstream() must be destroyed while wxHTTP object is still alive; some English corrections

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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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

18 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