]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
19 years agoremoved (unused) nCtlColor parameter of OnCtlColor(); added MSWControlColor(); implem...
Vadim Zeitlin [Fri, 19 Nov 2004 18:37:42 +0000 (18:37 +0000)] 
removed (unused) nCtlColor parameter of OnCtlColor(); added MSWControlColor(); implemented it to use tab control background if applicable

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

19 years agoadded support for drawing themed background: DoEraseBackground() and GetThemeBackgrou...
Vadim Zeitlin [Fri, 19 Nov 2004 18:36:45 +0000 (18:36 +0000)] 
added support for drawing themed background: DoEraseBackground() and GetThemeBackgroundBrush()

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

19 years agoadded GetIfActive() method returning non-NULL engine only if themes are not only...
Vadim Zeitlin [Fri, 19 Nov 2004 17:17:00 +0000 (17:17 +0000)] 
added GetIfActive() method returning non-NULL engine only if themes are not only available, but really use

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

19 years agoremoved duplicated code
Vadim Zeitlin [Fri, 19 Nov 2004 16:49:15 +0000 (16:49 +0000)] 
removed duplicated code

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

19 years agoadded CompatibleBitmap wrapper class
Vadim Zeitlin [Fri, 19 Nov 2004 16:47:51 +0000 (16:47 +0000)] 
added CompatibleBitmap wrapper class

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

19 years agoDo not make bitmap buttons with standard width (like in wxComboBox drop down button).
Włodzimierz Skiba [Fri, 19 Nov 2004 15:55:24 +0000 (15:55 +0000)] 
Do not make bitmap buttons with standard width (like in wxComboBox drop down button).

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

19 years agopart of patch [ 649438 ] Bug fixes from Netscape/AOL
Ryan Norton [Fri, 19 Nov 2004 07:46:34 +0000 (07:46 +0000)] 
part of patch [ 649438 ] Bug fixes from Netscape/AOL

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

19 years agopatch [ 762159 ] scroll sample auto-scroll test
Ryan Norton [Fri, 19 Nov 2004 07:16:40 +0000 (07:16 +0000)] 
patch [ 762159 ] scroll sample auto-scroll test

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

19 years agoEnable stl compilation with wxMac - unicode no work on 10.2 though. Modded patch...
Ryan Norton [Fri, 19 Nov 2004 06:57:02 +0000 (06:57 +0000)] 
Enable stl compilation with wxMac - unicode no work on 10.2 though.  Modded patch 1051991.

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

19 years agoapparently this code might be called with a CFSocket not yet constructed, guard again...
Stefan Csomor [Fri, 19 Nov 2004 06:34:47 +0000 (06:34 +0000)] 
apparently this code might be called with a CFSocket not yet constructed, guard against NULL

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

19 years agoapplied modified patch with native GTK wxFileDialog
Václav Slavík [Fri, 19 Nov 2004 00:30:24 +0000 (00:30 +0000)] 
applied modified patch with native GTK wxFileDialog

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

19 years agodon't erase background in wxControl neither
Vadim Zeitlin [Thu, 18 Nov 2004 23:20:10 +0000 (23:20 +0000)] 
don't erase background in wxControl neither

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

19 years agoset background style to wxBG_STYLE_COLOUR in SetBackgroundColour()
Vadim Zeitlin [Thu, 18 Nov 2004 22:32:52 +0000 (22:32 +0000)] 
set background style to wxBG_STYLE_COLOUR in SetBackgroundColour()

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

19 years agofixed libgnomeprint check to fail if libgnomeprint is too old
Václav Slavík [Thu, 18 Nov 2004 21:09:54 +0000 (21:09 +0000)] 
fixed libgnomeprint check to fail if libgnomeprint is too old

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

19 years ago[ 1067084 ] fs_zip.cpp assertion fix
Ryan Norton [Thu, 18 Nov 2004 17:03:02 +0000 (17:03 +0000)] 
1067084 ] fs_zip.cpp assertion fix

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

19 years agofix compilo pointed out by OW
Ryan Norton [Thu, 18 Nov 2004 16:49:11 +0000 (16:49 +0000)] 
fix compilo pointed out by OW

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

