Vadim Zeitlin
|
cb626df225
|
fix unused parameter warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 21:00:27 +00:00 |
|
Robert Roebling
|
dadc879e99
|
Implement and test _HEADER_RIGHT_CLICK event for GTK+
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48689 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 20:36:19 +00:00 |
|
Robert Roebling
|
aed836f372
|
Implement and test wxDataViewCtrl::GetColumnPosition() for GTK+
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48688 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 20:30:05 +00:00 |
|
Robert Roebling
|
8d92a3e988
|
Forgot this one
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48687 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 19:51:42 +00:00 |
|
Robert Roebling
|
041a0e26bb
|
Patch from Hartwig wrt SELECTION_CHANGE event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48686 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 19:50:35 +00:00 |
|
Vadim Zeitlin
|
e1079eda55
|
fix warning about not enough parameters for WX_DEFINE_GLOBAL_CONV2 with VC6
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48683 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 18:54:24 +00:00 |
|
Paul Cornett
|
64b9776ca6
|
scrolling windows need wx[HV]SCROLL style
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48682 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 17:23:43 +00:00 |
|
Vadim Zeitlin
|
4ec4d8610a
|
added WXDLLIMPEXP_BASE for a couple of template classes having only inline functions as VC7 still needs them in DLL build if these classes are used as base classes or members of other DLL-exported classes (replaces first two parts of the patch 1779004)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48681 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 17:04:27 +00:00 |
|
Vadim Zeitlin
|
b7fe22610e
|
fix some harmless warnings (last two parts of patch 1779004)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48680 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 17:00:45 +00:00 |
|
Chris Elliott
|
c07bf3a93f
|
add missing sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48678 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 16:15:47 +00:00 |
|
Julian Smart
|
7e4fe193d1
|
Fixed caret sizing bug
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 12:18:50 +00:00 |
|
Robert Roebling
|
d86c187031
|
API change: a single SELECTION_CHANGED not lots of SELECT and UNSELECT events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 08:59:07 +00:00 |
|
Robert Roebling
|
ca06242be7
|
Fix ending label-editing bug when clicking elsewhere
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 07:58:06 +00:00 |
|
Paul Cornett
|
1d59165194
|
remove m_blockScrollEvent from wxWindowGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 04:26:33 +00:00 |
|
Paul Cornett
|
301f696372
|
build fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 04:22:04 +00:00 |
|
Paul Cornett
|
00dc977232
|
more value updating fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48667 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 04:11:01 +00:00 |
|
Vadim Zeitlin
|
ebfc214808
|
use wxBORDER_NONE as border default for wxStatusBar: this generally makes sense and also fixes the display problem of the status bars under Windows when using themes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48666 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 01:08:55 +00:00 |
|
Vadim Zeitlin
|
4ffb0f30f7
|
compilation fix after wxCmdLineEntryDesc changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-14 00:51:47 +00:00 |
|
Robert Roebling
|
6d9ecc870a
|
wxDataViewCtrl patch from Hartwig
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 21:23:48 +00:00 |
|
Vadim Zeitlin
|
abb88ef36b
|
remove the drag-and-drop compatibility hack for extracting the embedded size of the object from the beginning of data itself: this fixes bug 1791459 for the trunk
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48662 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 18:37:00 +00:00 |
|
Paul Cornett
|
f923b2930e
|
fix SetValue
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48661 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 17:34:27 +00:00 |
|
Paul Cornett
|
a7060b8cae
|
non-pch build fix, indentation and whitespace cleanup
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 16:41:28 +00:00 |
|
Vadim Zeitlin
|
376b252c63
|
added attribution for wxSYS_DCLICK_TIME time change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 16:02:43 +00:00 |
|
Robert Roebling
|
4a783bb436
|
Use GTK_SPIN_BUTTON() not (GtkSpinButton*)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48658 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 14:36:32 +00:00 |
|
Robert Roebling
|
4a03bf0918
|
[ 1793012 ] wxSpinCtrl::SetValue() doesn't update internal counter
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 14:27:18 +00:00 |
|
Robert Roebling
|
453091c269
|
Add wxDataViewCtrl::GetColumnPosition() stubs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 13:29:19 +00:00 |
|
Robert Roebling
|
21f47fb900
|
Add wxDataViewCtrl::GetSortingColumn() stubs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 12:57:40 +00:00 |
|
Robert Roebling
|
b741dd400f
|
Patch from Hartwig (use new GetChildren() API)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48653 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 12:47:49 +00:00 |
|
Robert Roebling
|
8ab030012d
|
little change for Mac build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48652 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 12:41:36 +00:00 |
|
Robert Roebling
|
5cdcb78775
|
Third update patch for GTK+ print (correcting my device origin search-and-replace mistake)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48651 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 12:28:57 +00:00 |
|
Robert Roebling
|
4d1d071dae
|
Second update patch for GTK+ print (DrawBitmap fix)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 12:26:20 +00:00 |
|
Robert Roebling
|
da249bc359
|
First update patch for GTK+ print
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 12:23:39 +00:00 |
|
Paul Cornett
|
05787cec0d
|
remove unused configure tests and macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 06:24:14 +00:00 |
|
Paul Cornett
|
73a790d8d5
|
epoll typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48647 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 05:42:42 +00:00 |
|
Paul Cornett
|
290cd3016c
|
get more accurate TLW sizing by using a window decorations cache
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48646 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-13 04:36:06 +00:00 |
|
Paul Cornett
|
7742ea6a6f
|
warning fix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48645 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-12 17:39:46 +00:00 |
|
Paul Cornett
|
a9047d859d
|
add wxUSE_TASKBARICON wrapper
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-12 16:48:41 +00:00 |
|
Vadim Zeitlin
|
765bdb4a1b
|
check that the conversion really succeeds even when wxMBConv_win32::WC2MB() is called with NULL buffer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48643 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-12 00:39:21 +00:00 |
|
Vadim Zeitlin
|
e040a4ff2c
|
fix assert for bitmaps buttons created without bitmap initially
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48642 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-12 00:21:48 +00:00 |
|
Václav Slavík
|
479647105b
|
Fixed wxAtomicInc/Dec() to not use asm/atomic.h header on Linux - it's kernel internal, not available for userspace in newer kernel versions and broken for userspace on some platforms. Use GCC's builtins instead.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48640 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-10 22:27:15 +00:00 |
|
Václav Slavík
|
eb2d0d232c
|
use wxVector<T> instead of wxList in wxXmlResource code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48639 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-10 22:26:39 +00:00 |
|
Václav Slavík
|
bc1d617aac
|
fix to make 'wxAtomicInt i = 0;' work with generic implementation and gcc
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-10 22:15:16 +00:00 |
|
Václav Slavík
|
1f25eb3aa9
|
compilation fix after wxCmdLineEntryDesc changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-10 22:13:05 +00:00 |
|
Václav Slavík
|
630dad8cc1
|
added a test for wxAtomicDec return value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-10 22:12:39 +00:00 |
|
Vadim Zeitlin
|
1c06345ab6
|
mention that NULL/"" changes also affect struct fields
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-10 22:04:26 +00:00 |
|
Václav Slavík
|
eb096b8eeb
|
compilation fixes for generic implementation of wxAtomicInt32
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-10 21:52:02 +00:00 |
|
Robert Roebling
|
a931295073
|
Rewrote scaling for GTK+ print
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-10 21:35:45 +00:00 |
|
Robert Roebling
|
6950be0111
|
Compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48632 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-10 16:41:16 +00:00 |
|
Vadim Zeitlin
|
bd5c396871
|
map wxFONTENCODING_ISO2022_JP to the correct Windows code page
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-10 15:29:19 +00:00 |
|
Vadim Zeitlin
|
5681ec3dfd
|
fix a warning about casting literal string constants to non-const char *
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-10 14:22:43 +00:00 |
|