aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/kcube
ModeNameSize
-rw-r--r--Makefile614logstatsplainblame
-rw-r--r--distinfo93logstatsplainblame
d---------files127logstatsplain
-rw-r--r--pkg-descr188logstatsplainblame
-rw-r--r--pkg-plist154logstatsplainblame
(e_text_event):Chris Toshok2003-04-031-20/+4 * [ either fixes #39702 or comes damn, damn close. also, fixes EText to notChris Toshok2003-04-034-461/+473 * For example; a selection ending 2003-apr-02 does not fit into theHans Petter Jansson2003-04-032-8/+24 * (e_tree_class_init): Add a G_SIGNAL_TYPE_STATIC_SCOPEEttore Perazzoli2003-04-031-1/+1 * restore expanded state of node and all children. Fixes Ximian bug #40393.Mike Kestner2003-04-031-3/+31 * move to using gtk_im_context.Larry Ewing2003-04-022-85/+11 * Nuke GdkFont and use Pango's font measuring for everything.Hans Petter Jansson2003-04-024-130/+160 * stop drawing that annoying focus rectangle.Chris Toshok2003-04-021-1/+1 * [ fixes bug #39508 ] add back in some suitably pango-ized code to getChris Toshok2003-04-021-5/+59 * if killing the root node, set it to NULL in the priv data. Bug #39441.Mike Kestner2003-04-011-0/+2 * Handle multiple destroys.Hans Petter Jansson2003-03-312-3/+15 * set the sub item to the default as wellJP Rosevear2003-03-292-0/+18 * (set_state): Removed debugging message.Ettore Perazzoli2003-03-282-1/+5 * set the popup to insensitive when we pop it down. hack to force it to loseNot Zed2003-03-271-0/+3 * #include gtkarrow.h LikewiseDan Winship2003-03-254-2/+11 * Remove e_notice. (Moved to evolution.)Dan Winship2003-03-252-30/+0 * properly parse nodes that include whitespace. bug #39896Mike Kestner2003-03-251-13/+16 * don't call delete_node on the root node since generate_tree already doesMike Kestner2003-03-241-2/+3 * fix UMR.Chris Toshok2003-03-231-1/+1 * Use glib macro G_GNUC_FUNCTION instead of __FUNCTION__. Thank u, Ettore.Sanshao Jiang2003-03-222-6/+7 * [ fixes bug #39856 ] request a full redraw when we're done draggingChris Toshok2003-03-211-0/+1 * Updated to use GtkDialog instead of GnomeDialog. Also fixed bug #39550Jeffrey Stedfast2003-03-203-95/+102 * add underline_column field.Chris Toshok2003-03-194-27/+60 * add cursor_idle_id.Chris Toshok2003-03-191-0/+2 * add cursor_idle_id.Chris Toshok2003-03-191-1/+8 * mimic Gtk's sort arrows (ethi_start_drag): mimic Gtk's sort arrowsMike Kestner2003-03-191-8/+8 * Swap OK/Cancel buttons to comply with the HIG.Ettore Perazzoli2003-03-192-9/+14 * null start_path (etsm_invert_selection): null start_pathMike Kestner2003-03-191-5/+11 * Instead of using gtk_widget_unparent(), remove the widget from theHans Petter Jansson2003-03-183-3/+3 * Don't crash if there's no timezone set initially. #39783Dan Winship2003-03-182-4/+11 * save and restore expanded state so parents don't collapse when childrenMike Kestner2003-03-151-2/+7 * use access() like camelMike Kestner2003-03-152-3/+8 * kill an unused variableDan Winship2003-03-141-1/+0 * Various cleanups. (e_timezone_dialog_get_timezone): Return anDan Winship2003-03-123-159/+120 * Use GtkArrow instead of pixmaps Use GtkArrow instead of pixmapsRodney Dawes2003-03-125-84/+11 * Added prototype for show_pango_rectangle()Jeffrey Stedfast2003-03-101-0/+3 * fix drawing bugs, and disable the stupid looking focus rect, since I can'tChris Toshok2003-03-081-14/+14 * (destroy): Removed unused variable.Ettore Perazzoli2003-03-072-1/+4 * Use G_GNUC_FUNCTION instead of __FUNCTION__.Ettore Perazzoli2003-03-074-4/+12 * fix a couple ==TRUE uses pointed out by Morten Welinder <terra@diku.dk>.Mike Kestner2003-03-051-2/+2 * i18n fixDmitry Mastrukov2003-03-056-9/+130 * rewrite to store selected paths in a hashtable instead of a tree. lose theMike Kestner2003-03-043-786/+141 * Add style_set to update list properly (et_canvas_realize): Remove this asRodney Dawes2003-03-011-7/+4 * remove alloc-based transform (et_drag_data_received): dittoMike Kestner2003-03-011-12/+0 * remove alloc-based transform (et_drag_data_received): dittoMike Kestner2003-03-011-11/+0 * init column_count to column_start + 1. (item_removed): clean up theChris Toshok2003-02-281-7/+11 * guard this so we don't try to free priv multiple times.Chris Toshok2003-02-282-3/+9 * use gdk_event_copy and gdk_event_free to dup the event.Mike Kestner2003-02-281-19/+11 * remove the grab_cancelled_check_id if it's still active.Chris Toshok2003-02-271-0/+4 * Use g_signal_handlers_disconnect_by_func sinceDan Winship2003-02-252-10/+23 * Same as below.Jeffrey Stedfast2003-02-259-115/+223 * Don't unref the GtkInvisible - instead, destroy it.Hans Petter Jansson2003-02-251-2/+2 * fix overzealous g_asserts to avoid crashes when eti->rows is alreadyMike Kestner2003-02-211-5/+1 * kill (etsm_find_node_unless_equals): use new etta_orig_positionMike Kestner2003-02-213-47/+57 * Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamicDan Winship2003-02-214-14/+26 * set remap_neededMike Kestner2003-02-191-0/+1 * make sure the row >= 0 before calling value_at to calc "strikeout".Chris Toshok2003-02-181-1/+3 * make things compile on an alpha. passing NULL to a var_arg not portable.Jody Goldberg2003-02-181-1/+3 * return after the e_table_model_no_change call.Chris Toshok2003-02-171-2/+6 * make this actually work: destroy the canvas item, memmove stuff around,Chris Toshok2003-02-171-0/+12 * enable this function to reflow the view from a particular column onward.Chris Toshok2003-02-174-28/+178 * guard for null paths if save_id lookup fails.Mike Kestner2003-02-141-1/+2 * don't transform based on allocation position. Position isn't absolute now.Mike Kestner2003-02-14