wxWidgets.git
18 years agoremove file lists on exit
Chris Elliott [Thu, 20 Jul 2006 11:14:38 +0000 (11:14 +0000)] 
remove file lists on exit

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

18 years agorestore snapshot and remove 2 toplevels dirs from tarball
Chris Elliott [Thu, 20 Jul 2006 10:52:18 +0000 (10:52 +0000)] 
restore snapshot and remove 2 toplevels dirs from tarball

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

18 years agoFixes according to patch #1523304.
Stefan Neis [Wed, 19 Jul 2006 20:55:04 +0000 (20:55 +0000)] 
Fixes according to patch #1523304.

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

18 years agoSizing fixes according to patch #1523304.
Stefan Neis [Wed, 19 Jul 2006 20:52:06 +0000 (20:52 +0000)] 
Sizing fixes according to patch #1523304.

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

18 years ago[wxGTK] Be pessimistic about transparency being visually shown in CanSetTransparent...
Mart Raudsepp [Wed, 19 Jul 2006 18:59:03 +0000 (18:59 +0000)] 
[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

18 years agoInitial wxTLW::(Can)SetTransparent support for wxGTK. The return value of SetTranspar...
Mart Raudsepp [Wed, 19 Jul 2006 17:18:12 +0000 (17:18 +0000)] 
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

18 years agoWarning fix.
Włodzimierz Skiba [Wed, 19 Jul 2006 15:52:28 +0000 (15:52 +0000)] 
Warning fix.

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

18 years agoCrash fix for working without selecting subpage.
Włodzimierz Skiba [Wed, 19 Jul 2006 15:50:51 +0000 (15:50 +0000)] 
Crash fix for working without selecting subpage.

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

18 years agorevert to unix2dos
Chris Elliott [Wed, 19 Jul 2006 13:56:41 +0000 (13:56 +0000)] 
revert to unix2dos

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

18 years agoremove duplicate dir
Chris Elliott [Wed, 19 Jul 2006 13:55:43 +0000 (13:55 +0000)] 
remove duplicate dir

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

18 years agoMissing header
Michael Wetherell [Wed, 19 Jul 2006 12:23:40 +0000 (12:23 +0000)] 
Missing header

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

18 years agocopy install.txt and readme.txt
Chris Elliott [Wed, 19 Jul 2006 10:31:08 +0000 (10:31 +0000)] 
copy install.txt and readme.txt

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

18 years agofix todos conversion (unix2dos called to dos
Chris Elliott [Wed, 19 Jul 2006 10:28:57 +0000 (10:28 +0000)] 
fix todos conversion (unix2dos called to dos

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

18 years agoRemove malloc.h
Michael Wetherell [Tue, 18 Jul 2006 16:23:52 +0000 (16:23 +0000)] 
Remove malloc.h

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

18 years agoRemove malloc.h
Michael Wetherell [Tue, 18 Jul 2006 09:47:16 +0000 (09:47 +0000)] 
Remove malloc.h

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

18 years agofixes for York delivery
Chris Elliott [Tue, 18 Jul 2006 06:56:23 +0000 (06:56 +0000)] 
fixes for York delivery

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

18 years agoFixed version of unix2dos conversion.
Kevin Ollivier [Tue, 18 Jul 2006 06:54:02 +0000 (06:54 +0000)] 
Fixed version of unix2dos conversion.

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

18 years agoMoving to new approach that uses CVS entries to determine text/binary state of file.
Kevin Ollivier [Tue, 18 Jul 2006 00:50:06 +0000 (00:50 +0000)] 
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

18 years agofixed merge conflict
Robin Dunn [Mon, 17 Jul 2006 21:45:30 +0000 (21:45 +0000)] 
fixed merge conflict

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

18 years agoenable sound and mediactrl
Robin Dunn [Mon, 17 Jul 2006 21:37:08 +0000 (21:37 +0000)] 
enable sound and mediactrl

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

18 years agofix for import error
Robin Dunn [Mon, 17 Jul 2006 21:36:25 +0000 (21:36 +0000)] 
fix for import error

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

18 years agoWrap new AddPane method as AddPaneAtPos
Robin Dunn [Mon, 17 Jul 2006 21:34:32 +0000 (21:34 +0000)] 
Wrap new AddPane method as AddPaneAtPos

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

18 years agoGetTmpDefaultItem
Robin Dunn [Mon, 17 Jul 2006 21:32:24 +0000 (21:32 +0000)] 
GetTmpDefaultItem

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

18 years agoAdded note about CanSetTransparent and SetTransparent
Robin Dunn [Mon, 17 Jul 2006 21:31:21 +0000 (21:31 +0000)] 
Added note about CanSetTransparent and SetTransparent

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

18 years agoTranslucency --> Transparent
Robin Dunn [Mon, 17 Jul 2006 21:30:08 +0000 (21:30 +0000)] 
Translucency --> Transparent

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

18 years agoif Acrobat is >= 7.0 then use acrobat by embedding it in a IE window
Robin Dunn [Mon, 17 Jul 2006 20:58:10 +0000 (20:58 +0000)] 
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

18 years agotypo
Robin Dunn [Mon, 17 Jul 2006 20:53:16 +0000 (20:53 +0000)] 
typo

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

18 years agoframe should call skip on child focus event to give owner a chance
Benjamin Williams [Mon, 17 Jul 2006 19:23:54 +0000 (19:23 +0000)] 
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

18 years agoCompile fix for OS X 10.2
Michael Wetherell [Mon, 17 Jul 2006 17:54:39 +0000 (17:54 +0000)] 
Compile fix for OS X 10.2

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

18 years agoRestore wxUSE_MS_HTML_HELP to setup.h.in
Michael Wetherell [Mon, 17 Jul 2006 16:19:07 +0000 (16:19 +0000)] 
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

18 years agoFile/font/colour/dir picker fixes for GTK Universal
Michael Wetherell [Mon, 17 Jul 2006 15:02:35 +0000 (15:02 +0000)] 
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

18 years agoDrop non-ANSI malloc.h
Michael Wetherell [Mon, 17 Jul 2006 13:17:57 +0000 (13:17 +0000)] 
Drop non-ANSI malloc.h

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

18 years agoRename log2 to avoid conflict standard log2 which is a macro on Cygwin.
Michael Wetherell [Mon, 17 Jul 2006 13:06:37 +0000 (13:06 +0000)] 
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

18 years agofixed crash in wxDb::Open() in Unicode build due to wrong interpretation of BufferLen...
Vadim Zeitlin [Mon, 17 Jul 2006 10:42:55 +0000 (10:42 +0000)] 
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

18 years agoUse substitions when converting gnome mime files from UTF-8 (bug 1518012)
Michael Wetherell [Mon, 17 Jul 2006 09:39:11 +0000 (09:39 +0000)] 
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

18 years ago[ 1519202 ] wxComboCtrl::SetButtonPosition() to support -1 width/height
Włodzimierz Skiba [Mon, 17 Jul 2006 08:45:12 +0000 (08:45 +0000)] 
[ 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

18 years ago[ 1522987 ] wxComboCtrl crashes if TAB is pressed while popup is open
Włodzimierz Skiba [Mon, 17 Jul 2006 07:40:04 +0000 (07:40 +0000)] 
[ 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

18 years ago[ 1522988 ] Keypress causes crash in combo sample
Włodzimierz Skiba [Mon, 17 Jul 2006 07:22:22 +0000 (07:22 +0000)] 
[ 1522988 ] Keypress causes crash in combo sample

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

18 years agocreate_archives.sh
Włodzimierz Skiba [Mon, 17 Jul 2006 06:37:40 +0000 (06:37 +0000)] 
create_archives.sh

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

18 years agoBetter temporary fix.
Włodzimierz Skiba [Mon, 17 Jul 2006 06:28:39 +0000 (06:28 +0000)] 
Better temporary fix.

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

18 years agoBuild fix to make tinderbox work, needs asap change.
Włodzimierz Skiba [Mon, 17 Jul 2006 06:19:29 +0000 (06:19 +0000)] 
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

18 years agoBe careful about file extensions.
Kevin Ollivier [Sun, 16 Jul 2006 23:19:03 +0000 (23:19 +0000)] 
Be careful about file extensions.

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

18 years agofix Open(wxDbConnectInf) when using connection string (patch 1494705)
Vadim Zeitlin [Sun, 16 Jul 2006 23:09:15 +0000 (23:09 +0000)] 
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

18 years agoCreate the root dir install and readme files, and put them in the manifests. Also...
Kevin Ollivier [Sun, 16 Jul 2006 22:46:30 +0000 (22:46 +0000)] 
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

18 years agoDrawing fixed according to patch #1523304.
Stefan Neis [Sun, 16 Jul 2006 21:35:57 +0000 (21:35 +0000)] 
Drawing fixed according to patch #1523304.

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

18 years agoDisable CLIP_SIBLINGS style.
Stefan Neis [Sun, 16 Jul 2006 21:26:04 +0000 (21:26 +0000)] 
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

18 years agoRevert access changes.
Michael Wetherell [Sun, 16 Jul 2006 21:13:28 +0000 (21:13 +0000)] 
Revert access changes.

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

18 years agoMake wxCalendarCtrl work on OS/2's PM port as well (patch #1523304).
Stefan Neis [Sun, 16 Jul 2006 20:49:29 +0000 (20:49 +0000)] 
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

18 years agoAvoid trouble during initialisation & typo fix (patch #1523304).
Stefan Neis [Sun, 16 Jul 2006 20:41:48 +0000 (20:41 +0000)] 
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

18 years agoFixed geometry errors according to patch #1523304.
Stefan Neis [Sun, 16 Jul 2006 20:35:29 +0000 (20:35 +0000)] 
Fixed geometry errors according to patch #1523304.

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

18 years agoupdate the combobox text as soon as we get CBN_SELENDOK as otherwise wxEVT_COMMAND_CO...
Vadim Zeitlin [Sun, 16 Jul 2006 20:22:23 +0000 (20:22 +0000)] 
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

18 years agodon't grow the combobox vertically (this does make it tall under wxGTK2 even though...
Vadim Zeitlin [Sun, 16 Jul 2006 20:18:55 +0000 (20:18 +0000)] 
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

18 years agodisable pixel size comparison in operator==() for wxGTK1 as it results in infinite...
Vadim Zeitlin [Sun, 16 Jul 2006 20:15:55 +0000 (20:15 +0000)] 
disable pixel size comparison in operator==() for wxGTK1 as it results in infinite recursion there

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

18 years agowxUSE_PANGO is always 0 for wxGTK1 so there is no need to use #if wxUSE_PANGO in...
Vadim Zeitlin [Sun, 16 Jul 2006 20:03:03 +0000 (20:03 +0000)] 
wxUSE_PANGO is always 0 for wxGTK1 so there is no need to use #if wxUSE_PANGO in GTK1-only code

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

18 years agowxUSE_PANGO is always 1 for wxGTK2 so there is no need to use #if wxUSE_PANGO in...
Vadim Zeitlin [Sun, 16 Jul 2006 20:00:42 +0000 (20:00 +0000)] 
wxUSE_PANGO is always 1 for wxGTK2 so there is no need to use #if wxUSE_PANGO in GTK2-only code

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

18 years agounset the button as temporary default item when it's destroyed (closes bug 1354875)
Vadim Zeitlin [Sun, 16 Jul 2006 19:50:48 +0000 (19:50 +0000)] 
unset the button as temporary default item when it's destroyed (closes bug 1354875)

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

18 years agoremove the search for parent with wxTAB_TRAVERSAL style in SetDefaultStyle(): it...
Vadim Zeitlin [Sun, 16 Jul 2006 19:23:03 +0000 (19:23 +0000)] 
remove the search for parent with wxTAB_TRAVERSAL style in SetDefaultStyle(): it's useless as DM_SETDEFID can be only sent to the immediate parent anyhow, apparently

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

18 years agoadded a DiscardEdits() test
Vadim Zeitlin [Sun, 16 Jul 2006 19:03:51 +0000 (19:03 +0000)] 
added a DiscardEdits() test

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

18 years agodon't crash if m_widget == NULL in OnInternalIdle()
Vadim Zeitlin [Sun, 16 Jul 2006 18:44:51 +0000 (18:44 +0000)] 
don't crash if m_widget == NULL in OnInternalIdle()

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

18 years agowxRadioBoxButtonsInfoList should be exported (should fix cygwin build link)
Vadim Zeitlin [Sun, 16 Jul 2006 18:38:11 +0000 (18:38 +0000)] 
wxRadioBoxButtonsInfoList should be exported (should fix cygwin build link)

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

18 years agomin size of an empty sizer should be (0, 0) and not (10, 10)
Vadim Zeitlin [Sun, 16 Jul 2006 18:29:43 +0000 (18:29 +0000)] 
min size of an empty sizer should be (0, 0) and not (10, 10)

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

18 years agodon't add 7 and 14 pixel horz/vertical padding in DoGetBestSize() when the best size...
Vadim Zeitlin [Sun, 16 Jul 2006 18:28:41 +0000 (18:28 +0000)] 
don't add 7 and 14 pixel horz/vertical padding in DoGetBestSize() when the best size is computed from the existing children

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

18 years agoUse xpm for PM port on OS/2 as well.
Stefan Neis [Sun, 16 Jul 2006 16:13:51 +0000 (16:13 +0000)] 
Use xpm for PM port on OS/2 as well.

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

18 years agoWith fix from treebase.cpp,v 1.28, (generic) treectrl now also works on OS/2.
Stefan Neis [Sun, 16 Jul 2006 16:06:27 +0000 (16:06 +0000)] 
With fix from treebase.cpp,v 1.28, (generic) treectrl now also works on OS/2.

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

18 years agoFixed apparent typo.
Stefan Neis [Sun, 16 Jul 2006 16:01:56 +0000 (16:01 +0000)] 
Fixed apparent typo.

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

18 years agoAvoid using invalid parameters for GpiSetAttrs.
Stefan Neis [Sun, 16 Jul 2006 15:46:35 +0000 (15:46 +0000)] 
Avoid using invalid parameters for GpiSetAttrs.

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

18 years agoprevent some obscure wxAUI crashes after DetachPane() is used (crashes only happen...
Benjamin Williams [Sun, 16 Jul 2006 12:32:51 +0000 (12:32 +0000)] 
prevent some obscure wxAUI crashes after DetachPane() is used (crashes only happen in rare cases)

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

18 years agoadded another AddPane() call which allows the caller to add a new window at a certain...
Benjamin Williams [Sun, 16 Jul 2006 10:59:16 +0000 (10:59 +0000)] 
added another AddPane() call which allows the caller to add a new window at a certain point;  Hint functions are now public

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

18 years agoAdded wxTopLevelWindow::SetTranslucency and CanSetTranslucency, with
Robin Dunn [Sun, 16 Jul 2006 03:28:23 +0000 (03:28 +0000)] 
Added wxTopLevelWindow::SetTranslucency and CanSetTranslucency, with
implementations (so far) for wxMSW and wxMac.

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

18 years agoPut the reentrance check inside #ifdef __DEBUG__
Michael Wetherell [Sat, 15 Jul 2006 22:21:44 +0000 (22:21 +0000)] 
Put the reentrance check inside #ifdef __DEBUG__

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

18 years agoupdate (mostly corrections but some new translations as well) from
Vadim Zeitlin [Sat, 15 Jul 2006 22:17:07 +0000 (22:17 +0000)] 
update (mostly corrections but some new translations as well) from
Morten Råbjerg Ulrich

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

18 years agofix the bug with the current path being restored if it was under the group being...
Vadim Zeitlin [Sat, 15 Jul 2006 22:07:00 +0000 (22:07 +0000)] 
fix the bug with the current path being restored if it was under the group being deleted with DeleteGroup(); clarify what happens in this case in the docs

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

18 years agoHandle reentrance in the first part of wxClassInfo::Register()
Michael Wetherell [Sat, 15 Jul 2006 20:54:07 +0000 (20:54 +0000)] 
Handle reentrance in the first part of wxClassInfo::Register()

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

18 years agodon't require <value> node in wxColourPickerCtrl's XRC handler, use black as default...
Václav Slavík [Sat, 15 Jul 2006 15:34:34 +0000 (15:34 +0000)] 
don't require <value> node in wxColourPickerCtrl's XRC handler, use black as default (i.e. do the same that C++ code does)

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

18 years agoadded default value argument to wxXmlResourceHandler::GetColour()
Václav Slavík [Sat, 15 Jul 2006 15:32:57 +0000 (15:32 +0000)] 
added default value argument to wxXmlResourceHandler::GetColour()

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

18 years agouse <value> instead of <default-*> for initial value of picker controls in XRC, for...
Václav Slavík [Sat, 15 Jul 2006 15:21:25 +0000 (15:21 +0000)] 
use <value> instead of <default-*> for initial value of picker controls in XRC, for consistency with other controls' handlers

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

18 years agofixed crashes in wxFile/DirPickerCtrl::GetPath() due to incorrect casting in multiple...
Václav Slavík [Sat, 15 Jul 2006 15:13:04 +0000 (15:13 +0000)] 
fixed crashes in wxFile/DirPickerCtrl::GetPath() due to incorrect casting in multiple inheritance hierarchy and  incorrect casting to wxFilePickerWidget in wxFileDirPickerCtrlBase

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

18 years agoreformatted to fit on standard terminal
Václav Slavík [Sat, 15 Jul 2006 12:25:48 +0000 (12:25 +0000)] 
reformatted to fit on standard terminal

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

18 years agofixed typos in *picker.cpp files' headers
Václav Slavík [Sat, 15 Jul 2006 09:56:16 +0000 (09:56 +0000)] 
fixed typos in *picker.cpp files' headers

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

18 years agotest for the bug in HasEntry() which could create non-existing group as a side effect
Vadim Zeitlin [Fri, 14 Jul 2006 22:48:00 +0000 (22:48 +0000)] 
test for the bug in HasEntry() which could create non-existing group as a side effect

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

18 years agodon't create non-existing groups in HasEntry()
Vadim Zeitlin [Fri, 14 Jul 2006 22:46:31 +0000 (22:46 +0000)] 
don't create non-existing groups in HasEntry()

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

18 years agofix the bug with the current path being restored if it was under the group being...
Vadim Zeitlin [Fri, 14 Jul 2006 22:08:43 +0000 (22:08 +0000)] 
fix the bug with the current path being restored if it was under the group being deleted with DeleteGroup(); clarify what happens in this case in the docs

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

18 years agoDon't let SWIG see the wxTreeCtrl name anywhere so it will use the
Robin Dunn [Fri, 14 Jul 2006 19:57:20 +0000 (19:57 +0000)] 
Don't let SWIG see the wxTreeCtrl name anywhere so it will use the
type_info for our wxPyTreeCtrl instead.

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

18 years agoPCH and wxUSE_* fix.
Włodzimierz Skiba [Fri, 14 Jul 2006 19:03:10 +0000 (19:03 +0000)] 
PCH and wxUSE_* fix.

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

18 years agohint window pane should always be shown so that hints will be drawn for even currentl...
Benjamin Williams [Fri, 14 Jul 2006 13:56:22 +0000 (13:56 +0000)] 
hint window pane should always be shown so that hints will be drawn for even currently hidden panes being dragged around

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

18 years agoReturn false from PositionToXY if passed in position is larger than the buffer. This...
Mart Raudsepp [Fri, 14 Jul 2006 04:22:38 +0000 (04:22 +0000)] 
Return false from PositionToXY if passed in position is larger than the buffer. This should restore the
functionality of the boolean return value, while not returning false for valid input from end of buffer.

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

18 years agogtk_text_iter_get_line and get_line_offset work fine on the end iter. Don't bail...
Mart Raudsepp [Fri, 14 Jul 2006 03:46:40 +0000 (03:46 +0000)] 
gtk_text_iter_get_line and get_line_offset work fine on the end iter. Don't bail if we are at the end of buffer.
Fixes one part of bug #1516281, the other part is controversial and probably not reasonable to change.
Also deal with NULL being passed as the x or y pointer, as is done also on wxMSW (this was done on 2.6 branch as
well, but not noted).

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

18 years agoGet/SetManagedWindow
Robin Dunn [Fri, 14 Jul 2006 01:26:04 +0000 (01:26 +0000)] 
Get/SetManagedWindow

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

18 years agoUpdated Scintilla to version 1.70
Robin Dunn [Fri, 14 Jul 2006 01:20:18 +0000 (01:20 +0000)] 
Updated Scintilla to version 1.70

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

18 years agoApply patch 1520776, partial completion on wxOwnerDrawnComboBox
Alex Bligh [Thu, 13 Jul 2006 22:06:32 +0000 (22:06 +0000)] 
Apply patch 1520776, partial completion on wxOwnerDrawnComboBox

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

18 years agoVirtualize ProcessDockResult so people can override it to prevent docking
Alex Bligh [Thu, 13 Jul 2006 22:03:54 +0000 (22:03 +0000)] 
Virtualize ProcessDockResult so people can override it to prevent docking

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

18 years agoreSWIGged
Robin Dunn [Thu, 13 Jul 2006 02:49:13 +0000 (02:49 +0000)] 
reSWIGged

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

18 years agoenable building just the unicode version, or both unicode and ansi
Robin Dunn [Thu, 13 Jul 2006 02:40:46 +0000 (02:40 +0000)] 
enable building just the unicode version, or both unicode and ansi

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

18 years agoAdd items for the _aui and _richtext .pyd's
Robin Dunn [Thu, 13 Jul 2006 02:37:05 +0000 (02:37 +0000)] 
Add items for the _aui and _richtext .pyd's

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

18 years agoDon't set background of wxMemoryDC before selecting bitmap into it.
Jamie Gadd [Thu, 13 Jul 2006 00:41:55 +0000 (00:41 +0000)] 
Don't set background of wxMemoryDC before selecting bitmap into it.

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

18 years agoReverted part of rev 1.92. It causes probelms on Windows when
Robin Dunn [Thu, 13 Jul 2006 00:18:04 +0000 (00:18 +0000)] 
Reverted part of rev 1.92.  It causes probelms on Windows when
scrolling with the scrollbars since the mouse can be captured nativly
momentarily.

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

18 years agoDon't use a saved label size incase the size changes. Patch from Hong Yuan.
Robin Dunn [Wed, 12 Jul 2006 21:48:47 +0000 (21:48 +0000)] 
Don't use a saved label size incase the size changes.  Patch from Hong Yuan.

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

18 years agocall SetHorizontalExtent() from SetString(); also simplified/cleaned up the former...
Vadim Zeitlin [Wed, 12 Jul 2006 21:44:34 +0000 (21:44 +0000)] 
call SetHorizontalExtent() from SetString(); also simplified/cleaned up the former function and call InvalidateBestSize() from it automatically now

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

18 years agowxPyDataObjectSimple::SetData should not be const
Robin Dunn [Wed, 12 Jul 2006 21:19:20 +0000 (21:19 +0000)] 
wxPyDataObjectSimple::SetData should not be const

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

18 years agoAdded support for MirOS, an OpenBSD variant (patch #1520208).
Stefan Neis [Wed, 12 Jul 2006 08:59:53 +0000 (08:59 +0000)] 
Added support for MirOS, an OpenBSD variant (patch #1520208).

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