Vadim Zeitlin
|
afcdd052c1
|
Fixed bug in wxCalendarCtrl::HitTest() when clicking on month change arrows
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-24 09:25:49 +00:00 |
|
Vadim Zeitlin
|
5f324bb622
|
test resizeable calendar control
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43621 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-24 09:20:15 +00:00 |
|
Vadim Zeitlin
|
c75cc2e832
|
avoid warnings about missing macro parameters (only given by VC6 apparently) when building as static library and, hence, having passing expmode parameters to various array definition macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43620 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-24 00:56:22 +00:00 |
|
Vadim Zeitlin
|
885a9fe9a8
|
handle wxXmlResource::Load() errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-24 00:00:37 +00:00 |
|
Benjamin Williams
|
1dc6ec2c65
|
prep flags, code indentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43618 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-23 18:24:15 +00:00 |
|
Vadim Zeitlin
|
98018a4b05
|
limit TLW size to display size in wxSizer::Fit() instead of doing it in wxTLW::GetMaxSize(), this allows creating or manually resizing TLWs to be larger than the display while still avoiding making them too big by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43617 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-23 17:50:52 +00:00 |
|
Václav Slavík
|
79d3dfac2f
|
correctly render titlebars for TLWs with wxCAPTION but without wxCLOSE_BOX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43616 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-23 14:50:42 +00:00 |
|
Vadim Zeitlin
|
bde733b0c6
|
moved some wxMimeTypeCommands methods into .cpp file from header, this generally makes sense (methods are too long to be inline anyhow) and might also incidentally fix the compilation with -funsigned-char
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43615 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-23 13:51:49 +00:00 |
|
Chris Elliott
|
7e94d4475c
|
fix daily builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43614 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-23 13:30:36 +00:00 |
|
Vadim Zeitlin
|
eeb552d0d5
|
typo: s/if/is/
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-23 12:03:41 +00:00 |
|
Benjamin Williams
|
5759a604aa
|
fixed notebook event bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43612 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-23 07:09:06 +00:00 |
|
Kevin Ollivier
|
7532d26c0c
|
Remove debugging statement.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43611 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-23 06:36:50 +00:00 |
|
Kevin Ollivier
|
5001057213
|
Allow import checks to be turned off via preference.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43610 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-23 05:54:01 +00:00 |
|
Robin Dunn
|
9b881d3628
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-23 02:30:34 +00:00 |
|
Robin Dunn
|
de824c0c9c
|
Fixes for new AUI changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-23 02:29:13 +00:00 |
|
Robin Dunn
|
359ed0f85c
|
Updates from Dan
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-23 02:28:03 +00:00 |
|
Benjamin Williams
|
8d0634abcf
|
removed some members from wxAuiPaneInfo which should not be on the class interface
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43606 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-22 20:22:27 +00:00 |
|
Kevin Ollivier
|
90b0f5fced
|
Avoid crash when trying to access m_window from wxScreenDC.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-22 19:54:38 +00:00 |
|
Kevin Ollivier
|
dee1a629b6
|
CoreGraphics only supports the wx.COPY logical function.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-22 19:52:23 +00:00 |
|
Julian Smart
|
5c0a71a250
|
Added setters for print and page data
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-22 17:11:53 +00:00 |
|
Chris Elliott
|
520711e6de
|
fix broken script with brackets
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43602 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-22 16:10:14 +00:00 |
|
Julian Smart
|
43f51d80f5
|
Crash bug fix (don't access NULL pointer)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-22 15:15:38 +00:00 |
|
Robin Dunn
|
4ed696943f
|
Remove unneeded code in wxWindowDC::DoGetPartialTextExtents
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43600 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-22 15:06:48 +00:00 |
|
Włodzimierz Skiba
|
50f65288b1
|
PCH build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43599 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 06:50:19 +00:00 |
|
Włodzimierz Skiba
|
f8f0558494
|
Use same type in both results of A?B:C operator (Tinderbox build fix).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43598 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 06:48:03 +00:00 |
|
Włodzimierz Skiba
|
be52597cb5
|
Final steps to move to common icon.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 06:43:18 +00:00 |
|
Włodzimierz Skiba
|
15665b4790
|
PCH build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 06:07:01 +00:00 |
|
Vadim Zeitlin
|
b7681018cb
|
move default button handling code from wxControlContainer to wxTLW (patch 1524441)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 01:31:13 +00:00 |
|
Vadim Zeitlin
|
7cc4466989
|
include X11/Xutil.h for wxMotif compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 01:28:10 +00:00 |
|
Vadim Zeitlin
|
04f99266b0
|
compilation fix for platforms where size_t is unsigned long, not int
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43593 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 01:05:49 +00:00 |
|
Vadim Zeitlin
|
ada5f90df8
|
document HasAlignment(), Left/RightIndent() and Tabs() (patch 1527048)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 00:49:19 +00:00 |
|
Vadim Zeitlin
|
d7645bfd20
|
improvements to wxPickerBase default proportion values (patch 1525578)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 00:44:41 +00:00 |
|
Vadim Zeitlin
|
1f91072fc8
|
handlers added using AddHandler() last must have the highest priority (patch 1522807)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 00:33:14 +00:00 |
|
Vadim Zeitlin
|
74e1efddbc
|
update from suzumizaki (patch 1522506)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43589 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 00:26:01 +00:00 |
|
Vadim Zeitlin
|
988bbabbaa
|
update from suzumizaki (patch 1522241)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43588 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 00:23:38 +00:00 |
|
Vadim Zeitlin
|
f365323fd6
|
make wxGetKeyState() work for non-modifier keys; corrected some key mappings (patch 1521490)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43587 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 00:19:46 +00:00 |
|
Vadim Zeitlin
|
9d5244b1ee
|
wxPathList cleanup by Francesco (patch 1521481)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 00:16:55 +00:00 |
|
Vadim Zeitlin
|
ea839c294e
|
generate middle click events (backport from HEAD of the patch 1521314)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43585 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 00:12:51 +00:00 |
|
Vadim Zeitlin
|
30bb87ad00
|
generate middle click events (patch 1521314)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43584 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 00:09:49 +00:00 |
|
Vadim Zeitlin
|
f1b18eba7f
|
added wxID_HELP_INDEX/SEARCH (part of request 1404089)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 00:06:43 +00:00 |
|
Vadim Zeitlin
|
0edfdd963b
|
optionally count repeating wxLog messages instead of logging all (patch 1520815)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-25 00:04:35 +00:00 |
|
Vadim Zeitlin
|
a7734bdfb3
|
don't send duplicate set/kill focus events when the text control part of the control gets/loses focus
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-24 23:51:43 +00:00 |
|
Vadim Zeitlin
|
9a398cb1f7
|
wxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-24 23:48:06 +00:00 |
|
Vadim Zeitlin
|
9670b83cfc
|
allow customization of individual grid lines appearance (patch 1496015)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43579 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-24 23:16:37 +00:00 |
|
Vadim Zeitlin
|
a6b7a521a4
|
fixed typos in last check in
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-24 18:30:43 +00:00 |
|
Vadim Zeitlin
|
d6b447a754
|
protect gs_allThreads with a mutex (modified patch 1518719)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43577 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-24 18:26:26 +00:00 |
|
Vadim Zeitlin
|
336d8ae9a3
|
documentation for wxAppTraits (patch 1518295 from Francesco)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43576 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-07-24 18:20:18 +00:00 |
|
Robin Dunn
|
cb349f69fa
|
distrib changes to enable graphics context and add gdiplus.dll
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43575 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-11 06:44:51 +00:00 |
|
Robin Dunn
|
bc07ab17bf
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-11 04:44:52 +00:00 |
|
Robin Dunn
|
79bcf6f487
|
helpers and typemaps for new GraphicsContext methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43573 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-10-11 04:42:49 +00:00 |
|