/www/punbb/

v id='cgit'>
aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagradioactive-1_3_1nobody2001-10-25150-46570/+0
* save the UTF-8 strings inside the listitem widgets, but convert to theDamon Chaplin2001-10-241-6/+27
* Got rid of the gc argument to e_table_header_draw_button.Christopher James Lahey2001-10-245-27/+40
* Got rid of the gc field here and just use the fg_gc from the style forChristopher James Lahey2001-10-232-11/+2
* Make this check immediately for whether to show the cursor, instead of inChristopher James Lahey2001-10-232-5/+13
* Call e_tree_model_pre_change here where appropriate.Christopher James Lahey2001-10-231-0/+2
* Cancel the drag or maybe drag if you have the mouse button down when theChristopher James Lahey2001-10-232-6/+27
* added set_value() class method, which sets the model value based on theDamon Chaplin2001-10-234-37/+65
* Added a disabled field here.Christopher James Lahey2001-10-237-25/+66
* Don't convert to locale here since EText takes UTF8 strings. Fixes XimianChristopher James Lahey2001-10-211-9/+3
* Check for num_children == -1 here and generate the children if theyChristopher James Lahey2001-10-201-0/+5
* Added bounds checking in a number of places. (etta_init): Initialize allChristopher James Lahey2001-10-171-17/+41
* Use new e_table_header_prioritized_column field.Christopher James Lahey2001-10-138-27/+54
* Copy the can group state on the sort info here.Christopher James Lahey2001-10-131-0/+4
* Implement these functions as pass through to the child cell.Christopher James Lahey2001-10-117-47/+178
* Added this function.Christopher James Lahey2001-10-102-94/+105
* Final un-bit rotting. Now actually works.Morten Welinder2001-10-093-37/+100
* More bit-rot fighting in example.Morten Welinder2001-10-091-24/+19
* Partial bit-rot fight. Sample still does not work.Morten Welinder2001-10-083-11/+56
* Check that cell views are realized before doing anything here. FixesChristopher James Lahey2001-10-071-0/+12
* Handle row and cell changes properly in the uniform_row_height case.Christopher James Lahey2001-10-071-6/+3
* Use g_dataset_set_data_full to find out when the context is destroyed.Christopher James Lahey2001-10-062-0/+45
* Got rid of the misused button variable here.Christopher James Lahey2001-10-061-6/+3
* Sort the list of categories. (Bug 8088)Jon Trowbridge2001-10-061-1/+1
* Fixed the uniform_row_height + confirm_row_hieght_cache crash.Christopher James Lahey2001-10-061-6/+10
* Adapted height method to deal with a row of -1.Christopher James Lahey2001-10-0511-96/+234
* *.c s/->childs/->xmlChildrenNode/g;Michael Meeks2001-10-052-4/+4
* add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-0517-86/+93
* Sometimes put off maybe showing the cursor until an idle callback.Christopher James Lahey2001-10-042-13/+35
* Initialize the hash field. (model_changed_idle): Send cursor changed andChristopher James Lahey2001-10-031-6/+12
* Pick which field of the row to select based on priority.Christopher James Lahey2001-10-036-13/+43
* Only show the cursor during changes if it was already shown. Fixes XimianChristopher James Lahey2001-10-022-68/+208
* Stop the sort idle if the root node gets changed.Christopher James Lahey2001-09-291-5/+15
* Set the step_increment on the horizontal scrollbars here to 20.Christopher James Lahey2001-09-262-0/+12
* Set cursor_path = NULL here.Christopher James Lahey2001-09-261-0/+2
* Commit patch from Chris to implement e_tree_right_click_up() forEttore Perazzoli2001-09-265-1/+24
* Attach to the resorted signal instead of the changed signal on the sortedChristopher James Lahey2001-09-253-77/+54
* Use the correct prototype for the signal handler.Federico Mena Quintero2001-09-252-6/+8
* Assert that the virtual method is implemented instead of being forgiving.Federico Mena Quintero2001-09-254-111/+179
* Bumped the version number to 0.12.99.0.Christopher James Lahey2001-09-231-7/+7
* Remove the grab if ->grabbed.Ettore Perazzoli2001-09-211-0/+5
* Confirm row count here. (etsm_get_row_count): Make sure etsm->model isn'tChristopher James Lahey2001-09-201-1/+5
* Bumped version number to 0.11.99.4.Christopher James Lahey2001-09-1713-208/+215
* Changed this to change state on button down, even if we aren't editing.Christopher James Lahey2001-09-141-14/+11
* Changed which widget to connect signals to to watch for drag & drop. FixesChristopher James Lahey2001-09-111-4/+4
* Fixed a silly little obvious bug.Jon Trowbridge2001-09-081-3/+3
* Added GDK_BUTTON_PRESS_MASK to our button mask. Fixes Ximian bug #8241.Christopher James Lahey2001-09-081-1/+1
* Don't do_something on button_release if we did something on button_press.Christopher James Lahey2001-09-082-2/+8
* Added e-table-config-no-group.glade.Christopher James Lahey2001-09-083-102/+1734
* Added this function.Christopher James Lahey2001-09-082-2/+30
* Remove debugging message.Ettore Perazzoli2001-09-051-2/+0
* Strip spaces at the beginning or end as well as changing " " to " ". FixesChristopher James Lahey2001-09-021-3/+13
* Rename these functions from ecn_get_text and ecn_free_text.Christopher James Lahey2001-09-019-24/+59
* Fix this memmove. We've already subtracted the count from eti->rows.Christopher James Lahey2001-09-011-1/+2
* Patch to fix few 64bit issuesGeorge Lebl2001-08-29