878
I Use This!
Very High Activity

Commits : Listings

Analyzed 10 minutes ago. based on code collected about 23 hours ago.
Jun 23, 2023 — Jun 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed widget_states.txt to widget_system.txt, and made some further revisions. More... over 26 years ago
for the emission of AFTER signals, fetch the objects signals via More... over 26 years ago
Only query the colormap for GRAYSCALE and PSEUDOCOLOR visuals, and don't More... over 26 years ago
don't add the same menu to different menuitems/ optionmenus. More... over 26 years ago
attach/detach to menu widget via More... over 26 years ago
gtk/gtktable.c Fixed problem with division by zero in row/column-spanned More... over 26 years ago
Fixed (?) problem with arithmentic exceptions in row/column spanned tables. More... over 26 years ago
dunno, what cvs wants right now. i just told me these changes are already commited... ;( -timj More... over 26 years ago
changed name to reflect that these macros in fact can't operate on More... over 26 years ago
fixed destroy handler, so it doesn't segfault with the new refcounting More... over 26 years ago
fixed a bad, bad referencing bug that could caused unreferencing of More... over 26 years ago
cleanups with key name spaces. More... over 26 years ago
watch the next ChangeLog update... -timj More... over 26 years ago
fixed a refresh bug with unrealization of no_window widgets. (dialog button in tesgtk) -timj More... over 26 years ago
forgot gtkprivate.h as well -timj More... over 26 years ago
hehe, forgot the ChangeLog -timj More... over 26 years ago
GTK_RESIZE_NEEDED is a private flag now. More... over 26 years ago
move enum GtkToolbarChildType before typedef to make gtktoolbar.h compile with c++ (or egcs at least :) More... over 26 years ago
Some documentation of the internals. Owen More... over 26 years ago
Added a new GTK_IN_REPARENT flag and revised gtk_widget_reparent so that More... over 26 years ago
I got sick of typing in the same commands over and over, so borrowed autogen.sh from gnome cvs... Also corrected some info in HACKING. More... over 26 years ago
Added and autoconfigured in a new utility function g_strcasecmp GtkCombo uses g_strcasecmp now Quelled a warning about atexit undeclared in gtkobject More... over 26 years ago
Backed out change to close polygons since it caused problems for the More... over 26 years ago
- Conformity to new reference counting schemes - Font and color More... over 26 years ago
In gtk_widget_init, set the flags _on_top_of_ those for GTK_OBJECT, to avoid clearing the FLOATING flag. living_objects == 0! More... over 26 years ago
fixed round-off error in calculation of tables with a lot of cells More... over 26 years ago
red/green/blue parameters are now expected to be in [0, 65535], to be
FedericoMenaQuintero
as Federico Mena
More... over 26 years ago
hm, initital refcount revolution commit ;) still some gnits left, but keep working on it ;) -timj More... over 26 years ago
make toolbar Child structure accesible from apps More... over 26 years ago
Close the polygon if it isn't already. (To match gtk_draw_polygon) More... over 26 years ago