878
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 14, 2023 — Jun 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use gtk_signal_default_marshaller, for expand/collapse signals. More... over 26 years ago
D&D fixes More... over 26 years ago
gtkmain forgot a return value. few fixes with resizing behaviour and non opaque moves where configure events would exceed te number of calls to gdk_window_resize. -timj More... over 26 years ago
Fixed some incorrect information. More... over 26 years ago
check for clist !REALIZED. (draw_rows): bail out if the widget isn't More... over 26 years ago
Realize window before creating xpm so it gets the right colormap/visual, More... over 26 years ago
Change style->white to style->base[] where appropriate. Change the default More... over 26 years ago
gtk/gtksignal.[ch] gtk/gtkmain.[ch] gtk/gtkcontainer.[ch] More... over 26 years ago
Add a DestroyNotify field, and gtk_object_set_data_full() to match. More... over 26 years ago
change logged. More... over 26 years ago
removed deprecated g_string_equal and g_string_hash. More... over 26 years ago
Fixed unrealize handler to comply with the documentation (which mentions
FedericoMenaQuintero
as Federico Mena Quintero
More... over 26 years ago
Spelling fixups and minor changes. More... over 26 years ago
small fixup, so that the clist doesn't draw if it is not realized. -timj More... over 26 years ago
Really minor cosmetic fix that just niggled me. :P More... over 26 years ago
backed out the section "Gnits to care about". new file, kinda developers More... over 26 years ago
new function gtk_signal_handler_pending() returning the id of the next More... over 26 years ago
Add check to see if the C library's iswalnum can actually be used. (Not More... over 26 years ago
ok, there have been several severe bugs in the signal handler referencing More... over 26 years ago
Check for the RESIZE_NEEDED flag and remove the widget from the list. More... over 26 years ago
no longer a private routine; gtksignal.h: export gtk_signal_get_handlers More... over 26 years ago
new fundtion to return the widget that the menu is attached to. More... over 26 years ago
New API functions: gtk_clist_get_cell_type gtk_clist_get_text More... over 26 years ago
use a mask of 0xffffffff instead of 0xffff, since there are 22 flags More... over 26 years ago
added some additional consts in appropriate places to remove a warning More... over 26 years ago
use a mask of 0xffffffff instead of 0xffff, since there are 22 flags More... over 26 years ago
include <ctype.h> for tolower() More... over 26 years ago
Here's a small patch that corrects a prototype in gtkvpaned.h. More... over 26 years ago
clean ups. -timj More... over 26 years ago
don't wipe out window_private's x and y coordinates if the configure More... over 26 years ago