Robert Roebling
|
031df30555
|
Copy and paste error.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 21:25:21 +00:00 |
|
Robert Roebling
|
faa3bd94f0
|
Correct broken reference. Mention wxFileName::DirName()
in the overview.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43530 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 21:08:57 +00:00 |
|
Vadim Zeitlin
|
b5f842a902
|
assert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is changed after creation as this doesn't currently work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43529 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 20:01:51 +00:00 |
|
Benjamin Williams
|
cf37c9a90d
|
allow programmatic access to start pane dragging
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43528 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 18:10:18 +00:00 |
|
Vadim Zeitlin
|
2522d52917
|
recreate the control when wxCAL_SEQUENTIAL_MONTH_SELECTION style is toggled
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43527 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 15:15:44 +00:00 |
|
Vadim Zeitlin
|
2c9fc05a46
|
delete controls which are part of the calendar (even if they're siblings to it and not its children) when the calender itself is deleted
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 15:14:14 +00:00 |
|
Vadim Zeitlin
|
9576de5c8b
|
avoid assert when creating the control with wxCAL_SEQUENTIAL_MONTH_SELECTION style introduced by last commit
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 15:11:24 +00:00 |
|
Vadim Zeitlin
|
908f8fc481
|
removed code inside USE_SIZABLE_CALENDAR, we should allow making the main calendar control resizeable instead of adding another one just for this
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 15:03:01 +00:00 |
|
Vadim Zeitlin
|
6bc807b35d
|
assert if wxCAL_SEQUENTIAL_MONTH_SELECTION style is changed after creation as this doesn't currently work
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43523 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 15:01:48 +00:00 |
|
Vadim Zeitlin
|
602a2e02f9
|
no changes, just some minor modifications of comments and moved one function around
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43522 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 14:57:52 +00:00 |
|
Vadim Zeitlin
|
670048b2f0
|
set/get validator for wxTextCtrl part of wxComboCtrl and not the combo itself (patch 1599214, closes bug 1598600)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43521 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 14:44:30 +00:00 |
|
Benjamin Williams
|
e6c46ffefb
|
GradientFillLinear() on wxMSW now draws on the rectangle border as well, making it consistent with the gernaic version as well as wxDC::DrawRectangle()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 13:31:15 +00:00 |
|
Václav Slavík
|
79a2ea3463
|
require bakefile-0.2.1; remove workarounds for older versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43519 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 13:24:05 +00:00 |
|
Vadim Zeitlin
|
2887cdbded
|
document GetSelection(from, to) (bug 1592221)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 13:22:43 +00:00 |
|
Vadim Zeitlin
|
ad71458057
|
remove obsolete and out of date project file which was kept for compatibility with wx 2.4 only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43517 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 13:13:17 +00:00 |
|
Vadim Zeitlin
|
404e855d9f
|
added possibility to create wxDatePickerCtrl without any initial date
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 13:07:40 +00:00 |
|
Vadim Zeitlin
|
280399077a
|
don't use wxFromSystemTime() with possibly invalid date (closes bug 1596606)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43515 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 13:06:03 +00:00 |
|
Vadim Zeitlin
|
1ae30333bc
|
added missing blank line
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 12:42:57 +00:00 |
|
Vadim Zeitlin
|
c6a372b61a
|
replaced 2nd wxCONTROL_CURRENT with correct wxCONTROL_FOCUSED in DrawItemSelectionRect() description
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43513 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 12:41:04 +00:00 |
|
Vadim Zeitlin
|
09d66b2b74
|
wxCHECK_GCC_VERSION() takes 2 parameters, not 3
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 12:38:45 +00:00 |
|
Vadim Zeitlin
|
0deb5fab34
|
unmultiply by alpha when converting from wxDIB to wxImage as the former uses premultiplied alpha but the latter does not (patch 1597063)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43511 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 12:35:16 +00:00 |
|
Kevin Ollivier
|
f52eff546a
|
Fix API calls to match header changes made in richtextbuffer.h 1.42 and restore compilation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 07:45:54 +00:00 |
|
Kevin Ollivier
|
dbace455c0
|
Use DrawItemSelectionRect on GTK2 and OS X. Also, use white text when drawing focused under Mac.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 07:32:54 +00:00 |
|
Kevin Ollivier
|
8bc0c17afc
|
Migate to the new wxRendererNative::DrawItemSelectionRect function where available, and fix selected text color on Mac.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 06:47:48 +00:00 |
|
Kevin Ollivier
|
df0edf4443
|
Have wxGenericListCtrl record and store the selection state of each column, and on OS X, use this to correctly draw selected headers. Also, move to DrawItemSelectionRect for drawing the background selection.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43507 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 06:32:08 +00:00 |
|
Kevin Ollivier
|
a4609ab847
|
Implement wxRendererMac::DrawItemSelectionRect and move the generic wxTreeCtrl to using it to draw selected items.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43506 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 06:28:47 +00:00 |
|
Michael Wetherell
|
5c80cef4bf
|
wxArchiveFSHandler switches on simulated seeking for compatibility with
previous versions. Still overridden by wxFS_SEEKABLE.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43505 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 02:11:40 +00:00 |
|
Robin Dunn
|
82fb2b744f
|
some build/install tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 01:14:01 +00:00 |
|
Robin Dunn
|
d359a38002
|
reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-19 01:12:25 +00:00 |
|
Kevin Ollivier
|
706b630a1e
|
Make sure both filter and item text are converted to lower-case, otherwise only lower-case queries work.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43502 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 23:22:22 +00:00 |
|
Julian Smart
|
12cc29c56a
|
Small cleanup.
Set caret position when calling SetSelection.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43501 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 22:27:48 +00:00 |
|
Robin Dunn
|
9745cf4d6c
|
removed 'unsigned' from 'unsigned int' so epydoc doesn't get ocnfused
over the two tokens in the type name
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 21:25:33 +00:00 |
|
Robin Dunn
|
894699b60e
|
Add 'combo' to __all__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43499 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 21:23:43 +00:00 |
|
Robin Dunn
|
72fdc4585e
|
Fix for build errors when the media lib was not built.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43498 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 21:22:50 +00:00 |
|
Robin Dunn
|
34bec08974
|
py2exe finds the DLL now
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 19:45:11 +00:00 |
|
Robin Dunn
|
f27895d289
|
Added wx.combo.BitmapComboBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43496 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 19:43:32 +00:00 |
|
Michael Wetherell
|
4532786ee2
|
Add wxFS_SEEKABLE to wxFileSystem::OpenFile calls for images.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43495 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 18:43:13 +00:00 |
|
Robert Roebling
|
1bd2ceb57b
|
[ 1598659 ] make wxAnimationCtrl::SetInactiveBitmap center given bitmap
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 17:46:29 +00:00 |
|
Robert Roebling
|
97331b821f
|
[ 1598662 ] Fix some mispelled event macros in docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 17:41:32 +00:00 |
|
Robert Roebling
|
51cb1a6587
|
Restore correct behaviour of GetTimes() wrt to
directories.
Add some (hopefully) clarifying docs about
dealing with dir names vs. file names.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 17:34:40 +00:00 |
|
Vadim Zeitlin
|
06ad6296a6
|
rename bICON (see rev 1.47) to wxICON_AAA to make it alphabetically first among wx icons but not among all application icons
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43491 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 16:46:59 +00:00 |
|
Michael Wetherell
|
8b52f082f2
|
Document wxFS_XXXX flags for wxFileSystem::OpenFile.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43490 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 16:39:52 +00:00 |
|
Václav Slavík
|
fa28b00cdc
|
don't use priviledged calls in wxDFB to allow concurrent use of the display by >1 wxDFB apps
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 13:17:35 +00:00 |
|
Kevin Ollivier
|
c8408242c2
|
Fix compilation of wrapper, and add a couple events added in the last change.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 00:53:47 +00:00 |
|
Robin Dunn
|
eccab1a711
|
reSWIGGed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 00:35:26 +00:00 |
|
Robin Dunn
|
84dd1dd89e
|
Add docstrings for ComboCtrl and ComboPopup, and added OwnerDrawnComboBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 00:33:33 +00:00 |
|
Robin Dunn
|
3b339f106c
|
demo tweaks
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 00:31:59 +00:00 |
|
Robin Dunn
|
f31ed3f103
|
forceTrueColour parameter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43483 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 00:29:40 +00:00 |
|
Vadim Zeitlin
|
c2e833af5f
|
remove unused file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43482 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 00:10:17 +00:00 |
|
Robert Roebling
|
649707a506
|
Hopefully fixed misplaced printout in libgnomeprint.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43481 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2006-11-18 00:08:52 +00:00 |
|