.. |
gnome
|
deprecate wxDC::SetClippingRegion(wxRegion) overload and replace it with SetDeviceClippingRegion() to avoid confusion due to use of different kind of coordinates in this and other overloads of the same function; also rename wxDCImpl::DoSetClippingRegionAsRegion() to DoSetDeviceClippingRegion(); finally use bounding box of the region passed to wxDCClipper ctor to avoid interpreting coordinates differently for different ctors of the same class (see #8970)
|
2008-06-08 01:45:56 +00:00 |
hildon
|
|
|
private
|
add a scoped_ptr-like wxGtkObject class which calls g_object_unref() automatically and use it in some GC-related code
|
2008-08-27 01:06:58 +00:00 |
accel.h
|
|
|
animate.h
|
allow loading wxAnimationCtrl contents from stream (patch 1962344)
|
2008-05-17 22:51:52 +00:00 |
app.h
|
|
|
assertdlg_gtk.h
|
|
|
bitmap.h
|
|
|
bmpbuttn.h
|
|
|
bmpcbox.h
|
Native wxBitmapComboBox patch for GTK+
|
2008-05-27 10:17:56 +00:00 |
brush.h
|
declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)
|
2008-06-17 17:28:26 +00:00 |
button.h
|
use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667)
|
2008-08-01 13:46:46 +00:00 |
calctrl.h
|
[ 1936700 ] wxCAL_SHOW_WEEK_NUMBERS, slightly modified
|
2008-04-17 15:31:50 +00:00 |
checkbox.h
|
use gtk_block_event instead of m_block event field
|
2008-09-01 08:27:56 +00:00 |
checklst.h
|
|
|
chkconf.h
|
|
|
choice.h
|
Ticket #9592: gtk-choice-setcolumns.2.diff
|
2008-06-16 13:32:43 +00:00 |
clipbrd.h
|
|
|
clrpicker.h
|
|
|
collpane.h
|
replace m_insertCallback with a virtual function, contrary to the old comments a virtual works just fine
|
2008-08-29 15:46:48 +00:00 |
colordlg.h
|
|
|
colour.h
|
|
|
combobox.h
|
Native wxBitmapComboBox patch for GTK+
|
2008-05-27 10:17:56 +00:00 |
control.h
|
|
|
cursor.h
|
|
|
dataform.h
|
|
|
dataobj2.h
|
|
|
dataobj.h
|
|
|
dataview.h
|
replace m_insertCallback with a virtual function, contrary to the old comments a virtual works just fine
|
2008-08-29 15:46:48 +00:00 |
dc.h
|
|
|
dcclient.h
|
honour user scale and source offset in wxDC::Blit() (#2605)
|
2008-08-27 00:52:13 +00:00 |
dcmemory.h
|
Added new wxGraphicsContext:Create( wxPrinterDC ) instead of wxDC:CreateGraphicsContext
|
2008-04-28 20:39:57 +00:00 |
dcscreen.h
|
|
|
dialog.h
|
don't terminate the event loop in EndModal() if it was already terminated because of an exception thrown inside it (#9838)
|
2008-08-18 11:51:53 +00:00 |
dirdlg.h
|
|
|
dnd.h
|
|
|
filectrl.h
|
Fix #9917: File save dialog does not honor file extension on GTK
|
2008-08-29 13:57:03 +00:00 |
filedlg.h
|
replace m_insertCallback with a virtual function, contrary to the old comments a virtual works just fine
|
2008-08-29 15:46:48 +00:00 |
filepicker.h
|
|
|
font.h
|
|
|
fontdlg.h
|
|
|
fontpicker.h
|
|
|
frame.h
|
|
|
gauge.h
|
|
|
glcanvas.h
|
|
|
hyperlink.h
|
|
|
listbox.h
|
Tried to make wxListBox::Update() work
|
2008-07-02 08:15:28 +00:00 |
mdi.h
|
replace m_insertCallback with a virtual function, contrary to the old comments a virtual works just fine
|
2008-08-29 15:46:48 +00:00 |
menu.h
|
simplify menu item callbacks by passing in wxMenuItem instead of wxMenu
|
2008-06-11 17:07:07 +00:00 |
menuitem.h
|
fix another occurrence of g++ 3.3 problem with deprecated ctors
|
2008-08-30 21:27:44 +00:00 |
minifram.h
|
|
|
msgdlg.h
|
added support for custom labels in wxMessageBox for wxGTK too
|
2008-09-05 17:27:20 +00:00 |
notebook.h
|
replace m_insertCallback with a virtual function, contrary to the old comments a virtual works just fine
|
2008-08-29 15:46:48 +00:00 |
pen.h
|
declare future-deprecated SetStyle(int) in wxPen/Brush and not wxPen/BrushBase as it's useless there (compilation of user code doing pen.SetStyle(wxDOT) still fails)
|
2008-06-17 17:28:26 +00:00 |
popupwin.h
|
replace m_insertCallback with a virtual function, contrary to the old comments a virtual works just fine
|
2008-08-29 15:46:48 +00:00 |
print.h
|
deprecate wxDC::SetClippingRegion(wxRegion) overload and replace it with SetDeviceClippingRegion() to avoid confusion due to use of different kind of coordinates in this and other overloads of the same function; also rename wxDCImpl::DoSetClippingRegionAsRegion() to DoSetDeviceClippingRegion(); finally use bounding box of the region passed to wxDCClipper ctor to avoid interpreting coordinates differently for different ctors of the same class (see #8970)
|
2008-06-08 01:45:56 +00:00 |
private.h
|
add wxRenderer::GetCheckBoxSize(); refactor wxGTK code to avoid duplication (#9642)
|
2008-08-02 21:51:22 +00:00 |
radiobox.h
|
|
|
radiobut.h
|
|
|
region.h
|
|
|
scrolbar.h
|
|
|
scrolwin.h
|
|
|
slider.h
|
|
|
spinbutt.h
|
|
|
spinctrl.h
|
|
|
statbmp.h
|
|
|
statbox.h
|
|
|
statline.h
|
|
|
stattext.h
|
|
|
taskbarpriv.h
|
|
|
tbargtk.h
|
replace m_insertCallback with a virtual function, contrary to the old comments a virtual works just fine
|
2008-08-29 15:46:48 +00:00 |
textctrl.h
|
|
|
textentry.h
|
|
|
tglbtn.h
|
use gtk_block_event instead of m_block event field
|
2008-09-01 08:27:56 +00:00 |
tooltip.h
|
|
|
toplevel.h
|
get system colors directly from GTK styles, eliminating need for cached wxColor objects
|
2008-08-27 17:10:36 +00:00 |
treeentry_gtk.h
|
|
|
window.h
|
replace m_insertCallback with a virtual function, contrary to the old comments a virtual works just fine
|
2008-08-29 15:46:48 +00:00 |