19 years agoget rid of singleCustomColour - its not needed. Cleanup/optimize a bit more.
Ryan Norton [Thu, 18 Nov 2004 16:35:16 +0000 (16:35 +0000)] 
get rid of singleCustomColour - its not needed.  Cleanup/optimize a bit more.

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

19 years agofix bug where color chosen by sliders wouldn't be registered. Optimized a bit.
Ryan Norton [Thu, 18 Nov 2004 16:24:11 +0000 (16:24 +0000)] 
fix bug where color chosen by sliders wouldn't be registered.  Optimized a bit.

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

19 years agofix dialogs sample to remember last color with generic color dialog
Ryan Norton [Thu, 18 Nov 2004 16:20:04 +0000 (16:20 +0000)] 
fix dialogs sample to remember last color with generic color dialog

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

19 years agoAdd wxSizerFlags docs to wxSizer, wxSizerItem and wxSizer overview.
Ryan Norton [Thu, 18 Nov 2004 15:26:26 +0000 (15:26 +0000)] 
Add wxSizerFlags docs to wxSizer, wxSizerItem and wxSizer overview.
Mention that wxSizerFlags is PRELIMINARY.

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

19 years agowxSizerFlags name fix, accessors only available to wxSizer (supposively :))
Ryan Norton [Thu, 18 Nov 2004 14:58:52 +0000 (14:58 +0000)] 
wxSizerFlags name fix, accessors only available to wxSizer (supposively :))

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

19 years agowxsizerflags docs
Ryan Norton [Thu, 18 Nov 2004 14:52:04 +0000 (14:52 +0000)] 
wxsizerflags docs

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

19 years ago Added support for native print preview (GNOME)
Robert Roebling [Thu, 18 Nov 2004 14:45:40 +0000 (14:45 +0000)] 
  Added support for native print preview (GNOME)

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

19 years agomoved verbose changes to manual
Ryan Norton [Thu, 18 Nov 2004 14:15:48 +0000 (14:15 +0000)] 
moved verbose changes to manual

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

19 years agoAdd incompat and depre changes to manual
Ryan Norton [Thu, 18 Nov 2004 14:15:07 +0000 (14:15 +0000)] 
Add incompat and depre changes to manual

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

19 years agofix various latex errors
Ryan Norton [Thu, 18 Nov 2004 14:14:43 +0000 (14:14 +0000)] 
fix various latex errors

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

19 years agofix underscore errors
Ryan Norton [Thu, 18 Nov 2004 14:07:49 +0000 (14:07 +0000)] 
fix underscore errors

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

19 years ago Implemented DoDrawRotatedText() by way of a
Robert Roebling [Thu, 18 Nov 2004 14:04:30 +0000 (14:04 +0000)] 
  Implemented DoDrawRotatedText() by way of a
    rotation of a alpha blended text bitmap.
    It would be better if Pango could draw
    directly into an wxImage (as FreeType)
    can, but that is for later..

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

19 years ago Added support for alpha channels in interpolated
Robert Roebling [Thu, 18 Nov 2004 14:01:45 +0000 (14:01 +0000)] 
  Added support for alpha channels in interpolated
    and non-interpolated image rotation.
  Added helper method for turning shades of grey
    into shades of alpha and a colour.

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

