wxWidgets/src/gtk
2006-11-15 08:59:50 +00:00
..
gnome Robert Lang's patch [ 1583183 ] Fixes printing/print preview inconsistencies 2006-10-27 13:07:40 +00:00
.cvsignore cvs now ignores libtool's .lo and .la files 1999-06-14 17:13:40 +00:00
aboutdlg.cpp don't set translation credits if they're empty (part of patch 1586730) 2006-10-29 18:09:36 +00:00
animate.cpp wxAnimationCtrl fix to display inactive bitmap at start (patch 1590192) 2006-11-03 22:16:51 +00:00
app.cpp wxFD_SETSIZE --> FD_SETSIZE 2006-11-11 20:38:46 +00:00
artgtk.cpp small cleanup 2006-10-07 18:32:49 +00:00
bdiag.xbm Initial revision 1998-05-20 14:01:55 +00:00
bitmap.cpp COW cleanup patch (1583966): 2006-10-30 19:26: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 renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and 2006-10-30 22:03:53 +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 Rewrite selection event code for wxListBox. 2006-10-26 20:29:02 +00:00
choice.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +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 GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
collpane.cpp Added missing include 2006-11-11 10:11:04 +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 adding alpha to gtk colour 2006-10-03 16:45:33 +00:00
combobox.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
control.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
cross.xbm Initial revision 1998-05-20 14:01:55 +00:00
cursor.cpp COW cleanup patch (1583966): 2006-10-30 19:26:48 +00:00
data.cpp move some data definitions to more appropriate places 2006-05-26 16:12:31 +00:00
dataobj.cpp Don't free a string that is managed by wxGtkString, that's the whole _point_ of wxGtkString. 2006-10-03 16:01:18 +00:00
dataview.cpp Remove debug printf. 2006-11-01 15:45:48 +00:00
dc.cpp simplify coordinate transformation code 2006-08-19 21:30:06 +00:00
dcclient.cpp Fix crash when intersecting with NULL region. 2006-10-31 23:03:32 +00:00
dcmemory.cpp Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare 2006-10-30 19:41:46 +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 Committing in . 2006-11-02 14:52:32 +00:00
dialog.cpp GtkOnSize parameters aren't useful 2006-09-07 16:06:47 +00:00
dirdlg.cpp Don't free a string that is managed by wxGtkString, that's the whole _point_ of wxGtkString. 2006-10-03 16:01:18 +00:00
dnd.cpp Check if DnD is started from a mouse event. 2006-11-15 08:59:50 +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 Add m_fsStyle next to m_windowStyle 2006-10-25 13:26:47 +00:00
filepicker.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
font.cpp use common AllocExclusive, rather than custom code 2006-10-17 04:20:47 +00:00
fontdlg.cpp Don't free a string that is managed by wxGtkString, that's the whole _point_ of wxGtkString. 2006-10-03 16:01:18 +00:00
fontpicker.cpp use wxNullFont instead of *wxNORMAL_FONT as default parameter for wxFontPickerCtrl/Widget, this fixes compilation with gcc 2.95 and possibly other old compilers 2006-11-03 21:54:13 +00:00
frame.cpp Make wxWindow::SetSizeHints() do nothing. 2006-10-29 19:17:00 +00:00
gauge.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +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 Use wxGTK_CONV instead of wxConvUTF8 2006-11-11 00:36:22 +00:00
main.cpp Use old licence name 2004-05-23 20:53:33 +00:00
mdi.cpp Prevent accession of to-be-deleted mdi 2006-10-25 17:51:28 +00:00
menu.cpp Moving GTK+-specfic function - it shouldn't be in public headers 2006-11-02 09:51:49 +00:00
minifram.cpp vertically centered miniframe close button 2006-11-08 10:12:20 +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 Reorder event things a little. 2006-11-04 18:29:28 +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 renamed wxRect::Inside() to wxRect::Contains(), wxRect::Inside(wxRect) is too confusing 2006-09-13 17:12:25 +00:00
radiobut.cpp Many changes: 2006-08-25 12:59:28 +00:00
region.cpp Fix warning. 2006-11-01 12:56:38 +00:00
renderer.cpp The usual RTL fix for GTK+'s theme drawing function. 2006-11-14 17:48:21 +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 Fix scrolling bug where client size was reported wrong 2006-09-19 10:22:20 +00:00
settings.cpp deprecation fixes, plus some code size reduction and cleanup 2006-10-15 01:10:01 +00:00
slider.cpp Keep m_pos in sync in SetValue in case the value_changed callback is 2006-11-07 22:35:33 +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 Implemented window coord mirroring for RTL. This 2006-09-10 19:39:22 +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 ensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT/BOTTOM styles set, otherwise the latest toolbar positioning code breaks down 2006-10-31 13:09:08 +00:00
textctrl.cpp Undid completely wrong patch 1438117: other platforms do _not_ count 2006-11-02 22:45:32 +00:00
tglbtn.cpp Implement mnemnic support for wxToggleButton. 2006-10-15 20:12:41 +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 Return to just using the official API for setting 2006-11-02 22:44:14 +00:00
treeentry_gtk.c Fix a few warnings that appear with -Wextra (unused parameters where WXUNUSED is already used for other parameters 2006-09-19 11:35:41 +00:00
utilsgtk.cpp handle XOpenDisplay() failure in GetSM(); reformatted the code 2006-10-30 17:07:27 +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 Remove unnecessary size members from GtkPizzaChild. 2006-10-20 05:47:15 +00:00
window.cpp Check if DnD is started from a mouse event. 2006-11-15 08:59:50 +00:00