Mercurial > emacs
log src/gtkutil.c @ 109430:0b8608a36b55
age | author | description |
---|---|---|
Mon, 05 Jul 2010 11:17:12 +0200 | Jan D | Fix some bad prototypes and formatting after conversion from K&R declaration. |
Sun, 04 Jul 2010 21:52:39 -0700 | Dan Nicolaescu | Convert declarations or definitions to standard C. |
Sun, 04 Jul 2010 00:50:25 -0700 | Dan Nicolaescu | Convert (most) functions in src to standard C. |
Fri, 02 Jul 2010 14:19:53 +0200 | Jan D | Remove __P and P_ from .c and .m files and definition of P_ |
Mon, 28 Jun 2010 12:11:26 +0200 | Jan D | Use non-deprecated Gtk+ functions, add changes for Gtk+3 with GSEAL_ENABLE. |
Thu, 24 Jun 2010 18:08:22 +0200 | Juanma Barranquero | src/gtkutil.c (xg_update_scrollbar_pos): Avoid C99 mid-block variable declaration. |
Tue, 22 Jun 2010 14:28:08 +0200 | Jan D. | Hide scroll bar when window is too small to avoid Gtk+ warning. |