.. |
gnome
|
make GetPaperRect() and GetResolution() const functions
|
2008-11-15 11:10:34 +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
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
bmpbuttn.h
|
revert removal of wxBU_AUTODRAW, now that it is again available with WXWIN_COMPATIBILITY_2_8==0
|
2008-03-18 16:25:48 +00:00 |
bmpcbox.h
|
make access for virtuals match base
|
2008-11-16 18:20:21 +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
|
Added experimental async clipboard format query
|
2008-12-21 22:15:50 +00:00 |
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
|
substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLEXPORT_DATA with WXDLLIMPEXP_DATA_CORE
|
2008-03-26 15:06:00 +00:00 |
colour.h
|
|
|
combobox.h
|
Native wxBitmapComboBox patch for GTK+
|
2008-05-27 10:17:56 +00:00 |
control.h
|
|
|
cursor.h
|
provide backward-compat wxCursor(int) ctor; remove empty stubs of XBM ctor from all ports except gtk,motif; make all ports emit wxLogError on invalid bitmap types; implement wxCursor(const wxString&, ...) ctor on GTK (not tested yet)
|
2008-09-25 17:56:07 +00:00 |
dataform.h
|
|
|
dataobj2.h
|
suppress warnings about hiding virtual functions in wxURLDataObject
|
2008-03-23 15:57:47 +00:00 |
dataobj.h
|
|
|
dataview.h
|
Added wxDataViewCtrl::IsExpanded(item)
|
2008-12-16 21:23:55 +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
|
|
|
evtloop.h
|
implement wxEventLoop::DispatchTimeout() for wxGTK (thanks Paul) and rewrote it to not use wxEventLoopImpl which it doesn't need
|
2008-12-27 11:01:39 +00:00 |
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
|
fix the incoherence pointed out by ifacecheck between wx docs, that documents usage of the wxFontFamily, wxFontStyle and wxFontWeight enums in wxFont setters and getters, and the actual sources, which use 'int' instead; provided the same backward-compatibility pattern already used for wxBrush,wxPen both against 'int' overloads and against the wxDeprecatedGUIConstants enum values
|
2008-11-03 17:02:25 +00:00 |
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
|
Review/simplify/cleanup MDI classes for all platforms and introduce base
|
2008-11-04 02:46:19 +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
|
make access for virtuals match base
|
2008-11-16 18:20:21 +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
|
Forgot to commit
|
2008-10-07 08:01:34 +00:00 |
print.h
|
make GetPaperRect() and GetResolution() const functions
|
2008-11-15 11:10:34 +00:00 |
private.h
|
Forward port new wxRenderer methods in 2.8 to trunk.
|
2008-12-13 17:36:27 +00:00 |
radiobox.h
|
simplified and cleaned up wxGTK's focus handling
|
2008-03-14 01:10:43 +00:00 |
radiobut.h
|
|
|
region.h
|
|
|
scrolbar.h
|
|
|
scrolwin.h
|
make Scroll() itself virtual too as existing code might override it (but new code should override DoScroll() only); use the same access in the derived classes as in wxScrollHelperBase
|
2008-12-25 12:27:20 +00:00 |
slider.h
|
|
|
spinbutt.h
|
|
|
spinctrl.h
|
added wxSpinCtrlDouble (slightly modified patch 1835864)
|
2008-03-18 14:04:19 +00:00 |
statbmp.h
|
|
|
statbox.h
|
|
|
statline.h
|
|
|
stattext.h
|
|
|
taskbarpriv.h
|
added wxTaskBarIcon::IsAvailable
|
2008-09-30 20:54:02 +00:00 |
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
|
replace wx_{const,static,reinterpret}_cast with their standard C++ equivalents
|
2008-11-02 02:39:52 +00:00 |
textentry.h
|
|
|
tglbtn.h
|
declare all NameStr[] strings as const char using the correct WXDLLIMPEXP_DATA_ macros; in the process, change wxPropGrid window classes to take 'const wxString& name' arguments instead of 'const wxChar *name'
|
2008-11-02 22:16:14 +00:00 |
tooltip.h
|
|
|
toplevel.h
|
fix saving/restoring size when WM supports _NET_FRAME_EXTENTS but not _NET_REQUEST_FRAME_EXTENTS
|
2008-12-24 07:51:15 +00:00 |
treeentry_gtk.h
|
|
|
window.h
|
Added method to disable focus_out handling temporarily
|
2008-10-27 14:02:54 +00:00 |