Michael Wetherell
|
916af76f40
|
Make wxBackingFile internal, and remove wxZipFSHander, add a typedef to
wxArchiveFSHandler for compatibilty.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-29 20:06:45 +00:00 |
|
Stefan Csomor
|
b2d123f142
|
subrect blit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-29 19:43:25 +00:00 |
|
Vadim Zeitlin
|
3af706cc31
|
added TGA handler (somewhat modified patch 1393912)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-29 18:58:25 +00:00 |
|
Robert Roebling
|
0e1ea39668
|
wxCoordRound -> wxRound.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-29 17:55:09 +00:00 |
|
Julian Smart
|
6445acc783
|
Applied patch 1586499: wxCoordRound function
Centralises rounding and adds nearest-value rounding to
prntbase.cpp.
by Robert J. Lang
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42624 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-29 17:01:34 +00:00 |
|
Stefan Csomor
|
d888a332db
|
GetAsBitmap with subrect
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-29 10:46:49 +00:00 |
|
Kevin Ollivier
|
c64c9cd3ba
|
Added wxDC::GetAsBitmap, and implemented wxWindowDC::DoGetAsBitmap on OS X, in order to restore the ability to blit the contents of those DCs.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-29 05:29:04 +00:00 |
|
Julian Smart
|
f415cab9ef
|
Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-27 13:07:40 +00:00 |
|
Michael Wetherell
|
26e422a9ad
|
Add wxUSE_TARSTREAM and wxUSE_FS_ARCHIVE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-27 09:12:27 +00:00 |
|
Kevin Ollivier
|
ccd67a6af8
|
Override GetPixelSize on OS X as the base impl creates a wxScreenDC each time, which causes a significant performance hit.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-26 00:22:56 +00:00 |
|
Kevin Ollivier
|
e9a0cc4b72
|
Adding support for item font/style/color customization, unfortunately, it does not work with wxLC_EDIT_LABELS due to a limitation in the native control. Also fire activate events, and fix some event object/id mismatches when using the generic list ctrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-25 05:42:54 +00:00 |
|
Václav Slavík
|
30c841c84d
|
moved wxOverlay into overlay.* files and out of dc.h/dcbase.cpp; implemented wxOverlay for wxDirectFB port
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-24 12:29:14 +00:00 |
|
Michael Wetherell
|
f8f6c91a0f
|
Added wxBackingFile and wxBackedInputStream.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-23 14:47:07 +00:00 |
|
Paul Cornett
|
fd8bb4662a
|
wxGraphicContext --> wxGraphicsContext
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42215 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-21 17:46:33 +00:00 |
|
Stefan Csomor
|
8acd14d177
|
untangling dc and gc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-21 12:37:42 +00:00 |
|
Robin Dunn
|
54eb75b5fb
|
Forward SetFont, SetBackgroundColour and SetForegroundCOlour to the
generic listctrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-21 01:12:57 +00:00 |
|
Stefan Csomor
|
513b47e9b7
|
screendc implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42179 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-20 20:50:48 +00:00 |
|
Stefan Csomor
|
4a4ab1b6a8
|
adding same methodname as gtk and msw
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-20 13:12:23 +00:00 |
|
Stefan Csomor
|
cd7d36c065
|
replacing old core graphics with new graphics context implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-20 10:56:36 +00:00 |
|
Stefan Csomor
|
6ff41b1697
|
replacing old core graphics with new graphics context implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-20 10:27:41 +00:00 |
|
Stefan Csomor
|
24a7b71889
|
replacing old core graphics with new graphics context implementation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42153 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-20 09:34:11 +00:00 |
|
Stefan Csomor
|
8946d7fd68
|
using graphics context for core graphics switch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-19 15:04:32 +00:00 |
|
Robin Dunn
|
fd39f7a893
|
Add impl for IsFrozen
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42084 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-17 19:50:03 +00:00 |
|
Włodzimierz Skiba
|
1b88201ff5
|
Headers cleaning.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-17 14:44:52 +00:00 |
|
Włodzimierz Skiba
|
1c4e8f384d
|
CVS tags cleaning (with other minor cleaning).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-16 09:30:01 +00:00 |
|
Paul Cornett
|
fc964c0d23
|
probable typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42034 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-15 18:03:36 +00:00 |
|
Stefan Csomor
|
fe63cfad2b
|
adding missing typedefs for 10.4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-15 07:57:03 +00:00 |
|
Stefan Csomor
|
cdac585c3b
|
availability does not include any other headers, but it provides the necessary macros everywhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-15 07:46:49 +00:00 |
|
Stefan Csomor
|
eb89f88a43
|
cleanup for 10.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42007 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-14 14:55:46 +00:00 |
|
Stefan Csomor
|
8c9fd6e54e
|
cleanup for 10.5
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-14 14:46:31 +00:00 |
|
Robin Dunn
|
432efcb004
|
wxMemoryDC constructor now optionally accepts a wxBitmap parameter,
calling SelectObject itself if a valid bitmap is passed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41989 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-13 18:48:36 +00:00 |
|
Stefan Csomor
|
820716c69f
|
removing double definition
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-13 11:59:04 +00:00 |
|
Stefan Csomor
|
c819dcf7d3
|
setting according to a minimum system of 10.3 and supporting 64 bit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41984 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-13 11:58:02 +00:00 |
|
Robin Dunn
|
8c0c419677
|
Don't include platform headers from public wx headers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-11 23:46:02 +00:00 |
|
Kevin Ollivier
|
3fd864a139
|
Implementing column click event handler and SortItems function for native list ctrl.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41949 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-11 20:04:29 +00:00 |
|
Stefan Csomor
|
4731b3ab86
|
adding events on kill-focus (Robert's Patch)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-11 09:20:34 +00:00 |
|
Vadim Zeitlin
|
72045d5768
|
added wxAnimationCtrl (patch 1570325)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-09 17:51:07 +00:00 |
|
Vadim Zeitlin
|
2e992e06a7
|
added wxWindow::IsDoubleBuffered() and improve wxBufferedDC (patch 1565330)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-09 16:39:34 +00:00 |
|
Vadim Zeitlin
|
c3f1f8d82c
|
use native toolbar, font dialog and CG by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41798 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-09 12:10:24 +00:00 |
|
Vadim Zeitlin
|
e0d14de1ed
|
another Ok() changed to IsOk()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41765 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-08 23:45:33 +00:00 |
|
Vadim Zeitlin
|
ee2ec18e88
|
moved DoSetValue() to wxTextCtrlBase instead of having it in almost, but not quite all, derived classes; linking fixes for wxCocoa/wxX11/wxMotif
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41754 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-08 22:40:14 +00:00 |
|
Vadim Zeitlin
|
b7cacb43db
|
add IsOk() to all classes having Ok() method (patch 1570985)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41751 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-08 21:56:55 +00:00 |
|
Vadim Zeitlin
|
f05b5b774f
|
moved wxUSE_MS_HTML_HELP back into setup_inc.h (undoing change of rev 1.41) as it's needed for configure builds too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-08 20:48:48 +00:00 |
|
Vadim Zeitlin
|
f6519b40fe
|
added wxTextCtrl::ChangeValue() which is the same as SetValue() but doesn't send the text changed event (first part of patch 1553551)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41739 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-08 17:46:12 +00:00 |
|
Vadim Zeitlin
|
1d6fcbcc70
|
added wxBookCtrl::ChangeSelection() which is the same as SetSelection() but doesn't send the page change events (second part of patch 1553551)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41738 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-08 17:37:23 +00:00 |
|
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
|
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
|
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 |
|
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
|
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 |
|