wxWidgets/src/gtk1
Robert Roebling e31126cbd7 committed aupdated patch that adds support for
bitmaps in submenus and simplifies some of
    the code in GtkAppend()


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33980 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-05-07 18:09:18 +00:00
..
gnome Added support for DrawArc and Blit to GNOME print. 2005-04-24 15:29:50 +00:00
.cvsignore cvs now ignores libtool's .lo and .la files 1999-06-14 17:13:40 +00:00
app.cpp Support for G_FILENAME_ENCODING=@locale 2005-04-21 23:11:44 +00:00
artgtk.cpp Applied patch for ArtProvider. 2005-03-12 10:33:00 +00:00
bdiag.xbm Initial revision 1998-05-20 14:01:55 +00:00
bitmap.cpp Implemented wxBitmap::HasAlpha() and ::UseAlpha(). 2005-02-15 20:27:46 +00:00
bmpbuttn.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
brush.cpp Use old licence name 2004-05-23 20:53:33 +00:00
button.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
cdiag.xbm Initial revision 1998-05-20 14:01:55 +00:00
checkbox.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
checklst.cpp Use old licence name 2004-05-23 20:53:33 +00:00
choice.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
clipbrd.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
colordlg.cpp Hide the dialog after running it as it may be a bit of time before it 2004-06-17 19:51:11 +00:00
colour.cpp Applied patch to reorder includes. Not the most 2004-11-03 21:13:28 +00:00
combobox.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
control.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
cross.xbm Initial revision 1998-05-20 14:01:55 +00:00
cursor.cpp Use old licence name 2004-05-23 20:53:33 +00:00
data.cpp Use old licence name 2004-05-23 20:53:33 +00:00
dataobj.cpp Use proper wxURI unescape instead of old way 2004-10-28 10:00:05 +00:00
dc.cpp Metric conversion constants not doubled in each port code. 2004-12-21 16:25:59 +00:00
dcclient.cpp Allow using negative angles with DrawRotatedText. [ patch 1162771 ] 2005-03-16 05:31:13 +00:00
dcmemory.cpp added alpha channel support to wxGTK2's wxBitmap 2004-08-21 22:48:45 +00:00
dcscreen.cpp removed code which doesn't do anything (patch 1175655) 2005-04-05 23:09:25 +00:00
descrip.mms Committing in . 2004-12-15 08:02:07 +00:00
dialog.cpp applied patch #935127: "wxDIALOG_MODAL and wxDIALOG_MODELESS cleaning"; some cosmetic cleanup 2004-05-25 12:44:56 +00:00
dnd.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
eggtrayicon.c removed C++ comments from C files 2004-09-29 10:42:37 +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 more wxPostEvent MT fixes 2004-11-12 21:44:26 +00:00
fdiag.xbm Initial revision 1998-05-20 14:01:55 +00:00
filedlg.cpp Prevent unnecessary assert when someone tries to 2005-04-25 19:13:28 +00:00
font.cpp Apply Mart R.'s patch for improved font width 2005-04-13 13:53:19 +00:00
fontdlg.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
frame.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
gauge.cpp * Implemented BestSize cache 2004-06-24 20:09:45 +00:00
gdiobj.cpp Use old licence name 2004-05-23 20:53:33 +00:00
glcanvas.cpp applied patch fixing problems with X server crash when using wxGLCanvas with nVidia cards (patch 1155132) 2005-03-27 18:06:43 +00:00
gsockgtk.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
horiz.xbm Initial revision 1998-05-20 14:01:55 +00:00
icon.cpp Use old licence name 2004-05-23 20:53:33 +00:00
listbox.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
main.cpp Use old licence name 2004-05-23 20:53:33 +00:00
mdi.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
menu.cpp committed aupdated patch that adds support for 2005-05-07 18:09:18 +00:00
minifram.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
msgdlg.cpp Base for wxMessageDialog with common checks for style. 2005-03-11 15:34:42 +00:00
notebook.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
pen.cpp Use old licence name 2004-05-23 20:53:33 +00:00
popupwin.cpp Create wxPopUpWindow hidden initially (like MSW, where 2005-03-25 17:23:08 +00:00
radiobox.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
radiobut.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
region.cpp Applied patch to reorder includes. Not the most 2004-11-03 21:13:28 +00:00
renderer.cpp Applied patch [ 1183153 ] [wxGTK] DrawComboBoxDropButton pressed state 2005-04-16 09:52:25 +00:00
scrolbar.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
scrolwin.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
settings.cpp fixed bug due to missing break in GetColourFromGTKWidget() (part of patch 1160117) 2005-03-17 23:23:57 +00:00
slider.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
spinbutt.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
spinctrl.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
statbmp.cpp 1. added support for bitmaps with alpha channel 2004-08-21 22:41:04 +00:00
statbox.cpp Correct vertical alignment for lables in static boxes. 2005-04-13 13:46:01 +00:00
statline.cpp Use old licence name 2004-05-23 20:53:33 +00:00
stattext.cpp This should make the GTK statictext control wrap 2005-04-16 13:34:36 +00:00
taskbar.cpp Added wxUSE_MENUS_NATIVE wrapper around DoPopupMenu to match header 2005-01-26 21:14:19 +00:00
tbargtk.cpp Fixed bug [ 1166937 ] Toolbar.DeleteToolByPos 2005-03-25 22:39:20 +00:00
textctrl.cpp Another buffer check 2005-04-15 15:00:17 +00:00
tglbtn.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
threadno.cpp Applied patch to reorder includes. Not the most 2004-11-03 21:13:28 +00:00
threadsgi.cpp Applied patch to reorder includes. Not the most 2004-11-03 21:13:28 +00:00
timer.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
tooltip.cpp Applied patch to reorder includes. Not the most 2004-11-03 21:13:28 +00:00
toplevel.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
treegtk.cpp Added GetBitmap, GetIcon to wxImageList 2005-02-27 10:36:58 +00:00
utilsgtk.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
utilsres.cpp Reverted config/resource name change 2004-05-26 10:49:43 +00:00
verti.xbm Initial revision 1998-05-20 14:01:55 +00:00
win_gtk.c removed C++ comments from C files 2004-09-29 10:42:37 +00:00
window.cpp made Update() recursive under wxGTK2 (doesn't work for wxGTK1 because Refresh() is not recursive htere neither) and documented its behaviour 2005-03-27 13:54:09 +00:00
wx_gtk_vmsjackets.c Committing in . 2000-03-22 12:42:38 +00:00