Stefan Neis
4f768b1a24
Fixes according to patch #1523304 .
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-19 20:55:04 +00:00
Stefan Neis
61a028dc4a
Sizing fixes according to patch #1523304 .
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-19 20:52:06 +00:00
Mart Raudsepp
60169b7a51
[wxGTK] Be pessimistic about transparency being visually shown in CanSetTransparent. With current code
...
CanSetTransparent will only return TRUE if gtk+ version is at least 2.10 AND there is a running compositing
manager that implements the _NET_WM_CM_Sn EWMH spec addition proposal (at this point only metacity GL based
compositor, afaik). This is for wxAUI to be able to implement dock preview correctly. In general these behaviours
needs some discussion.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-19 18:59:03 +00:00
Mart Raudsepp
07e497070e
Initial wxTLW::(Can)SetTransparent support for wxGTK. The return value of SetTransparent is currently very
...
optimistic and doesn't use the EWMH composite manager spec update proposal (_NET_WM_CM_Sn) yet. This is on purpose
until the proposal appears in EWMH new version draft and it gets used by more composite managers.
See http://www.nabble.com/Interaction-between-applications-and-compositing-managers-t1389248.html and in the
future http://standards.freedesktop.org/wm-spec/latest/ for details.
Some code reordering is probably in order (helper function to utilsx11?) and testing on non-traditional X servers
appreciated.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40192 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-19 17:18:12 +00:00
Włodzimierz Skiba
db84713101
Warning fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40191 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-19 15:52:28 +00:00
Włodzimierz Skiba
63da71ba6a
Crash fix for working without selecting subpage.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-19 15:50:51 +00:00
Chris Elliott
6224df0462
revert to unix2dos
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-19 13:56:41 +00:00
Chris Elliott
0d54dc7cd6
remove duplicate dir
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40187 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-19 13:55:43 +00:00
Michael Wetherell
836724c3ce
Missing header
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40186 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-19 12:23:40 +00:00
Chris Elliott
a4b57b1de1
copy install.txt and readme.txt
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40185 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-19 10:31:08 +00:00
Chris Elliott
13e2550d3d
fix todos conversion (unix2dos called to dos
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-19 10:28:57 +00:00
Michael Wetherell
2aac402246
Remove malloc.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40182 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-18 16:23:52 +00:00
Michael Wetherell
044d5accee
Remove malloc.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-18 09:47:16 +00:00
Chris Elliott
759f0e41d1
fixes for York delivery
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-18 06:56:23 +00:00
Kevin Ollivier
571c8c8aab
Fixed version of unix2dos conversion.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-18 06:54:02 +00:00
Kevin Ollivier
37ab190fbf
Moving to new approach that uses CVS entries to determine text/binary state of file.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40178 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-18 00:50:06 +00:00
Robin Dunn
ca1863c2cc
fixed merge conflict
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 21:45:30 +00:00
Robin Dunn
8e05125981
enable sound and mediactrl
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40174 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 21:37:08 +00:00
Robin Dunn
cf7456e07d
fix for import error
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 21:36:25 +00:00
Robin Dunn
6ec59a2bf9
Wrap new AddPane method as AddPaneAtPos
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 21:34:32 +00:00
Robin Dunn
a9a04486a2
GetTmpDefaultItem
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40171 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 21:32:24 +00:00
Robin Dunn
a00dca7a79
Added note about CanSetTransparent and SetTransparent
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 21:31:21 +00:00
Robin Dunn
07880314d4
Translucency --> Transparent
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40169 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 21:30:08 +00:00
Robin Dunn
e5fb6f92f1
if Acrobat is >= 7.0 then use acrobat by embedding it in a IE window
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 20:58:10 +00:00
Robin Dunn
3c1f75d54a
typo
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 20:53:16 +00:00
Benjamin Williams
16541a4ef4
frame should call skip on child focus event to give owner a chance
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40166 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 19:23:54 +00:00
Michael Wetherell
3f1ad07b3e
Compile fix for OS X 10.2
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40165 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 17:54:39 +00:00
Michael Wetherell
5b761184c6
Restore wxUSE_MS_HTML_HELP to setup.h.in
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 16:19:07 +00:00
Michael Wetherell
82540105e3
File/font/colour/dir picker fixes for GTK Universal
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 15:02:35 +00:00
Michael Wetherell
8399f4c6a7
Drop non-ANSI malloc.h
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 13:17:57 +00:00
Michael Wetherell
5aca3ef449
Rename log2 to avoid conflict standard log2 which is a macro on Cygwin.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40161 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 13:06:37 +00:00
Vadim Zeitlin
cd7e925abb
fixed crash in wxDb::Open() in Unicode build due to wrong interpretation of BufferLength argument of SQLDriverConnect()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40160 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 10:42:55 +00:00
Michael Wetherell
8dee721efd
Use substitions when converting gnome mime files from UTF-8 (bug 1518012)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 09:39:11 +00:00
Włodzimierz Skiba
7dc234d633
[ 1519202 ] wxComboCtrl::SetButtonPosition() to support -1 width/height
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40158 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 08:45:12 +00:00
Włodzimierz Skiba
6012f61212
[ 1522987 ] wxComboCtrl crashes if TAB is pressed while popup is open
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40157 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 07:40:04 +00:00
Włodzimierz Skiba
fe02c2c2dd
[ 1522988 ] Keypress causes crash in combo sample
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40156 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 07:22:22 +00:00
Włodzimierz Skiba
cc62d777c4
create_archives.sh
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 06:37:40 +00:00
Włodzimierz Skiba
68f2155bb7
Better temporary fix.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 06:28:39 +00:00
Włodzimierz Skiba
3d3d7d0994
Build fix to make tinderbox work, needs asap change.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-17 06:19:29 +00:00
Kevin Ollivier
2a1243f4c9
Be careful about file extensions.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40150 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-16 23:19:03 +00:00
Vadim Zeitlin
27b3bd6a59
fix Open(wxDbConnectInf) when using connection string (patch 1494705)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-16 23:09:15 +00:00
Kevin Ollivier
de6fbe7596
Create the root dir install and readme files, and put them in the manifests. Also, use DOS line endings for MSW archives.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40147 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-16 22:46:30 +00:00
Stefan Neis
d72fd025b6
Drawing fixed according to patch #1523304 .
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40146 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-16 21:35:57 +00:00
Stefan Neis
2fbb8fbbed
Disable CLIP_SIBLINGS style.
...
Fixes for getting best size.
Fixed some error in flag processing. All according to patch #1523304 .
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-16 21:26:04 +00:00
Michael Wetherell
9ff1e31960
Revert access changes.
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-16 21:13:28 +00:00
Stefan Neis
63403da780
Make wxCalendarCtrl work on OS/2's PM port as well (patch #1523304 ).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-16 20:49:29 +00:00
Stefan Neis
40a33c46e3
Avoid trouble during initialisation & typo fix (patch #1523304 ).
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-16 20:41:48 +00:00
Stefan Neis
2ef6ae9de2
Fixed geometry errors according to patch #1523304 .
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-16 20:35:29 +00:00
Vadim Zeitlin
d0b6344dda
update the combobox text as soon as we get CBN_SELENDOK as otherwise wxEVT_COMMAND_COMBOBOX_SELECTED handler got wrong value from our GetValue()
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40140 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-16 20:22:23 +00:00
Vadim Zeitlin
6f002df40e
don't grow the combobox vertically (this does make it tall under wxGTK2 even though it has no effect under wxGTK1 and wxMSW)
...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40139 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-07-16 20:18:55 +00:00