..
gnome
Fixed various typos.
2011-03-22 14:17:38 +00:00
hildon
private
support for GTK3
2012-06-30 20:39:06 +00:00
accel.h
animate.h
Reverted bogus fix for bogus bug report #13402 .
2012-02-05 22:53:39 +00:00
anybutton.h
Refactor wxButton and wxToggleButton to derive from wxAnyButton.
2011-06-14 13:00:42 +00:00
app.h
remove unnecessary GTK declarations from defs.h, move things only used once to the place that needs them
2011-09-07 16:56:50 +00:00
assertdlg_gtk.h
Fix display of "const" methods in wxGTK assert dialog.
2012-03-21 00:11:12 +00:00
bitmap.h
support for GTK3
2012-06-30 20:39:06 +00:00
bmpbuttn.h
bmpcbox.h
brush.h
button.h
Refactor wxButton and wxToggleButton to derive from wxAnyButton.
2011-06-14 13:00:42 +00:00
calctrl.h
Implement wxCalendarCtrl::SetDateRange() in the native GTK version.
2011-06-19 22:46:36 +00:00
checkbox.h
checklst.h
chkconf.h
support for GTK3
2012-06-30 20:39:06 +00:00
choice.h
Add "GTK" prefix to wxChoice::{Dis,En}ableEvents() methods in wxGTK.
2010-10-15 23:46:32 +00:00
clipbrd.h
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
clrpicker.h
support for GTK3
2012-06-30 20:39:06 +00:00
collpane.h
colordlg.h
Move wxColourData and wxFontData into separate files.
2011-01-07 05:26:57 +00:00
colour.h
support for GTK3
2012-06-30 20:39:06 +00:00
combobox.h
Update the text part of combobox when changing text of selected item in wxGTK.
2012-03-11 23:55:19 +00:00
control.h
support for GTK3
2012-06-30 20:39:06 +00:00
cursor.h
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
dataform.h
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
dataobj2.h
Use both URL-specific and plain text formats in wxGTK wxURLDataObject.
2012-07-20 11:55:10 +00:00
dataobj.h
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
dataview.h
Replace wxDataViewCtrl::StartEditor() with EditItem().
2012-01-17 14:05:17 +00:00
dc.h
avoid creating and immediately destroying a wxGraphicsContext when creating a wxDC with wxGTK3
2012-07-13 16:58:37 +00:00
dcclient.h
remove unneeded includes and forward declaration
2012-03-25 23:34:42 +00:00
dcmemory.h
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
dcscreen.h
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
dialog.h
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
dirdlg.h
Implement wxDirDialog:: and wxFileDialog::Create() in wxGTK.
2012-03-14 12:32:27 +00:00
dnd.h
Add wxDropSource::SetIcon for wxGTK to mimic SetCursor on the other ports.
2012-05-03 23:30:40 +00:00
dvrenderer.h
remove unnecessary GTK declarations from defs.h, move things only used once to the place that needs them
2011-09-07 16:56:50 +00:00
dvrenderers.h
support for GTK3
2012-06-30 20:39:06 +00:00
evtloop.h
evtloopsrc.h
filectrl.h
Do not put semicolons after the definition of an inline function.
2011-12-29 14:42:13 +00:00
filedlg.h
Implement wxDirDialog:: and wxFileDialog::Create() in wxGTK.
2012-03-14 12:32:27 +00:00
filehistory.h
Integrate with GNOME's Recent Documents menu.
2010-05-07 06:45:48 +00:00
filepicker.h
Remove use of "size-request" signal for wxWindow sizing.
2012-05-17 15:29:50 +00:00
font.h
move Pango underline workaround into wxFont::GTKSetPangoAttrs
2012-01-29 08:14:34 +00:00
fontdlg.h
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
fontpicker.h
remove unnecessary GTK declarations from defs.h, move things only used once to the place that needs them
2011-09-07 16:56:50 +00:00
frame.h
Move SendIdleEvents() from wxApp to wxWindow.
2011-01-08 06:42:41 +00:00
gauge.h
Do not put semicolons after the definition of an inline function.
2011-12-29 14:42:13 +00:00
glcanvas.h
support for GTK3
2012-06-30 20:39:06 +00:00
hyperlink.h
need to override DoGetBestClientSize() to get correct size, fixes #13088
2011-04-02 20:43:29 +00:00
infobar.h
Remove use of "size-request" signal for wxWindow sizing.
2012-05-17 15:29:50 +00:00
listbox.h
clean up wxGTK tooltip code
2011-03-23 17:36:10 +00:00
mdi.h
fix wxMDIChildFrame after r69390 and r69468, TLW realization code should not be called, fixes #13593
2011-10-25 16:56:57 +00:00
menu.h
Workaround for Ubuntu 12.04 run time warning
2012-06-05 16:49:28 +00:00
menuitem.h
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
minifram.h
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
msgdlg.h
Add support for wxHELP button to wxMessageDialog.
2011-08-04 22:53:42 +00:00
nonownedwnd.h
Added wxNonOwnedWindow::SetShape(wxGraphicsPath).
2011-10-18 21:56:52 +00:00
notebook.h
Implement wxNotebook::CalcSizeFromPage() for wxGTK.
2011-12-24 18:19:26 +00:00
pen.h
remove unnecessary GTK declarations from defs.h, move things only used once to the place that needs them
2011-09-07 16:56:50 +00:00
popupwin.h
remove unnecessary override of AddChildGTK
2012-02-28 17:25:59 +00:00
print.h
Fixed various typos.
2011-03-22 14:17:38 +00:00
private.h
support for GTK3
2012-06-30 20:39:06 +00:00
radiobox.h
clean up wxGTK tooltip code
2011-03-23 17:36:10 +00:00
radiobut.h
region.h
support for GTK3
2012-06-30 20:39:06 +00:00
scrolbar.h
avoid deprecated functions and direct struct access
2011-03-28 06:27:49 +00:00
scrolwin.h
setup0.h
update minimum GTK2 version requirement to 2.6
2012-07-10 16:39:44 +00:00
slider.h
No changes whatsoever, just remove trailing whitespace.
2010-09-30 11:44:45 +00:00
spinbutt.h
spinctrl.h
No changes, synchronised source names that appear commented at the top of files with the actual path to the files.
2011-03-20 00:14:35 +00:00
statbmp.h
statbox.h
fix virtual override broken in r58875
2012-02-28 17:06:56 +00:00
statline.h
stattext.h
remove DoSetSize override, unneeded after r72001
2012-07-10 17:27:41 +00:00
taskbar.h
Make wxTaskBarIcon's ctor have the same API on all platforms even though setting the icon type can only be done on wxOSX-cocoa
2012-04-20 05:41:54 +00:00
textctrl.h
Add wxTextCtrl::PositionToCoords() functions for wxMSW and wxGTK.
2011-07-29 15:11:54 +00:00
textentry.h
override DoSetValue() to avoid unnecessary clipboard operations, fixes #14369
2012-07-01 16:43:16 +00:00
tglbtn.h
Refactor wxButton and wxToggleButton to derive from wxAnyButton.
2011-06-14 13:00:42 +00:00
toolbar.h
Make the CreateTool factories be public so they can be used from application code
2012-03-10 00:01:09 +00:00
tooltip.h
clean up wxGTK tooltip code
2011-03-23 17:36:10 +00:00
toplevel.h
update size hints when decoration size becomes known, and preserve size hint increments
2012-06-24 16:18:28 +00:00
treeentry_gtk.h
avoid deprecated functions and direct struct access
2011-03-28 06:27:49 +00:00
webview_webkit.h
No real changes, just avoid overloaded virtual wxWebView::SetPage().
2012-07-24 20:45:10 +00:00
webviewhistoryitem_webkit.h
Minor changes, just trim trailing spaces in webview code.
2012-03-28 18:00:30 +00:00
window.h
Refactor: extract GtkScrolledWindow creation from wxWindow::Create().
2012-07-24 20:45:21 +00:00