wxWidgets/src/gtk
2006-09-09 04:53:02 +00:00
..
gnome Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-08-31 19:31:43 +00:00
.cvsignore cvs now ignores libtool's .lo and .la files 1999-06-14 17:13:40 +00:00
app.cpp add emission hook from RemoveIdleSource (was RemoveIdleTag); minor cleanup 2006-09-09 04:53:02 +00:00
artgtk.cpp Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-08-31 19:31:43 +00:00
bdiag.xbm Initial revision 1998-05-20 14:01:55 +00:00
bitmap.cpp mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
bmpbuttn.cpp wx/wxprec.h already includes wx/defs.h (with other minor cleaning). 2006-04-18 08:11:26 +00:00
brush.cpp header includes cleanup 2006-08-30 05:55:56 +00:00
button.cpp Many changes: 2006-08-25 12:59:28 +00:00
cdiag.xbm Initial revision 1998-05-20 14:01:55 +00:00
checkbox.cpp Many changes: 2006-08-25 12:59:28 +00:00
checklst.cpp replaced all int/size_t indices in wxControlWithItems API with unsigned int (committing on behalf of ABX) 2006-03-23 22:05:23 +00:00
choice.cpp Many changes: 2006-08-25 12:59:28 +00:00
clipbrd.cpp Include wx/dataobj.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-07-27 12:57:16 +00:00
clrpicker.cpp use wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker controls fixes (patch 1513042) 2006-06-27 14:07:45 +00:00
colordlg.cpp can't pass objects through ... (please don't ever ignore this gcc warning) 2006-03-21 13:33:08 +00:00
colour.cpp mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
combobox.cpp Many changes: 2006-08-25 12:59:28 +00:00
control.cpp don't set cursor for not realized (and not only hidden) windows 2006-08-25 22:50:30 +00:00
cross.xbm Initial revision 1998-05-20 14:01:55 +00:00
cursor.cpp mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
data.cpp move some data definitions to more appropriate places 2006-05-26 16:12:31 +00:00
dataobj.cpp Include wx/image.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-07-03 19:02:54 +00:00
dataview.cpp Include wx/sizer.h and wx/layout.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-08 06:57:39 +00:00
dc.cpp simplify coordinate transformation code 2006-08-19 21:30:06 +00:00
dcclient.cpp Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-08-31 19:31:43 +00:00
dcmemory.cpp remove redundant GdkBitmap representation from wxBitmap 2006-06-19 18:30:13 +00:00
dcscreen.cpp Include wx/window.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-04 07:57:04 +00:00
descrip.mms Patches for OpenVMS port 2006-08-25 06:56:52 +00:00
dialog.cpp GtkOnSize parameters aren't useful 2006-09-07 16:06:47 +00:00
dirdlg.cpp don't call base class OnOk() directly, use EndDialog() instead 2006-08-19 23:04:37 +00:00
dnd.cpp use (new) wxAcceleratorEntry::Create() instead of recently deprecated wxGetAccelFromString() 2006-09-04 23:56:56 +00:00
eggtrayicon.c first round of Intel compiler warning fixes: down from a few thousands just to slightly more than 100 2005-09-25 19:59:19 +00:00
eggtrayicon.h mention that this file can be used under wx licence too 2004-10-11 22:58:17 +00:00
evtloop.cpp add emission hook from RemoveIdleSource (was RemoveIdleTag); minor cleanup 2006-09-09 04:53:02 +00:00
fdiag.xbm Initial revision 1998-05-20 14:01:55 +00:00
filedlg.cpp don't call base class OnOk() directly, use EndDialog() instead 2006-08-19 23:04:37 +00:00
filepicker.cpp use wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker controls fixes (patch 1513042) 2006-06-27 14:07:45 +00:00
font.cpp wxUSE_PANGO is always 1 for wxGTK2 so there is no need to use #if wxUSE_PANGO in GTK2-only code 2006-07-16 20:00:42 +00:00
fontdlg.cpp use "event" signal emission hook to install idle handler for many events 2006-08-26 22:07:45 +00:00
fontpicker.cpp use wxBoxSizer in wxPickerBase instead of doing the layout manually + other picker controls fixes (patch 1513042) 2006-06-27 14:07:45 +00:00
frame.cpp don't set negative window size 2006-09-09 02:42:48 +00:00
gauge.cpp Include wx/gauge.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-06 22:02:01 +00:00
glcanvas.cpp Commit Carsten Fuchs' patch for separating wxGLCanvas 2006-09-06 13:31:20 +00:00
gsockgtk.cpp Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h. 2006-01-26 16:02:02 +00:00
horiz.xbm Initial revision 1998-05-20 14:01:55 +00:00
listbox.cpp returning true is sufficient to stop signal emission 2006-08-27 00:31:39 +00:00
main.cpp Use old licence name 2004-05-23 20:53:33 +00:00
mdi.cpp remove unneeded DoGetClientSize 2006-09-09 02:43:31 +00:00
menu.cpp Tinderbox/PCH build fix. 2006-09-05 18:07:17 +00:00
minifram.cpp header includes cleanup 2006-08-30 05:55:56 +00:00
msgdlg.cpp Include wx/intl.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-04-25 14:38:19 +00:00
notebook.cpp returning true is sufficient to stop signal emission 2006-08-27 00:31:39 +00:00
pen.cpp Include wx/colour.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-06-14 17:09:39 +00:00
popupwin.cpp GtkOnSize parameters aren't useful 2006-09-07 16:06:47 +00:00
radiobox.cpp returning true is sufficient to stop signal emission 2006-08-27 00:31:39 +00:00
radiobut.cpp Many changes: 2006-08-25 12:59:28 +00:00
region.cpp mark all dtors which are virtual because base class dtor is virtual explicitly virtual themselves 2006-09-05 20:47:48 +00:00
renderer.cpp removed unneeded cast to wxWindowDC in DrawItemSelectionRect() 2006-08-20 11:04:54 +00:00
scrolbar.cpp use "event" signal emission hook to install idle handler for many events 2006-08-26 22:07:45 +00:00
scrolwin.cpp keep AdjustScrollbars from causing an infinite series of size events 2006-09-09 02:41:29 +00:00
settings.cpp Leave a comment about drag threshold setting. 2006-08-28 08:33:23 +00:00
slider.cpp Many changes: 2006-08-25 12:59:28 +00:00
spinbutt.cpp Many changes: 2006-08-25 12:59:28 +00:00
spinctrl.cpp Many changes: 2006-08-25 12:59:28 +00:00
statbmp.cpp Nuke GTK1 from src/gtk 2006-01-22 20:29:17 +00:00
statbox.cpp I've now seen 2 or 3 themes that need this extra space in a label-less 2006-05-23 02:04:01 +00:00
statline.cpp Nuke #pragma implementation/interface's 2005-09-23 12:56:45 +00:00
stattext.cpp Add 1 to the width returned by DoGetBestSize in order to work around a 2006-06-08 18:15:56 +00:00
taskbar.cpp Include wx/menu.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-05-18 07:13:20 +00:00
tbargtk.cpp use "event" signal emission hook to install idle handler for many events 2006-08-26 22:07:45 +00:00
textctrl.cpp always let GtkTextView have mouse release events to avoid assertion failures in gtk_text_view_start_selection_drag() 2006-09-01 22:23:51 +00:00
tglbtn.cpp Many changes: 2006-08-25 12:59:28 +00:00
threadno.cpp Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-08-31 19:31:43 +00:00
threadsgi.cpp Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-08-31 19:31:43 +00:00
timer.cpp GTK2: gtk_timeout_add -> g_timeout_add; gtk_timeout_remove -> g_source_remove. 2006-02-03 22:22:27 +00:00
tooltip.cpp added static Apply(GtkWidget, tip) method 2006-05-04 23:34:10 +00:00
toplevel.cpp don't set negative window size 2006-09-09 02:42:48 +00:00
treeentry_gtk.c Warning fix. 2006-08-05 00:50:54 +00:00
utilsgtk.cpp try to deal more gracefully (than simply not showing anything at all) with invalid UTF-8 strings (e.g. ISO-8859-1 strings inserted in controls with default (UTF-8) font 2006-08-24 17:50:10 +00:00
utilsres.cpp Include wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning). 2006-04-28 12:44:37 +00:00
verti.xbm Initial revision 1998-05-20 14:01:55 +00:00
win_gtk.c don't set negative window size 2006-09-09 02:42:48 +00:00
window.cpp don't set negative window size 2006-09-09 02:42:48 +00:00