content='cgit '/>
aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/p5-FreeBSD-Ports-INDEXhash
058d32fd6b656f9f6184316f448b3eacb'>Don't draw quite as large a "flat_box". If draw_borders is TRUE, cause the
Commit message (Expand)AuthorAgeFilesLines
* - update to 1.0.5leeym2008-06-063-4/+6
Christopher James Lahey2000-07-092-16/+16
* Set the dnd_code to something non-null for the ETableHeaderItem.Christopher James Lahey2000-07-093-0/+7
* Removed some border padding and set the "draw_borders" argument of theChristopher James Lahey2000-07-096-54/+242
* Set header canvas scroll region correctly.Christopher James Lahey2000-07-093-2/+6
* Several contacts list bugfixes.Anders Carlsson2000-07-092-12/+34
* Don't draw drop markers when the layout won't be changed by the drop.Anders Carlsson2000-07-093-4/+23
* Return "" instead of NULL.Christopher James Lahey2000-07-092-2/+8
* Get rid of an unused variable.Ettore Perazzoli2000-07-093-0/+13
* When inserting a root node, only call e_table_model_row_inserted ifDan Winship2000-07-093-8/+16
* Don't call e_cell_event if we're not editing.Christopher James Lahey2000-07-093-6/+11
* Commented out some unnecessary and buggy code.Christopher James Lahey2000-07-093-0/+9
* comment out true but confused warning about non-scrollable widgets untilDan Winship2000-07-092-2/+16
* Set "anchor" and "fill_clip_rectangle" arguments.Christopher James Lahey2000-07-086-0/+90
* Fixed some typos.Christopher James Lahey2000-07-082-18/+10
* add a g_return_val_if_fail to etree_node_at_rowDan Winship2000-07-072-4/+4
* Make this work recursively.Dan Winship2000-07-073-2/+21
* fix the conditions under which we draw a horizontal line.Chris Toshok2000-07-073-2/+7
* Send GDK_BUTTON_RELEASE events to the ecell associated with the cell (ifChristopher James Lahey2000-07-063-0/+79
* Set G_LOG_DOMAIN=__FILE__ rather than "e-title-bar" in all three widgets.Dan Winship2000-07-062-1/+6
* Added e-entry.c and e-entry.h.Christopher James Lahey2000-07-047-2/+908
* Added a reflow_compare callback and did removal if you do shift-click on aChristopher James Lahey2000-07-043-10/+65
* New list class with iterators.Christopher James Lahey2000-07-041-0/+19
* Added an extra @allowed_types parameter to the shell's folderEttore Perazzoli2000-07-021-0/+2
* Add simple deadkey support.Jody Goldberg2000-06-302-30/+76
* From mail:Christopher James Lahey2000-06-3027-142/+397
* Added an unsort command.Christopher James Lahey2000-06-285-0/+34
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-2750-60/+2506
* Fix compilation with builddir != srcdir.Ettore Perazzoli2000-06-262-1/+6
* draw pixmaps with he right background and selection colors.Larry Ewing2000-06-243-2/+23
* add icon_at virtual function - it was stupid to make the insert call takeChris Toshok2000-06-2313-104/+120
* use the expanded/unexpanded pixbufs as node pixbufs for the first level ofChris Toshok2000-06-239-62/+232
* Make the table not move around as you resize.Christopher James Lahey2000-06-233-32/+40
* Killed a warning.Christopher James Lahey2000-06-233-2/+6
* Remove use of the "x" and "y" arguments to EText.Christopher James Lahey2000-06-2311-20/+14
* Made the Close button work.Christopher James Lahey2000-06-227-2/+73
* Changed this to move the cell to the nearest edge instead of to the leftChristopher James Lahey2000-06-225-6/+102
* Made moving columns to the right work properly.Christopher James Lahey2000-06-223-0/+11
* Fixed some vertical scroll bugs.Christopher James Lahey2000-06-212-16/+16
* Fix a bug with intial vertical scroll.Christopher James Lahey2000-06-212-0/+2
* Removed the usage of "x" and "y" arguments to EText.Christopher James Lahey2000-06-216-102/+150
* Fix a minor warning.Christopher James Lahey2000-06-215-16/+47
* fixed a few warnings.Damon Chaplin2000-06-212-2/+1
* Added a variable to keep track of the cursor. Set the cursor whenChristopher James Lahey2000-06-212-10/+29
* Fix HEADER_PADDING.Christopher James Lahey2000-06-213-2/+6
* Fix cursor column information.Christopher James Lahey2000-06-213-12/+22
* Removed the unfocus method since that's handled by the canvas itself now.Christopher James Lahey2000-06-2113-274/+198
* Grab the focus when setting the cursor.Christopher James Lahey2000-06-211-0/+12
* Started adapting ETableItem to use the canvas selection/cursor system.Christopher James Lahey2000-06-215-202/+159
* Built a system for doing selections and/or a cursor in canvas.Christopher James Lahey2000-06-212-3/+159
* call e_table_model_row_inserted instead of e_table_model_changed.Chris Toshok2000-06-203-8/+13
* removed debugging messages & unused stuff.Damon Chaplin2000-06-191-15/+0
* added support for scroll-wheels.Damon Chaplin2000-06-195-0/+87
* Made cells with strikeout on have a line from the left margin to the rightChristopher James Lahey2000-06-173-16/+13
* Made EText use the font from the canvas's style if one isn't set.Christopher James Lahey2000-06-172-0/+8
* updated to use EText items rather than GtkEntry widgets and added supportDamon Chaplin2000-06-178-71/+450
* Moved the reflow signal handling into an idle handler to fix a bug whenChristopher James Lahey2000-06-165-6/+43
* print the icon for the tree control.Chris Toshok2000-06-163-42/+58
* new function, to generate postscript so i can test tree printing.Chris Toshok2000-06-145-58/+273
* Request the value of e_table_is_cell_editable of the model_col instead ofChristopher James Lahey2000-06-145-14/+21
* Clip the contained text.Christopher James Lahey2000-06-137-10/+797
* Changed the needed e_marshal functions.Christopher James Lahey2000-06-132-7/+56
* Removed the freeze/thaw stuff for the model. As Chris wisely pointed out,Federico Mena Quintero2000-06-1327-268/+123
* Control does horizontal scrolling...Anders Carlsson2000-06-132-2/+9
* Fix a build problem (e-table now depends on the `misc' widgets, so weEttore Perazzoli2000-06-121-1/+1
* Add support for mouse wheel scrolling in EScrollFrame.Anders Carlsson2000-06-122-2/+36
* supply the pixbufs here.Chris Toshok2000-06-11