| Commit message (Expand) | Author | Age | Files | Lines |
* | section: Gnits to care about ------------------- | Tim Janik | 1998-02-05 | 1 | -0/+18 |
* | documentation. -timj | Tim Janik | 1998-02-04 | 4 | -239/+453 |
* | indentations. -timj | Tim Janik | 1998-02-04 | 1 | -10/+6 |
* | Renamed widget_states.txt to widget_system.txt, and | Owen Taylor | 1998-02-03 | 1 | -48/+137 |
* | for the emission of AFTER signals, fetch the objects signals via | Tim Janik | 1998-02-03 | 10 | -9/+154 |
* | Only query the colormap for GRAYSCALE and PSEUDOCOLOR visuals, and don't | Owen Taylor | 1998-02-03 | 15 | -50/+278 |
* | don't add the same menu to different menuitems/ optionmenus. | Tim Janik | 1998-02-03 | 14 | -88/+132 |
* | attach/detach to menu widget via | Tim Janik | 1998-02-03 | 15 | -37/+239 |
* | gtk/gtktable.c Fixed problem with division by zero in row/column-spanned | Owen Taylor | 1998-02-03 | 8 | -27/+55 |
* | Fixed (?) problem with arithmentic exceptions in row/column | Owen Taylor | 1998-02-03 | 1 | -10/+4 |
* | dunno, what cvs wants right now. i just told me these | Tim Janik | 1998-02-02 | 5 | -23/+23 |
* | changed name to reflect that these macros in fact can't operate on | Tim Janik | 1998-02-02 | 7 | -0/+63 |
* | fixed destroy handler, so it doesn't segfault with the new refcounting | Tim Janik | 1998-02-02 | 14 | -31/+146 |
* | fixed a bad, bad referencing bug that could caused unreferencing of | Tim Janik | 1998-02-02 | 15 | -119/+298 |
* | cleanups with key name spaces. | Tim Janik | 1998-02-02 | 7 | -0/+70 |
* | watch the next ChangeLog update... | Tim Janik | 1998-02-02 | 7 | -34/+40 |
* | fixed a refresh bug with unrealization of no_window widgets. | Tim Janik | 1998-02-02 | 4 | -14/+21 |
* | forgot gtkprivate.h as well | Tim Janik | 1998-02-02 | 1 | -0/+70 |
* | hehe, forgot the ChangeLog | Tim Janik | 1998-02-02 | 7 | -0/+1148 |
* | GTK_RESIZE_NEEDED is a private flag now. | Tim Janik | 1998-02-02 | 12 | -254/+346 |
* | move enum GtkToolbarChildType before typedef to make gtktoolbar.h compile wit... | Radek Doulik | 1998-02-01 | 1 | -7/+5 |
* | Some documentation of the internals. | Owen Taylor | 1998-02-01 | 1 | -0/+290 |
* | Added a new GTK_IN_REPARENT flag and revised gtk_widget_reparent so that | Owen Taylor | 1998-02-01 | 9 | -33/+102 |
* | I got sick of typing in the same commands over and over, so borrowed | Shawn Amundson | 1998-01-31 | 2 | -9/+81 |
* | Added and autoconfigured in a new utility function g_strcasecmp | Manish Singh | 1998-01-31 | 14 | -9/+73 |
* | Backed out change to close polygons since it caused problems for the | Owen Taylor | 1998-01-31 | 8 | -17/+44 |
* | - Conformity to new reference counting schemes - Font and color | Owen Taylor | 1998-01-31 | 9 | -85/+338 |
* | In gtk_widget_init, set the flags _on_top_of_ those for | Owen Taylor | 1998-01-31 | 1 | -1/+1 |
* | fixed round-off error in calculation of tables with a lot of cells | George Lebl | 1998-01-31 | 8 | -9/+44 |
* | red/green/blue parameters are now expected to be in [0, 65535], to be | Federico Mena | 1998-01-31 | 9 | -126/+137 |
* | hm, initital refcount revolution commit ;) | Tim Janik | 1998-01-30 | 56 | -1657/+2026 |
* | make toolbar Child structure accesible from apps | Radek Doulik | 1998-01-30 | 2 | -52/+53 |
* | Close the polygon if it isn't already. (To match gtk_draw_polygon) | Owen Taylor | 1998-01-30 | 8 | -36/+76 |
* | discovered and documented a new bug ;) | Tim Janik | 1998-01-30 | 1 | -0/+7 |
* | some bugs worked out. | Tim Janik | 1998-01-30 | 3 | -136/+14 |
* | new function to gather information about a certain signal. | Tim Janik | 1998-01-29 | 7 | -0/+182 |
* | new user signal, and possibility to query signal information. | Tim Janik | 1998-01-29 | 5 | -40/+216 |
* | this goes to *all* widget writers, | Tim Janik | 1998-01-29 | 1 | -2/+6 |
* | removed a FIXME that i had forgotten earlier. | Tim Janik | 1998-01-29 | 1 | -1/+0 |
* | The list sort functions compared things backwards. Fixed. | Manish Singh | 1998-01-29 | 5 | -11/+18 |
* | Small fix to my previous GtkTable commit -miguel | Arturo Espinosa | 1998-01-28 | 1 | -0/+2 |
* | Oops, forgot a clean-up - Federico | Arturo Espinosa | 1998-01-28 | 1 | -3/+0 |
* | The auto_shrink policy of the floating window is now set to TRUE. This | Federico Mena | 1998-01-28 | 11 | -22/+111 |
* | Tables autoresize now -miguel | Arturo Espinosa | 1998-01-27 | 2 | -25/+71 |
* | More changes from Tony Gale. | Shawn Amundson | 1998-01-27 | 9 | -152/+374 |
* | g_string_prepend* had interchanged src and dest params. Fixed. | Manish Singh | 1998-01-27 | 2 | -2/+7 |
* | Fixed a really lame error where g_slist_insert didn't hook the data | Manish Singh | 1998-01-27 | 2 | -19/+29 |
* | Shows the widgets properly. -Jay | Jay Painter | 1998-01-27 | 1 | -4/+5 |
* | Fixed widget sensitivity for the treeitem - please review at leisure | Elliot Lee | 1998-01-27 | 1 | -3/+10 |
* | additions/changes from new FAQ maintainers Nathan Froyd and Tony Gale. | CST 1998 Shawn T. Amundson | 1998-01-26 | 9 | -136/+305 |