gtk2/gtk
Havoc Pennington fde4fecfd2 Port to GObject, can go back in gdk-pixbuf after setting up a
2000-12-16  Havoc Pennington  <hp@pobox.com>

* gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c:
Port to GObject, can go back in gdk-pixbuf after setting up
a gdk-pixbuf-marshal.h header over there.

* gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
(gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
args
(gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
set
(gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
here, do it when we create the buttons later
(gtk_tree_view_realize_buttons): add some g_return_if_fail
(gtk_tree_view_map): paranoia checks that column->button is shown
and unmapped
(gtk_tree_view_size_request): only request visible children.
Move header size calculation in here, for cleanliness, and
to maintain invariants for child widgets if we eventually
let users set different children inside the buttons
(gtk_tree_view_map_buttons): factor out code to map buttons,
since it was being called several times
(gtk_tree_view_size_allocate_buttons): move_resize the drag
windows instead of just moving them; their height may change
if we allow random widgets in there, or the theme changes.
(gtk_tree_view_size_allocate): move button size allocation
above emitting the scroll signals, to ensure a sane state when we
hit user code
(gtk_tree_view_button_release): remove queue_resize after
tree_view_set_size(), set_size() will handle any resize queuing
that's needed
(gtk_tree_view_focus_in): just queue a draw, don't fool with
draw_focus goo
(gtk_tree_view_focus): use gtk_get_current_event() and
gdk_event_get_state()
(gtk_tree_view_deleted): don't queue_resize() after calling set_size()
(gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
semicolon
(gtk_tree_view_create_button): show the button here
(gtk_tree_view_button_clicked): actually emit the clicked signal
on the column
(_gtk_tree_view_set_size): return right away if the size is
unchanged, as a cheesy optimization
(gtk_tree_view_setup_model): rename set_model_realized to
setup_model to match the flag that indicates whether we've
called it
(gtk_tree_view_get_hadjustment): create adjustment if it doesn't
exist, because set_scroll_adjustment does that and it shouldn't
matter what order you call these in
(gtk_tree_view_get_vadjustment): ditto
(gtk_tree_view_set_headers_visible): canonicalize the bool,
for paranoia
(gtk_tree_view_set_headers_visible): call
gtk_tree_view_map_buttons() instead of using cut-and-paste code
(gtk_tree_view_append_column): clarify whether the return value
is the count of columns before or after, and do the increment
separately from the return statement so you can tell from the code.
(gtk_tree_view_remove_column): ditto
(gtk_tree_view_insert_column): ditto
(gtk_tree_view_get_column): remove g_return_if_fail for columns
outside the existing range, the docs say that outside-range
columns are allowed, so we handle them as documented. (Presumably
this allows a nice loop with column != NULL as test.)
(gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments
mean (left/right/center etc.).
(gtk_tree_view_collapse_all): only queue a draw if we're mapped
(gtk_tree_view_expand_row): add docs
(gtk_tree_view_collapse_row): add docs

* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
function to emit the clicked signal on a column

* gdk/gdkevents.c (gdk_event_get_state): new function, to get the
state of an event
(gdk_event_get_time): don't treat GDK_SCROLL
as a button event, remove default case from switch so gcc
will whine if we don't explicitly handle all event types

* gtk/gtktreeselection.h: added some FIXME

* gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
"columns" to "n_columns" and "column" to "columns" for clarity
2000-12-17 23:50:00 +00:00
..
stock-icons doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
.cvsignore cvsignore updates 2000-11-16 16:14:17 +00:00
3DRings.xpm Initial revision 1997-11-24 22:37:52 +00:00
check-n.xpm reworked the redrawing heuristics somewhat, this fixed a bunch of existing 1999-01-12 15:12:14 +00:00
check-y.xpm reworked the redrawing heuristics somewhat, this fixed a bunch of existing 1999-01-12 15:12:14 +00:00
circles.xbm gtk/gtktext.c 1998-02-27 06:13:22 +00:00
FilesQueue.xpm Initial revision 1997-11-24 22:37:52 +00:00
fnmatch.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
fnmatch.h applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gdk-pixbuf-loader.c Port to GObject, can go back in gdk-pixbuf after setting up a 2000-12-17 23:50:00 +00:00
gdk-pixbuf-loader.h Port to GObject, can go back in gdk-pixbuf after setting up a 2000-12-17 23:50:00 +00:00
genmarshal.pl documented necessary changes for 1.4 transition. 2000-05-12 15:25:50 +00:00
gtk-boxed.defs remove unused call to get_last_line() 2000-12-14 23:26:59 +00:00
gtk-win32.rc.in Rename gtk/gtk.rc.in to gtk/gtk-win32.rc.in because the build-dll 2000-11-14 23:07:33 +00:00
gtk.def Add gdkkeys. 2000-12-14 23:14:18 +00:00
gtk.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkaccelgroup.c urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if 2000-10-25 22:34:14 +00:00
gtkaccelgroup.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkaccellabel.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkaccellabel.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkadjustment.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkadjustment.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkalignment.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkalignment.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkarg.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkarg.h doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkargcollector.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkarrow.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkarrow.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkaspectframe.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkaspectframe.h Doc comment fixing. (Mostly non-matching parameter names.) 2000-09-07 18:07:59 +00:00
gtkbbox.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkbbox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkbin.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkbin.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkbindings.c urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if 2000-10-25 22:34:14 +00:00
gtkbindings.h applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkbox.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkbox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkbutton.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkbutton.h Move more text widget headers into the private header list 2000-09-26 20:22:17 +00:00
gtkcalendar.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkcalendar.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkcellrenderer.c get rid of object_signal:: GtkObject argument uses, use GObject 2000-12-12 07:32:32 +00:00
gtkcellrenderer.h Checked in initial draft of the new tree widget. 2000-10-05 01:04:57 +00:00
gtkcellrendererpixbuf.c get rid of object_signal:: GtkObject argument uses, use GObject 2000-12-12 07:32:32 +00:00
gtkcellrendererpixbuf.h Checked in initial draft of the new tree widget. 2000-10-05 01:04:57 +00:00
gtkcellrenderertext.c get rid of object_signal:: GtkObject argument uses, use GObject 2000-12-12 07:32:32 +00:00
gtkcellrenderertext.h Checked in initial draft of the new tree widget. 2000-10-05 01:04:57 +00:00
gtkcellrenderertextpixbuf.c get rid of object_signal:: GtkObject argument uses, use GObject 2000-12-12 07:32:32 +00:00
gtkcellrenderertextpixbuf.h Checked in initial draft of the new tree widget. 2000-10-05 01:04:57 +00:00
gtkcellrenderertoggle.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkcellrenderertoggle.h Checked in initial draft of the new tree widget. 2000-10-05 01:04:57 +00:00
gtkcheckbutton.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkcheckbutton.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkcheckmenuitem.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkcheckmenuitem.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkclipboard.c fix constness warning 2000-10-26 23:50:57 +00:00
gtkclipboard.h Remove g_convert (moved to glib) and now useless utf_to_latin1() 2000-09-14 16:41:20 +00:00
gtkclist.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkclist.h doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkcolorsel.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkcolorsel.h fix breakage here that cause a segfault on text insertion 2000-12-08 20:08:52 +00:00
gtkcolorseldialog.c Derive from GtkDialog, and use stock buttons. Should be 100% source 2000-11-06 16:44:01 +00:00
gtkcolorseldialog.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkcombo.c Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkcombo.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkcompat.h.in Add note about GtkMenuPositionFunc API changes. 2000-11-08 17:34:52 +00:00
gtkcontainer.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkcontainer.h Add a function to determine if a window is the focus widget within its 2000-12-11 17:47:24 +00:00
gtkctree.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkctree.h doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkcurve.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkcurve.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkdata.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkdata.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkdebug.h gdk/gdk.def Add missing entries. 2000-08-12 19:51:05 +00:00
gtkdialog.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkdialog.h Derive from GtkDialog, and use stock buttons. Should be 100% source 2000-11-06 16:44:01 +00:00
gtkdnd.c Fix bugs Alex found: 2000-12-04 16:11:51 +00:00
gtkdnd.h applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkdrawingarea.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkdrawingarea.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkeditable.c Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkeditable.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkentry.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkentry.h Add an "invisible_char" argument to set the char displayed when visibility 2000-11-13 03:29:14 +00:00
gtkenums.h Added a bunch of stuff from unused 2000-11-04 16:31:37 +00:00
gtkeventbox.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkeventbox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkfilesel.c g_filename_{to,from}_utf8 now takes an extra parameter. 2000-11-12 22:15:43 +00:00
gtkfilesel.h Derive from GtkDialog, and use stock buttons. Should be 100% source 2000-11-06 16:44:01 +00:00
gtkfixed.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkfixed.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkfontsel.c Add two virtualized functions gdk_drawable_get_clip_region - to get the 2000-12-15 01:46:41 +00:00
gtkfontsel.h Derive from GtkDialog, and use stock buttons. Should be 100% source 2000-11-06 16:44:01 +00:00
gtkframe.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkframe.h Doc comment fixing. (Mostly non-matching parameter names.) 2000-09-07 18:07:59 +00:00
gtkgamma.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkgamma.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkgc.c GCompareFunc -> GEqualFunc where applicable. 2000-11-13 13:15:41 +00:00
gtkgc.h applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkhandlebox.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkhandlebox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhbbox.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkhbbox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhbox.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkhbox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhpaned.c fix this to be sane 2000-12-04 23:04:17 +00:00
gtkhpaned.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhruler.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkhruler.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhscale.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkhscale.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhscrollbar.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkhscrollbar.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhseparator.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkhseparator.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkhsv.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkhsv.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkiconfactory.c urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if 2000-10-25 22:34:14 +00:00
gtkiconfactory.h Fix copyrights 2000-10-04 16:39:44 +00:00
gtkimage.c Um, don't randomly subtract 4 from coordinates. 2000-11-01 16:24:21 +00:00
gtkimage.h Move more text widget headers into the private header list 2000-09-26 20:22:17 +00:00
gtkimcontext.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkimcontext.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkimcontextsimple.c Handle chopping off \r\n and 0x2029 in addition to \n before passing to 2000-12-11 15:51:20 +00:00
gtkimcontextsimple.h add gdkkeys.[hc] 2000-12-06 05:31:30 +00:00
gtkimmodule.c Free the filename of the module file. 2000-11-13 18:49:52 +00:00
gtkimmodule.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkimmulticontext.c Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkimmulticontext.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkinputdialog.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkinputdialog.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkintl.h Move gtk-config to gtk-config-2.0 move gtk_.m4 to gtk-2.0.m4 2000-07-14 20:08:10 +00:00
gtkinvisible.c Flag invisible widgets as TOPLEVEL. 2000-12-11 16:43:47 +00:00
gtkinvisible.h Flag invisible widgets as TOPLEVEL. 2000-12-11 16:43:47 +00:00
gtkitem.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkitem.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkitemfactory.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkitemfactory.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtklabel.c Changes by Hans Breuer: 2000-11-30 23:39:50 +00:00
gtklabel.h New function to create a pixbuf pointing to a subregion of another pixbuf. 2000-11-01 07:07:46 +00:00
gtklayout.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtklayout.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtklist.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtklist.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtklistitem.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtklistitem.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkliststore.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkliststore.h Not sure how this ever worked. Fixed it to use new iter stuff, and added 2000-10-27 23:34:58 +00:00
gtkmain.c 'o' < 'p'. 2000-11-16 00:41:02 +00:00
gtkmain.h Changes by Hans Breuer: 2000-11-30 23:39:50 +00:00
gtkmarshal.list remove unused call to get_last_line() 2000-12-14 23:26:59 +00:00
gtkmarshalers.list remove unused call to get_last_line() 2000-12-14 23:26:59 +00:00
gtkmenu.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkmenu.h Add note about GtkMenuPositionFunc API changes. 2000-11-08 17:34:52 +00:00
gtkmenubar.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkmenubar.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkmenufactory.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkmenufactory.h applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkmenuitem.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkmenuitem.h Add note about GtkMenuPositionFunc API changes. 2000-11-08 17:34:52 +00:00
gtkmenushell.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkmenushell.h GdkEventButton->button can occupy significantly more than 2 bits. Besides, 2000-11-22 01:00:26 +00:00
gtkmessagedialog.c Derive from GtkDialog, and use stock buttons. Should be 100% source 2000-11-06 16:44:01 +00:00
gtkmessagedialog.h create some stock buttons with the default accel group (create_image): 2000-10-20 23:14:41 +00:00
gtkmisc.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkmisc.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkmodelsimple.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkmodelsimple.h Not sure how this ever worked. Fixed it to use new iter stuff, and added 2000-10-27 23:34:58 +00:00
gtknotebook.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtknotebook.h Add a function to determine if a window is the focus widget within its 2000-12-11 17:47:24 +00:00
gtkobject.c remove unused call to get_last_line() 2000-12-14 23:26:59 +00:00
gtkobject.h doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkoldeditable.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkoldeditable.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkoptionmenu.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkoptionmenu.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkpacker.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkpacker.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkpaned.c fix this to be sane 2000-12-04 23:04:17 +00:00
gtkpaned.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkpixmap.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkpixmap.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkplug.c urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if 2000-10-25 22:34:14 +00:00
gtkplug.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkpreview.c Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkpreview.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkprivate.h Remove a trailing comma 2000-11-28 01:01:58 +00:00
gtkprogress.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkprogress.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkprogressbar.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkprogressbar.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkradiobutton.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkradiobutton.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkradiomenuitem.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkradiomenuitem.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkrange.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkrange.h Check for bind_textdomain_codeset 2000-10-22 13:00:13 +00:00
gtkrbtree.c Got rid of GtkTreeNode, and changed it to GtkTreeIter. Added iterators 2000-10-26 00:36:47 +00:00
gtkrbtree.h Checked in initial draft of the new tree widget. 2000-10-05 01:04:57 +00:00
gtkrc.c Only build im-xim if USE_X11 is enabled s/strcpy/memcpy/ to save a few 2000-11-28 18:46:11 +00:00
gtkrc.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtkruler.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkruler.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkscale.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkscale.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkscrollbar.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkscrollbar.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkscrolledwindow.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkscrolledwindow.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkselection.c Huge GtkFB patch with lots of small bugfixes and initial selections implementation. 2000-11-25 15:44:35 +00:00
gtkselection.h rename to gtk_text_mark_get_visible 2000-11-07 21:01:02 +00:00
gtkseparator.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkseparator.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtksignal.c get rid of object_signal:: GtkObject argument uses, use GObject 2000-12-12 07:32:32 +00:00
gtksignal.h adapt to GSignal signature changes. 2000-10-27 16:48:59 +00:00
gtksocket.c urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if 2000-10-25 22:34:14 +00:00
gtksocket.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkspinbutton.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkspinbutton.h Doc comment fixing. (Mostly non-matching parameter names.) 2000-09-07 18:07:59 +00:00
gtkstatusbar.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkstatusbar.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkstock.c Fix copyrights 2000-10-04 16:39:44 +00:00
gtkstock.h Fix copyrights 2000-10-04 16:39:44 +00:00
gtkstyle.c Fall back to "fixed" if we can't get a native font in the right encoding. 2000-11-13 02:20:52 +00:00
gtkstyle.h Move more text widget headers into the private header list 2000-09-26 20:22:17 +00:00
gtktable.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtktable.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtktearoffmenuitem.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtktearoffmenuitem.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtktext.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtktext.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtktextbtree.c General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
gtktextbtree.h Remove double _ in front of some functions 2000-12-14 04:58:44 +00:00
gtktextbuffer.c General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
gtktextbuffer.h General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
gtktextchild.c General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
gtktextchild.h Get widgets working on the btree/buffer side. Display of them still 2000-11-03 20:40:57 +00:00
gtktextchildprivate.h Get widgets working on the btree/buffer side. Display of them still 2000-11-03 20:40:57 +00:00
gtktextdisplay.c Put _ in front of every function in this header file 2000-12-14 04:54:03 +00:00
gtktextdisplay.h Massive reindentation and reformatting. Arg alignment and comments still 2000-10-30 17:03:00 +00:00
gtktextiter.c General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
gtktextiter.h remove unused call to get_last_line() 2000-12-14 23:26:59 +00:00
gtktextiterprivate.h Massive reindentation and reformatting. Arg alignment and comments still 2000-10-30 17:03:00 +00:00
gtktextlayout.c General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
gtktextlayout.h General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
gtktextmark.c Put _ in front of every function in this header file 2000-12-14 04:54:03 +00:00
gtktextmark.h don't create dangling pointers to the appearance attributes from the line 2000-12-02 07:51:37 +00:00
gtktextmarkprivate.h fix constness warning 2000-10-26 23:50:57 +00:00
gtktextsegment.c remove unused call to get_last_line() 2000-12-14 23:26:59 +00:00
gtktextsegment.h Massive reindentation and reformatting. Arg alignment and comments still 2000-10-30 17:03:00 +00:00
gtktexttag.c General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
gtktexttag.h General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
gtktexttagprivate.h make it a static function 2000-10-24 22:44:14 +00:00
gtktexttagtable.c General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
gtktexttagtable.h General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
gtktexttypes.c change "offset" to "rise" 2000-11-15 03:41:45 +00:00
gtktexttypes.h Changes by Hans Breuer: 2000-11-30 23:39:50 +00:00
gtktextview.c General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
gtktextview.h don't create dangling pointers to the appearance attributes from the line 2000-12-02 07:51:37 +00:00
gtkthemes.c Point -rpath to the right install location. 2000-11-16 16:11:05 +00:00
gtkthemes.h Make parent_class static. 2000-11-12 03:43:24 +00:00
gtktipsquery.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtktipsquery.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtktogglebutton.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtktogglebutton.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtktoolbar.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtktoolbar.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtktooltips.c Fix bugs Alex found: 2000-12-04 16:11:51 +00:00
gtktooltips.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtktree.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtktree.h Replaced with GTK_TREE_SELECTION_OLD to prevent conflict with 2000-10-06 00:06:00 +00:00
gtktreedatalist.c Not sure how this ever worked. Fixed it to use new iter stuff, and added 2000-10-27 23:34:58 +00:00
gtktreedatalist.h Not sure how this ever worked. Fixed it to use new iter stuff, and added 2000-10-27 23:34:58 +00:00
gtktreeitem.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtktreeitem.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtktreemodel.c confirm path != NULL ditto 2000-11-13 19:23:24 +00:00
gtktreemodel.h added more fields to allow more interesting iterators. Also, made the 2000-11-09 16:52:17 +00:00
gtktreemodelsort.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtktreemodelsort.h Add convertion functions to let you convert to and from relative path's 2000-11-21 09:07:45 +00:00
gtktreeprivate.h Port to GObject, can go back in gdk-pixbuf after setting up a 2000-12-17 23:50:00 +00:00
gtktreeselection.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtktreeselection.h Port to GObject, can go back in gdk-pixbuf after setting up a 2000-12-17 23:50:00 +00:00
gtktreestore.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtktreestore.h use the new BOXED marshallers. 2000-11-10 19:38:53 +00:00
gtktreeview.c Port to GObject, can go back in gdk-pixbuf after setting up a 2000-12-17 23:50:00 +00:00
gtktreeview.h New function. 2000-10-30 23:21:38 +00:00
gtktreeviewcolumn.c Port to GObject, can go back in gdk-pixbuf after setting up a 2000-12-17 23:50:00 +00:00
gtktreeviewcolumn.h Port to GObject, can go back in gdk-pixbuf after setting up a 2000-12-17 23:50:00 +00:00
gtktypeutils.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtktypeutils.h urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if 2000-10-25 22:34:14 +00:00
gtkvbbox.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkvbbox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkvbox.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkvbox.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkviewport.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkviewport.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkvpaned.c fix this to be sane 2000-12-04 23:04:17 +00:00
gtkvpaned.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkvruler.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkvruler.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkvscale.c Remove "draw" virtual method and signal 2000-12-04 01:15:37 +00:00
gtkvscale.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkvscrollbar.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkvscrollbar.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkvseparator.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
gtkvseparator.h Use G_GNUC_CONST. 2000-08-30 00:33:38 +00:00
gtkwidget.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkwidget.h doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkwindow.c doh, this was broken beyond believe. 2000-12-13 01:34:41 +00:00
gtkwindow.h create some stock buttons with the default accel group (create_image): 2000-10-20 23:14:41 +00:00
line-arrow.xbm Initial revision 1997-11-24 22:37:52 +00:00
line-wrap.xbm Initial revision 1997-11-24 22:37:52 +00:00
makeenums.awk renamed the newly created gtk_enum_get_values and gtk_enum_set_values to 1998-06-09 08:21:20 +00:00
makeenums.h Adapt cast macros to standard. 1999-11-22 21:52:50 +00:00
makeenums.pl I submitted this patch twice to gtk-devel-list, and received no comments, 1998-11-30 19:07:15 +00:00
Makefile.am Do not, in any circumstances, distribute gtk.immodules. 2000-11-16 21:17:53 +00:00
makefile.mingw.in Add comment that GdkXEvent isn't only for XEvent, but in general for 2000-11-17 21:59:04 +00:00
makefile.msc.in Changes by Hans Breuer: 2000-11-30 23:39:50 +00:00
maketypes.awk urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if 2000-10-25 22:34:14 +00:00
marble.xpm Initial revision 1997-11-24 22:37:52 +00:00
Modeller.xpm Initial revision 1997-11-24 22:37:52 +00:00
oldest-source-stamp add this, it'S reall what it says 2000-10-26 01:18:15 +00:00
queryimmodules.c Make parent_class static. 2000-11-12 03:43:24 +00:00
simple.c Add call to g_type_init() - we'll need this later, and this makes sure 2000-06-06 00:56:00 +00:00
test.xpm Initial revision 1997-11-24 22:37:52 +00:00
testcalendar.c Remove all references to offscreen flag which was no longer used. 2000-06-02 03:14:07 +00:00
testdnd.c documented necessary changes for 1.4 transition. 2000-05-12 15:25:50 +00:00
testgtk.1 Added gtk/testgtk.1 man page for testgtk 1998-03-24 04:01:21 +00:00
testgtk.c Add two virtualized functions gdk_drawable_get_clip_region - to get the 2000-12-15 01:46:41 +00:00
testgtkrc create some stock buttons with the default accel group (create_image): 2000-10-20 23:14:41 +00:00
testgtkrc2 Remove all references to offscreen flag which was no longer used. 2000-06-02 03:14:07 +00:00
testinput.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
testrgb.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
testselection.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
testtext.c General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
testtextbuffer.c General cleanup of the log attr iteration stuff. This should make e.g. the 2000-12-16 07:01:48 +00:00
testthreads.c applied patch from Andreas Persenius <ndap@swipnet.se> that updates the 2000-07-26 11:33:08 +00:00
tree_minus.xbm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_minus.xpm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_plus.xbm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
tree_plus.xpm Tree widget implementation by Bolliet Jerome. 1997-12-17 23:41:42 +00:00
treestoretest.c sync to home 2000-11-22 05:16:37 +00:00