Robert Roebling
|
25c5c36231
|
Minimum is now GTK+ 2.4
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-05 18:46:43 +00:00 |
|
Robert Roebling
|
700d08c109
|
[ 1823588 ] gtk filedlg - droping support for gtk 2.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49649 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-05 18:43:14 +00:00 |
|
Paul Cornett
|
0c3d1aa7fd
|
build fix: return type for AutoComplete is bool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49635 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-04 23:27:59 +00:00 |
|
Vadim Zeitlin
|
ecaed0bcda
|
added wxTextEntry::AutoComplete() and implemented it for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-04 22:39:54 +00:00 |
|
Vadim Zeitlin
|
ff805cac74
|
use gtk_entry_set_activates_default() instead of redoing its work manually ourselves
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49625 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-04 16:34:36 +00:00 |
|
Vadim Zeitlin
|
86f19f7ce5
|
handle failure of gtk_drag_begin() (which can happen e.g. because gdk_pointer_grab() failed) in DoDragDrop() (patch 1825237) + minor cleanup in trunk version of the code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-11-03 21:46:55 +00:00 |
|
Julian Smart
|
013151c744
|
Implementation of wxSysColourChangedEvent on wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49492 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-27 17:38:39 +00:00 |
|
Paul Cornett
|
3c75d8baf9
|
make access for virtuals match base
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49446 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-26 06:20:23 +00:00 |
|
Paul Cornett
|
cca410b336
|
Use a GtkVBox to do TLW layout. Rework some of the remaining sizing code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-24 18:07:24 +00:00 |
|
Vadim Zeitlin
|
e4161a2a08
|
use -Wunused-parameter with gcc for consistency with MSVC and other compilers which warn about this; fix the uncovered warnings in wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-23 22:19:34 +00:00 |
|
Vadim Zeitlin
|
3824e0db33
|
don't compare initial slider position with uninitialized m_pos (modified patch 1818759)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-23 18:16:06 +00:00 |
|
Robert Roebling
|
f69c03def9
|
Use a private GtkCellRendererText for rendering text in a wxDataViewCustomRenderer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-22 11:26:04 +00:00 |
|
Robert Roebling
|
52e750fc75
|
Added wxDataViewCustomRenderer::RenderText() for renderer simple text in platform dependent way, added wxDataViewSpinRenderer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-20 20:09:10 +00:00 |
|
Robert Roebling
|
b0d7707bc4
|
Use wxPointList instead of wxList in wxDC code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49245 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-19 14:53:55 +00:00 |
|
Robert Roebling
|
736fe67c66
|
Added PrependColumn methods and short cuts. Added test for DeleteColumn to sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-18 20:56:38 +00:00 |
|
Paul Cornett
|
383144c756
|
simplify toolbar and statusbar create/set code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49231 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-18 17:20:38 +00:00 |
|
Václav Slavík
|
d350fbec22
|
compilation fixed for wxDataViewCtrl: almost no class was properly exported in wxGTK version
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-10-10 19:44:26 +00:00 |
|
Vadim Zeitlin
|
0ec1179b86
|
added wxTextEntry common base class for both wxTextCtrl and wxComboBox; refactor wxGTK code to put common parts of these classes in the base class; fixed some inconsistencies in the text control behaviour between platforms
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-26 00:30:22 +00:00 |
|
Robert Roebling
|
eb7637b587
|
Remove several hack from PS code, use high resolution code from GNOME print, invert Y axis internally
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48922 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-24 14:04:09 +00:00 |
|
Robert Roebling
|
ab171e9502
|
Converted wxGTK's basic DC classes to new DC code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-23 11:27:41 +00:00 |
|
Robert Roebling
|
65dd9ae23c
|
Removed last bits of DrawScaledBitmap (was removed part of GTK+ printing patch)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-22 09:55:23 +00:00 |
|
Vadim Zeitlin
|
d494512913
|
functions not taking argument must be declared as (void) in C, not ()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-21 11:25:11 +00:00 |
|
Robert Roebling
|
90254df808
|
Rearrange code to fix some problems
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48772 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-18 17:43:17 +00:00 |
|
Paul Cornett
|
260020e392
|
various small cleanups
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-17 17:24:44 +00:00 |
|
Robert Roebling
|
7d61c83f40
|
compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48750 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-17 13:34:20 +00:00 |
|
Robert Roebling
|
00ff24c81c
|
Always make wxWindow::SetFocus() focus the window, overriding SetCanFocus, some more focus related docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48747 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-17 10:17:12 +00:00 |
|
Vadim Zeitlin
|
0cf3e587a2
|
added new and improved wxFileCtrl implementation (patch 1763164)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48733 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-17 00:14:34 +00:00 |
|
Robert Roebling
|
7cec1c9e15
|
Implement wxWindow::SetFocusIgnoringChildren for GTK+
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-15 22:06:22 +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 |
|
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 |
|
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 |
|
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 |
|
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
|
02255e07d7
|
Rewrote scaling code for GNOME print backend. The inverted Y axis is now handled internally. Resulotion is not set to 600 dpi
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48628 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-10 14:00:44 +00:00 |
|
Robert Roebling
|
1d9fe50dc9
|
Patch to use high printer resolution instead of Cairo's 72dpi
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48597 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-07 14:05:13 +00:00 |
|
Robert Roebling
|
d494613ac1
|
Make use of wxCairoLibrary from within wxGtkPrint
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-06 17:24:59 +00:00 |
|
Robert Roebling
|
fa034c4511
|
Add support for GTK print, modified from patch 1782055
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48578 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-05 21:34:08 +00:00 |
|
Robert Roebling
|
1ff62f51ba
|
Make wxGnomePrintModule public so that wxGtkPrintModule knows about it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48570 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-09-05 19:26:46 +00:00 |
|
Robert Roebling
|
c9c13e7043
|
add wxDataViewIconTextRenderer
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-29 11:48:12 +00:00 |
|
Robert Roebling
|
91a6c65558
|
Move column organizing code to ports, away from common code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-26 10:05:16 +00:00 |
|
Robert Roebling
|
f71d3ba46c
|
added Collapse() and Expand()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-25 21:05:51 +00:00 |
|
Robert Roebling
|
a87b466df3
|
Correct signature of HitTest()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-24 20:00:32 +00:00 |
|
Robert Roebling
|
fbda518cb7
|
Minor API changes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-24 11:21:52 +00:00 |
|
Robert Roebling
|
66e09788ab
|
Patch from Bo, adapt generic code to new API, add GetItemRect and HitTest
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48223 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-20 17:26:11 +00:00 |
|
Robert Roebling
|
6154212e51
|
Change EnsureVisble() to including column parameter, implemented it for wxGTK
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-19 21:44:34 +00:00 |
|
Robert Roebling
|
e98351eca9
|
Made wxGTK wxDataViewCtrl compile again
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-19 20:11:34 +00:00 |
|
Vadim Zeitlin
|
86e37f69bc
|
fix generation of events from SetValue() broken in rev 46611
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48183 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-19 19:05:56 +00:00 |
|
Vadim Zeitlin
|
7738af5957
|
relinquish the mouse capture when a dialog is about to be made modal to ensure that the mouse can be used in it (patch 1754648)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-15 21:01:30 +00:00 |
|
Vadim Zeitlin
|
becac1ef57
|
added wxToolTip::SetAutoPop() and SetReshow() (patch 1768804)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2007-08-15 12:57:36 +00:00 |
|