wxWidgets/src/gtk
2006-12-29 20:16:53 +00:00
..
gnome minor cleanup 2006-12-07 05:47:43 +00:00
.cvsignore
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 replaced size_t with unsigned int in wxAnimation and related classes and a couple of minor cleanups (use C++ comments; wrap long lines; put private parts after the public ones) 2006-12-10 14:18:37 +00:00
app.cpp fix idle handling when a new event loop is run from an idle event handler 2006-12-28 20:03:05 +00:00
artgtk.cpp small cleanup 2006-10-07 18:32:49 +00:00
assertdlg_gtk.c another fix for the default button in the dialog 2006-12-24 01:21:53 +00:00
bdiag.xbm
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
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 remove redundant test 2006-12-07 07:20:56 +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 Moved allocate size correction code from combobox 2006-12-12 21:43:55 +00:00
control.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
cross.xbm
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 removed a couple of useless #if wxUSE_UNICODE tests 2006-12-04 23:05:04 +00:00
dc.cpp simplify coordinate transformation code 2006-08-19 21:30:06 +00:00
dcclient.cpp use correct test 2006-12-07 07:20:16 +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 fixed incorrectly inversed test for parent [not] being deleted (patch 1624472) 2006-12-29 20:16:53 +00:00
dirdlg.cpp indentation fix 2006-12-07 07:18:38 +00:00
dnd.cpp Committing in . 2006-12-01 14:38:39 +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
evtloop.cpp rename RemoveIdleSource to SuspendIdleCallback 2006-12-09 17:46:20 +00:00
fdiag.xbm
filedlg.cpp 1. don't assert if we're passed an empty defaultDir and full path in 2006-12-08 00:35:55 +00:00
filepicker.cpp GetBestFittingSize --> GetEffectiveMinSize 2006-10-31 08:50:17 +00:00
font.cpp don't expose M_FONTDATA in public header 2006-11-20 16:21:08 +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 sure style is set on menubar before querying its size 2006-12-14 07:19:21 +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
listbox.cpp Use wxGTK_CONV instead of wxConvUTF8 2006-11-11 00:36:22 +00:00
main.cpp
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 [ 1603286 ] make wxMessageDialog Gnome HIG conform for yes_no+cancel 2006-11-26 18:46:00 +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 unused variable 2006-12-07 07:16:14 +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 Return optimal label width from DrawHeaderButton 2006-11-30 23:44:55 +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 ensure that scroll position is always in scrolling range, otherwise we could have a window without scrollbars at all but with non zero scroll offset which was really strange 2006-12-04 11:05:59 +00:00
settings.cpp deprecation fixes, plus some code size reduction and cleanup 2006-10-15 01:10:01 +00:00
slider.cpp better fix for keeping m_pos in sync 2006-12-03 05:13:00 +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 Moved allocate size correction code from combobox 2006-12-12 21:43:55 +00:00
textctrl.cpp SetInsertionPointEnd should make the insert point visible, as SetInsertionPoint does 2006-12-09 17:50:50 +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 [ 1603704 ] Fix g++ -Wall warning in gtk/src/toplevel.cpp 2006-11-27 21:29:41 +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 don't show wxOnAssert() frame neither in the assert dialog, it's not interesting as it's always the same 2006-12-03 16:29:23 +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
win_gtk.c Remove unnecessary size members from GtkPizzaChild. 2006-10-20 05:47:15 +00:00
window.cpp no changes, just de TABified 2006-12-03 13:59:40 +00:00