19 years ago3rd state in checkboxes for wxUniv [closes bug#1040585].
Włodzimierz Skiba [Thu, 18 Nov 2004 13:16:41 +0000 (13:16 +0000)] 
3rd state in checkboxes for wxUniv [closes bug#1040585].

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

19 years agoreverted DrawRotatedText change, it's broken
Václav Slavík [Thu, 18 Nov 2004 10:30:22 +0000 (10:30 +0000)] 
reverted DrawRotatedText change, it's broken

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

19 years agoNull m_select_me when this item is deleted
Julian Smart [Thu, 18 Nov 2004 10:02:56 +0000 (10:02 +0000)] 
Null m_select_me when this item is deleted

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

19 years agoavoid locale that always returns US-ASCII on wxMac
Stefan Csomor [Thu, 18 Nov 2004 09:50:11 +0000 (09:50 +0000)] 
avoid locale that always returns US-ASCII on wxMac

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

19 years agofix initial color
Ryan Norton [Thu, 18 Nov 2004 08:36:25 +0000 (08:36 +0000)] 
fix initial color

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

19 years agoFixes for USE_GUI=0 to make pure wxBase makefiles possible. Nothing rebaked because...
Włodzimierz Skiba [Thu, 18 Nov 2004 08:14:18 +0000 (08:14 +0000)] 
Fixes for USE_GUI=0 to make pure wxBase makefiles possible. Nothing rebaked because GUI builds are not influenced (but makefiles minimally changed).

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

19 years agoStandardPaths updates. Added a demo sample for StandardPaths. Made
Robin Dunn [Thu, 18 Nov 2004 01:28:18 +0000 (01:28 +0000)] 
StandardPaths updates.  Added a demo sample for StandardPaths.  Made
the Python install prefix be the default install prefix for
StandardPaths.

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

19 years agoAdded wxBU_ALIGN_MASK
Robin Dunn [Wed, 17 Nov 2004 23:50:46 +0000 (23:50 +0000)] 
Added wxBU_ALIGN_MASK

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

19 years ago Start for Pango 1.6 based text rotation.
Robert Roebling [Wed, 17 Nov 2004 21:57:16 +0000 (21:57 +0000)] 
  Start for Pango 1.6 based text rotation.

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

19 years ago Added support for most print page/selection/copies
Robert Roebling [Wed, 17 Nov 2004 21:56:02 +0000 (21:56 +0000)] 
  Added support for most print page/selection/copies
   etc. options in the native GNOME dialog.
  Added support for printing rotated text and alpha
   channel images.

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

19 years agoadded unix/stdpaths
Stefan Csomor [Wed, 17 Nov 2004 18:38:10 +0000 (18:38 +0000)] 
added unix/stdpaths

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

19 years agoImplement toolbar tool clicks. Get rid of wxNSActionCell stuff because
David Elliott [Wed, 17 Nov 2004 18:02:56 +0000 (18:02 +0000)] 
Implement toolbar tool clicks.  Get rid of wxNSActionCell stuff because
Cells send their action from the view anyway so we'd have no way of knowing
which tool was clicked.

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

19 years ago Use native printing dialog for wxPrintDialog,
Robert Roebling [Wed, 17 Nov 2004 16:59:50 +0000 (16:59 +0000)] 
  Use native printing dialog for wxPrintDialog,
    not for setup only as before. It prints,
    but page selection etc. is still an idea

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

19 years agoTypecast before endian adjustements.
Włodzimierz Skiba [Wed, 17 Nov 2004 16:36:28 +0000 (16:36 +0000)] 
Typecast before endian adjustements.

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

19 years agoSeveral casts due to assigning signed to unsigned or more to less bits of integral...
Włodzimierz Skiba [Wed, 17 Nov 2004 16:13:29 +0000 (16:13 +0000)] 
Several casts due to assigning signed to unsigned or more to less bits of integral values.

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

19 years agoTypecast during compilation instead of class constructor call (OW warnig fix).
Włodzimierz Skiba [Wed, 17 Nov 2004 16:11:08 +0000 (16:11 +0000)] 
Typecast during compilation instead of class constructor call (OW warnig fix).

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

19 years agowxStat call preliminary fix
Stefan Csomor [Wed, 17 Nov 2004 15:16:58 +0000 (15:16 +0000)] 
wxStat call preliminary fix

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

19 years agofile name char set string conversions
Stefan Csomor [Wed, 17 Nov 2004 15:14:35 +0000 (15:14 +0000)] 
file name char set string conversions

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

19 years agoAdded IsTopLevel() check to last message loop in PreProcessMessage. This
Julian Smart [Wed, 17 Nov 2004 13:42:14 +0000 (13:42 +0000)] 
Added IsTopLevel() check to last message loop in PreProcessMessage. This
stops e.g. ESC being processed by a parent modal dialog if not processed
by the child -> assert and lockup

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

19 years agofixed static libs detection (shouldn't suppress stdout, just stderr)
Vadim Zeitlin [Wed, 17 Nov 2004 08:57:09 +0000 (08:57 +0000)] 
fixed static libs detection (shouldn't suppress stdout, just stderr)

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

19 years agowho knows, maybe this will fix the 10.3 problems
Ryan Norton [Wed, 17 Nov 2004 07:39:21 +0000 (07:39 +0000)] 
who knows, maybe this will fix the 10.3 problems

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

19 years agoAdded archive.h to list of headers, put archive.cpp in alphabetical order, but did...
Kevin Hock [Wed, 17 Nov 2004 02:47:32 +0000 (02:47 +0000)] 
Added archive.h to list of headers, put archive.cpp in alphabetical order, but did not rebake

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

19 years agoFix tree control focus issues on OS X (and possibly others) caused by toplevel.cpp...
Kevin Hock [Wed, 17 Nov 2004 02:33:58 +0000 (02:33 +0000)] 
Fix tree control focus issues on OS X (and possibly others) caused by toplevel.cpp not giving focus if children eat the LEFT_DOWN event... added event.Skip() on LeftDown() (whether an item is hit or not) after all dragging and moving conditions have been considered so that LEFT_DOWN events are never eaten by the tree preventing receiving focus

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

19 years agocommented out dbg message
Robin Dunn [Tue, 16 Nov 2004 21:01:12 +0000 (21:01 +0000)] 
commented out dbg message

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

19 years agoWrapped two generated literals in _T
Julian Smart [Tue, 16 Nov 2004 20:49:58 +0000 (20:49 +0000)] 
Wrapped two generated literals in _T

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

19 years agoDoc tweaks
Julian Smart [Tue, 16 Nov 2004 20:48:11 +0000 (20:48 +0000)] 
Doc tweaks

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

19 years agosomehow commit did not work
Stefan Csomor [Tue, 16 Nov 2004 20:08:25 +0000 (20:08 +0000)] 
somehow commit did not work

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

19 years agomissed commit files
Ryan Norton [Tue, 16 Nov 2004 16:41:11 +0000 (16:41 +0000)] 
missed commit files

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

19 years agomakefile regen, include fix, duplicate file fix
Ryan Norton [Tue, 16 Nov 2004 15:53:38 +0000 (15:53 +0000)] 
makefile regen, include fix, duplicate file fix

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

19 years agocleanup OSX native font dialog stuff a bit (it should prob. be an option in configure
Ryan Norton [Tue, 16 Nov 2004 14:36:10 +0000 (14:36 +0000)] 
cleanup OSX native font dialog stuff a bit (it should prob. be an option in configure

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

19 years agofiles for native font dialog on mac
Ryan Norton [Tue, 16 Nov 2004 14:19:03 +0000 (14:19 +0000)] 
files for native font dialog on mac

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

19 years agoWinCE fix. IsEmpty() -> empty().
Włodzimierz Skiba [Tue, 16 Nov 2004 13:56:18 +0000 (13:56 +0000)] 
WinCE fix. IsEmpty() -> empty().

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

19 years agoWinCE correction.
Włodzimierz Skiba [Tue, 16 Nov 2004 13:54:33 +0000 (13:54 +0000)] 
WinCE correction.

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

19 years agoWarning fix.
Włodzimierz Skiba [Tue, 16 Nov 2004 13:52:47 +0000 (13:52 +0000)] 
Warning fix.

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

19 years agoeVC3 media fix.
Włodzimierz Skiba [Tue, 16 Nov 2004 13:51:16 +0000 (13:51 +0000)] 
eVC3 media fix.

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

19 years agoDefine wxMediaEvent before it is used. Make OnMediaFinish compatible to wxObjectEvent...
Włodzimierz Skiba [Tue, 16 Nov 2004 13:49:27 +0000 (13:49 +0000)] 
Define wxMediaEvent before it is used. Make OnMediaFinish compatible to wxObjectEventFunction. Warning fix.

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

19 years agoattempts to suppress C4702 for VC
Vadim Zeitlin [Tue, 16 Nov 2004 12:09:17 +0000 (12:09 +0000)] 
attempts to suppress C4702 for VC

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

19 years agoadded operator>>(wchar_t)
Vadim Zeitlin [Tue, 16 Nov 2004 12:07:03 +0000 (12:07 +0000)] 
added operator>>(wchar_t)

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

19 years agosmall optimization for wxTextCtrl (forgot to commit with textctrl.cpp)
Vadim Zeitlin [Tue, 16 Nov 2004 12:06:02 +0000 (12:06 +0000)] 
small optimization for wxTextCtrl (forgot to commit with textctrl.cpp)

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

19 years agomade default background colour BTNFACE (so that panels don't have to erase their...
Vadim Zeitlin [Tue, 16 Nov 2004 12:00:51 +0000 (12:00 +0000)] 
made default background colour BTNFACE (so that panels don't have to erase their background explicitly); removed now unneeded SetBackgroundColour() in wxDialog which now has default bg colour and restored one in wxFrame which now has a non default one

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

19 years agofixed wxEncodingConverter-base wxCSConv to report failures as expected
Václav Slavík [Tue, 16 Nov 2004 11:58:56 +0000 (11:58 +0000)] 
fixed wxEncodingConverter-base wxCSConv to report failures as expected

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

19 years agomodified wxEncodingConverter API to report failures
Václav Slavík [Tue, 16 Nov 2004 11:58:24 +0000 (11:58 +0000)] 
modified wxEncodingConverter API to report failures

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

19 years agosuppress output of wx-config --static to fix problems introduced by wx-config rewrite
Vadim Zeitlin [Tue, 16 Nov 2004 11:56:52 +0000 (11:56 +0000)] 
suppress output of wx-config --static to fix problems introduced by wx-config rewrite

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

19 years agoremoved unused variable to suppress warning (and put a TODO in place)
Vadim Zeitlin [Tue, 16 Nov 2004 11:30:15 +0000 (11:30 +0000)] 
removed unused variable to suppress warning (and put a TODO in place)

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

19 years agoonsize event not needed anymore
Stefan Csomor [Tue, 16 Nov 2004 06:04:59 +0000 (06:04 +0000)] 
onsize event not needed anymore

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

19 years agoPrevent crashes in wxFFile(Input|Output)Stream: Do not call Eof() or Error()
David Elliott [Tue, 16 Nov 2004 03:15:00 +0000 (03:15 +0000)] 
Prevent crashes in wxFFile(Input|Output)Stream: Do not call Eof() or Error()
without first checking IsOpened().

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

19 years agoUse wxUint16 instead of WORD and wxUint8 instead of BYTE.
David Elliott [Mon, 15 Nov 2004 20:51:05 +0000 (20:51 +0000)] 
Use wxUint16 instead of WORD and wxUint8 instead of BYTE.

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

19 years agochanged fonts on OSX to use OSX system fonts having the full Unicode Tables
Stefan Csomor [Mon, 15 Nov 2004 20:25:18 +0000 (20:25 +0000)] 
changed fonts on OSX to use OSX system fonts having the full Unicode Tables

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

19 years agoadapted to current filelist
Stefan Csomor [Mon, 15 Nov 2004 19:50:58 +0000 (19:50 +0000)] 
adapted to current filelist

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

19 years agocorrecting include type
Stefan Csomor [Mon, 15 Nov 2004 19:29:51 +0000 (19:29 +0000)] 
correcting include type

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

19 years agoset bg style to custom as we overwrite it anyhow
Vadim Zeitlin [Mon, 15 Nov 2004 19:20:47 +0000 (19:20 +0000)] 
set bg style to custom as we overwrite it anyhow

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

19 years agofixed XP sash rendering to really do something (using REBAR style didn't work but...
Vadim Zeitlin [Mon, 15 Nov 2004 19:17:45 +0000 (19:17 +0000)] 
fixed XP sash rendering to really do something (using REBAR style didn't work but it was hidden because background was erased anyhow)

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

19 years agodon't draw background at all if bg style is custom
Vadim Zeitlin [Mon, 15 Nov 2004 19:15:53 +0000 (19:15 +0000)] 
don't draw background at all if bg style is custom

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

19 years agoremoved unnecessary (now that we leave Windows paint background itself) SetBackground...
Vadim Zeitlin [Mon, 15 Nov 2004 18:22:11 +0000 (18:22 +0000)] 
removed unnecessary (now that we leave Windows paint background itself) SetBackgroundColour() calls

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

19 years agorestored OnEraseBackground(), we do need it but only for the cases when the window...
Vadim Zeitlin [Mon, 15 Nov 2004 18:10:48 +0000 (18:10 +0000)] 
restored OnEraseBackground(), we do need it but only for the cases when the window has a non default background colour

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

19 years agowxDC::DrawLabel documented.
Włodzimierz Skiba [Mon, 15 Nov 2004 17:58:32 +0000 (17:58 +0000)] 
wxDC::DrawLabel documented.

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

19 years agoOrder fix.
Włodzimierz Skiba [Mon, 15 Nov 2004 17:57:05 +0000 (17:57 +0000)] 
Order fix.

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

19 years agoWarning fixes.
Włodzimierz Skiba [Mon, 15 Nov 2004 17:40:00 +0000 (17:40 +0000)] 
Warning fixes.

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

19 years agowxUniv actualization.
Włodzimierz Skiba [Mon, 15 Nov 2004 17:38:05 +0000 (17:38 +0000)] 
wxUniv actualization.

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

19 years agoVertical tabs orientation in gtk renderer of wxUniv.
Włodzimierz Skiba [Mon, 15 Nov 2004 17:33:59 +0000 (17:33 +0000)] 
Vertical tabs orientation in gtk renderer of wxUniv.

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

19 years agoRC parse fixes from Michael Shamgar
Julian Smart [Mon, 15 Nov 2004 17:11:37 +0000 (17:11 +0000)] 
RC parse fixes from Michael Shamgar

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

19 years agoadded \deprecated command
Vadim Zeitlin [Mon, 15 Nov 2004 14:44:39 +0000 (14:44 +0000)] 
added \deprecated command

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

19 years agodon't always erase the background ourselves as this is incompatible with XP themed...
Vadim Zeitlin [Mon, 15 Nov 2004 14:43:51 +0000 (14:43 +0000)] 
don't always erase the background ourselves as this is incompatible with XP themed appearance (replaces patch 1046164)

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

19 years agofixed va_copy test
Vadim Zeitlin [Mon, 15 Nov 2004 13:46:33 +0000 (13:46 +0000)] 
fixed va_copy test

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

19 years agoPartial fix to bug #1040607: support for vertical orientation in win32 renderer of...
Włodzimierz Skiba [Mon, 15 Nov 2004 11:25:13 +0000 (11:25 +0000)] 
Partial fix to bug #1040607: support for vertical orientation in win32 renderer of wxUniv notebook.

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

19 years agofixed to work with themes that redefine icons (e.g. Fedora's Bluecurve)
Václav Slavík [Mon, 15 Nov 2004 11:15:08 +0000 (11:15 +0000)] 
fixed to work with themes that redefine icons (e.g. Fedora's Bluecurve)

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

19 years agoupdated to be in sync with wxwin.py code
Václav Slavík [Mon, 15 Nov 2004 09:07:46 +0000 (09:07 +0000)] 
updated to be in sync with wxwin.py code

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

19 years agofix buglet wxKeyEvent->wxMouseEvent
Ryan Norton [Mon, 15 Nov 2004 07:44:22 +0000 (07:44 +0000)] 
fix buglet wxKeyEvent->wxMouseEvent

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

19 years agofix technical accuracy of statement
Ryan Norton [Mon, 15 Nov 2004 07:20:35 +0000 (07:20 +0000)] 
fix technical accuracy of statement

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

19 years agoWXUNUSED warning fixes - unicode compilo fix
Ryan Norton [Mon, 15 Nov 2004 07:18:22 +0000 (07:18 +0000)] 
WXUNUSED warning fixes - unicode compilo fix

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

19 years agoWise path to generic dialogs sources.
Włodzimierz Skiba [Mon, 15 Nov 2004 07:08:47 +0000 (07:08 +0000)] 
Wise path to generic dialogs sources.

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