Commit Graph

36186 Commits

Author SHA1 Message Date
Paul Cornett
452418c4b0 Move some things to wxBitmapBase to avoid much duplication.
Use proper const for XPM data, and const void* for arbitary bitmap data.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-08 08:04:49 +00:00
Robin Dunn
9ce05df4bc return values of overloaded virtuals should match the base class version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-08 06:42:09 +00:00
Robin Dunn
e6fd62dd84 Override CreateItem so wxListBox can turn its notifications into events.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-08 06:37:50 +00:00
Vadim Zeitlin
ae50b288e0 added wxAboutBox-related files
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-08 01:21:28 +00:00
Vadim Zeitlin
d217618146 added wxUSE_ABOUTDLG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41685 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-08 01:20:38 +00:00
Vadim Zeitlin
cfa6437081 use the main frame icon if no icon is explicitely specified
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41684 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-08 01:19:31 +00:00
Vadim Zeitlin
ca7adbf8bc initial implementation of wxAboutBox()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-08 01:02:04 +00:00
Vadim Zeitlin
9211cf3c43 added wxUSE_ABOUTDLG
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-08 00:59:09 +00:00
Vadim Zeitlin
fee9bb24d9 fixed VC warning about unreachable code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-08 00:35:44 +00:00
Vadim Zeitlin
33ad028c01 ignore the other WXDLLIMPEXP_XXX and not only BASE one too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-08 00:03:49 +00:00
Robert Roebling
aa0576fe9f Some more explanations.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-07 21:38:46 +00:00
Robert Roebling
b19add95cd More docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-07 20:58:47 +00:00
Robert Roebling
68d7c6427b Two more typos.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41677 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-07 20:36:08 +00:00
Paul Cornett
3a7af48f21 small cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-07 18:32:49 +00:00
Paul Cornett
2365667381 some cleanup, and plug a few small holes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-07 18:32:11 +00:00
Robert Roebling
314cd032db Typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-07 17:44:31 +00:00
Robert Roebling
91506eb056 Include wxDataViewCtrl in list of controls.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-07 17:38:40 +00:00
Robert Roebling
7518ae3445 Include dataview docs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-07 17:36:44 +00:00
Robert Roebling
b6b9d5562c Add docs to wxDataViewCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41671 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-07 17:34:00 +00:00
Robert Roebling
1286b7ba6c Not everything has to be virtual.
Made short cuts for adding columns more useful.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-07 14:15:53 +00:00
Robin Dunn
cc30c63a4c rename the ID parameter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 23:21:07 +00:00
Vadim Zeitlin
4c268e6a10 fix for handling from Francesco
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 22:37:03 +00:00
Robert Roebling
4846890010 Return toolbars "own" GdkWindow, required among
others for mouse event reporting.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 21:49:10 +00:00
Robin Dunn
846c181ba2 reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 20:08:33 +00:00
Robin Dunn
8feec28c87 Renamed wx.FutureCall to wx.CallLater so it is named more like
wx.CallAfter.  wx.FutureCall is now an empty subclass of wx.CallLater
for compatibility of older code.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 19:56:57 +00:00
Robin Dunn
567a5f982b be able to switch between the frame managing the toolbar, anbd putting
it in a sizer instead.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 19:55:31 +00:00
Robin Dunn
75c39820b8 some tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 19:54:48 +00:00
Robin Dunn
7f3450784c more informative assert message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 17:14:39 +00:00
Paul Cornett
7002950658 make pixbuf/alpha handling more coherent in gtk wxBitmap, allow pixbuf without alpha
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 16:34:45 +00:00
Paul Cornett
5a67db4861 don't invert mono bitmaps in Rescale
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 15:49:29 +00:00
Robert Roebling
31fb32e137 Implemended column header mouse clicks.
Ascending/descending sorting.
  Setting the little arrow indicator for ascending
    and desceding sorting.
  Generic stubs.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 09:50:45 +00:00
Jouk Jansen
b468ca37a2 Committing in .
Synchronizing setup.h_vms with setup.h.in

 Modified Files:
 	wxWidgets/setup.h_vms


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 07:25:56 +00:00
Robin Dunn
ce9da810d8 Allow the native toolbar to have more han one button toggled at a time.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 04:47:30 +00:00
Robin Dunn
72ef6efb1f reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 00:53:37 +00:00
Robin Dunn
b7b7742da5 don't inject constructors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 00:52:55 +00:00
Robin Dunn
9d45af36fe always use wxPyPanel
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 00:52:29 +00:00
Robin Dunn
b2bfee6caa reduce the number of objects for a quicker startup time
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 00:51:48 +00:00
Robin Dunn
979f2f9c87 Set overview to docstring
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 00:51:01 +00:00
Robin Dunn
584d6f48b0 Fixes for using the staticmethods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 00:50:22 +00:00
Robin Dunn
dbe6f5f00b Applied second part of patch #1570448, use the device origin for where
to clear


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-06 00:31:18 +00:00
Robin Dunn
050441c841 some fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-05 23:56:13 +00:00
Robin Dunn
6f67d53729 Updates from Paul
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-05 23:53:44 +00:00
Robin Dunn
b7a0abc732 Part of patch# 1570448, use dwRop for StretchBIBits too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-05 23:51:28 +00:00
Robin Dunn
7a14d08278 ensure that wxMAC_USE_CORE_GRAPHICS is turned on if wxUSE_GRAPHICS_CONTEXT is
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-05 22:53:06 +00:00
Robin Dunn
2713e62971 Add USE_GDIPLUS option that will control (for the makefile builds) if
the gdiplus.lib library is added to the link, and whether
wxUSE_GRAPHICS_CONTEXT should be defined.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-05 22:45:17 +00:00
Robin Dunn
e88f652451 Make the message about wxUSE_GRAPHICS_CONTEXT a bit more informative
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-05 22:42:31 +00:00
Robin Dunn
6cb4f153c3 Add FlatNotebook
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-05 22:24:18 +00:00
Jamie Gadd
ebd9ec2931 Need to update the bg brush when the first page is added.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-05 21:34:54 +00:00
Robert Roebling
47cef10f28 Added sort order and alignement for column headers.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-05 19:35:23 +00:00
Mattia Barbon
3e0071d949 Fix buffer overrun in Linux/x86_64 (Pixel is a 64 bit long, passing
a 32 bit int pointer to XtVaGetValues will cause trouble). Using a long
should suffice. A configure test would be better.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2006-10-05 19:34:25 +00:00