aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Make right click select if the current row is not selected.Christopher James Lahey2000-08-107-0/+44
* Fix the bug where it truncates the last itemChristopher James Lahey2000-08-091-1/+1
* Call our parent's destroy method.Miguel de Icaza2000-08-092-0/+10
* Tag some strings for translation.Miguel de Icaza2000-08-093-30/+39
* Ooops.Christopher James Lahey2000-08-091-6/+7
* Changed e_popup_menu_run call to match the new arguments.Christopher James Lahey2000-08-093-2/+7
* Added a hide_mask argument to the two popup menu functions.Christopher James Lahey2000-08-092-23/+40
* Added e_container_change_tab_order.Christopher James Lahey2000-08-082-1/+83
* Added functions to convert from view row to model row or from model row toChristopher James Lahey2000-08-065-22/+89
* fixDan Winship2000-08-063-6/+10
* Added a function to get the next row with sorting taken into account.Christopher James Lahey2000-08-055-0/+85
* Made it so that selection ranges work even if the table is using grouping.Christopher James Lahey2000-08-053-8/+17
* Made selection ranges work even if the table is sorted.Christopher James Lahey2000-08-0514-50/+875
* Built code to have autodrags only work from within the table and to reportChristopher James Lahey2000-08-055-78/+478
* Made drag events calculate a row and column and signal that information.Christopher James Lahey2000-08-0417-64/+208
* Made clicking choose the right character even if show_borders is on.Christopher James Lahey2000-08-032-2/+14
* Add a handler for "model_pre_change" and properly stop editing.Christopher James Lahey2000-08-0317-20/+188
* Changed the API for the append_row function. Now accepts a model to copyChristopher James Lahey2000-08-0215-78/+46
* Added an argument to set a column so that you can't sort by that column.Christopher James Lahey2000-08-017-46/+151
* Made enter key destroy and recreate the ETableItem.Christopher James Lahey2000-07-305-2/+38
* Remove the idle handler before destroying the data it operates on.Dan Winship2000-07-293-0/+9
* Fixed up the table behavior so that it's not always in an edit mode.Christopher James Lahey2000-07-283-18/+91
* Fix silly error of not chaining destructor for canvas.Matthew Loper2000-07-281-0/+2
* Added a comment.Christopher James Lahey2000-07-273-0/+6
* Fixed shift click selections.Christopher James Lahey2000-07-273-75/+86
* Allocate correctly in the insert method.Christopher James Lahey2000-07-275-14/+13
* Grab focus properly.Christopher James Lahey2000-07-275-56/+145
* Clear the selection model when activating.Christopher James Lahey2000-07-277-136/+169
* Fixed a reference.Christopher James Lahey2000-07-2711-12/+82
* Added an ETableSelectionModel so this won't crash.Christopher James Lahey2000-07-275-22/+53
* Fixed the model/view row confusion.Christopher James Lahey2000-07-275-22/+37
* Uninitialized variable fix for e-tableMatthew Loper2000-07-272-2/+2
* A few fixes to the ECanvas selection item a miniature cleanup of the event ha...Matthew Loper2000-07-271-8/+22
* Added "table_selection_model" argument. Removed foreach function andChristopher James Lahey2000-07-2731-868/+1041
* Made foreach call the callback in top to bottom order.Christopher James Lahey2000-07-263-8/+15
* Replaced get_selection_list with foreach.Christopher James Lahey2000-07-267-22/+35
* Added e-table-selection-model.c and e-table-selection-model.h.Christopher James Lahey2000-07-266-305/+105
* Added comments to the bit field code.Christopher James Lahey2000-07-265-6/+38
* More fixes.Christopher James Lahey2000-07-262-16/+44
* Fixed up the bit manipulation a bit here.Christopher James Lahey2000-07-263-6/+73
* New files for doing a selection model. Not finished yet and thus not inChristopher James Lahey2000-07-269-192/+863
* new widget and canvas item to replace GtkCalendar. Not quite finished yet.Damon Chaplin2000-07-268-1/+2429
* Implemented some of the drag & drop code. Drops all report as being on rowChristopher James Lahey2000-07-255-18/+1040
* added a color_column where the color can be specified as a string, e.g.Damon Chaplin2000-07-235-4/+228
* Made focus in not change your selection position.Christopher James Lahey2000-07-222-4/+0
* Added some unused declarations for drag and drop work.Christopher James Lahey2000-07-223-0/+215
* Fix the function to set the ETitleBar's text so that it correctly usesEttore Perazzoli2000-07-212-1/+6
* *** empty log message ***Damon Chaplin2000-07-172-0/+695
* new files implementing a simple model for the shortcuts, so we can haveDamon Chaplin2000-07-179-229/+298
* g_free things we g_malloc.Michael Meeks2000-07-153-4/+6
* Changed the background color of the header.Christopher James Lahey2000-07-143-2/+7
* Made scroll wheel work properly in header.Christopher James Lahey2000-07-133-2/+13
* Tried rearranging the casts to try for a more correct computation.Christopher James Lahey2000-07-122-6/+11
* Removed some debugging printfs.Christopher James Lahey2000-07-122-3/+6
* Added a missing variable initialization. (That code would haveEttore Perazzoli2000-07-112-0/+6
* Make sure the ETable is constructed properly, by setting theEttore Perazzoli2000-07-115-12/+46
* Warning cleanup: `#if 0' an unused function and add a missing publicEttore Perazzoli2000-07-111-2/+8
* Fix a typbraino in the ETableScrolled header file.Ettore Perazzoli2000-07-113-2/+6
* Add e-table-scrolled.c and e-table-scrolled.h.Christopher James Lahey2000-07-1014-82/+937
* Put back e_cell_event sometimes when we're not editing.Christopher James Lahey2000-07-103-6/+11
* Don't draw quite as large a "flat_box". If draw_borders is TRUE, cause theChristopher 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-117-38/+79
* offset events before passing them to our subcell view.Chris Toshok2000-06-113-8/+39
* change things so we focus the cell and select the row, and also dispatchChris Toshok2000-06-1120-836/+1706
* Small syntactic changes.Christopher James Lahey2000-06-115-24/+48
* Make ETable use EScrollFrame instead of GtkScrolledWindow.Ettore Perazzoli2000-06-114-14/+44
* Added $(GNOME_PRINT_LIBS) to all of the LDADDs.Christopher James Lahey2000-06-1126-125/+874
* Added e-printable.c and e-printable.h.Christopher James Lahey2000-06-112-0/+230
* Talk, cvs!Anders Carlsson2000-06-111-7/+0
* Fix pixmap/bitmap leak in ETitleBar.Ettore Perazzoli2000-06-102-0/+8
* New files. A tree model using a GNode structure to store it's info.Chris Toshok2000-06-0922-2/+2743
* The field chooser works now.Christopher James Lahey2000-06-0811-64/+70
* More work on the Field Chooser. Not quite done yet.Christopher James Lahey2000-06-0818-85/+551
* Added e-table-field-chooser*.Christopher James Lahey2000-06-0824-318/+2583
* Added a "quantum" argument for making the panes move in jumps.Christopher James Lahey2000-06-084-10/+45
* Added a right click signal.Christopher James Lahey2000-06-0619-52/+262
* Fixed the multiple copies of rows in ETable bug.Christopher James Lahey2000-06-023-2/+7
* Free the finish data.Christopher James Lahey2000-06-021-0/+17
* Free all the item data.Christopher James Lahey2000-06-022-0/+13
* two more pastosDan Winship2000-06-025-4/+9
* Copy and paste error.Christopher James Lahey2000-06-025-22/+14
* Added a "key_press" signal.Christopher James Lahey2000-06-0217-6/+194
* Remove an offending *.Dan Winship2000-06-023-2/+6
* Made the sort when inserting a signal row be syncronous.Christopher James Lahey2000-06-023-10/+93
* Added "text_filter" argument that takes a const void * and returns anChristopher James Lahey2000-06-025-49/+92
* Accidental commit fix.Chris Lahey2000-06-022-6/+18
* Copy and paste error.Christopher James Lahey2000-06-027-8/+46
* Added e_table_get_selected_view_row.Christopher James Lahey2000-06-0215-8/+130
* Imported GtkScrollFrame from EOG and renamed it to EScrollFrame.Federico Mena Quintero2000-06-013-0/+1312
* Implemented right-click menus for the shell's shortcut bar (the userEttore Perazzoli2000-06-013-25/+48
* Don't hide the EPaned handle if the requisition of either of theEttore Perazzoli2000-05-312-4/+2
* Added bold column's to ECellText.Christopher James Lahey2000-05-315-88/+296
* Make sure that the cursor is always shown when the selection changes.Christopher James Lahey2000-05-313-4/+59
* Added e_canvas_item_show_area which makes sure that a particular area of aChristopher James Lahey2000-05-312-0/+32
* Made the alphabet buttons not focusable.Christopher James Lahey2000-05-311-1/+4
* Added alphabet.glade and alphabet.glade.h.Christopher James Lahey2000-05-312-0/+34
* Made double clicking create a new card. Set the empty message.Christopher James Lahey2000-05-305-100/+258
* Fixed a bunch of selection bugs. Removed "spreadsheet" argument (for now.)Christopher James Lahey2000-05-3027-218/+808
* Fixed setting of arguments.Christopher James Lahey2000-05-293-6/+10
* Added double click handling.Christopher James Lahey2000-05-2817-12/+208
* Added "strikeout_column" argument.Christopher James Lahey2000-05-275-4/+154
* Made "drawgrid", "drawfocus", "spreadsheet", and "length_threshold"Christopher James Lahey2000-05-2715-80/+408
* Account for extra pixel at right end of ETable.Christopher James Lahey2000-05-267-8/+23
* Made dragging columns work.Christopher James Lahey2000-05-263-54/+58
* Fixed a bug where we were resizing a non-existent window.Christopher James Lahey2000-05-252-10/+12
* Reorganized the shell to allow dynamic registration of storages andEttore Perazzoli2000-05-252-0/+5
* Made the handlebar disappear if either side is empty, hidden, or requestsChristopher James Lahey2000-05-254-97/+186
* Fix compilation with builddir != srcdir.Ettore Perazzoli2000-05-252-0/+5
* Added widgets/e-paned/Makefile.Christopher James Lahey2000-05-2512-5/+1699
* Fixed the remove column callback.Christopher James Lahey2000-05-243-2/+8
* Added right click menus to the table header items.Christopher James Lahey2000-05-245-38/+371
* Make scrollbar arrow buttons work.Christopher James Lahey2000-05-233-0/+12
* Added initialize_value and value_is_empty callbacks.Christopher James Lahey2000-05-2023-168/+656
* From a patch by Iain Holmes <ih@csd.abdn.ac.uk>Christopher James Lahey2000-05-195-4/+36
* Added e_container_foreach_leaf.Christopher James Lahey2000-05-192-1/+30
* Add imagesdir support.Christopher James Lahey2000-05-192-0/+49
* new signals "added_item", "removed_item", "added_group", "removed_group".Damon Chaplin2000-05-184-4/+145
* Fixed a memory leak.Christopher James Lahey2000-05-163-0/+8
* Changed sorting to be at priority level 30.Christopher James Lahey2000-05-165-6/+15
* Removed a memory leak here.Christopher James Lahey2000-05-169-54/+17
* Fixed a FIXME comment.Christopher James Lahey2000-05-168-54/+219
* New `ETitleBar' widget. Also, moved the `EClippedLabel' widget out ofEttore Perazzoli2000-05-1610-12/+477
* From widgets/e-table/ChangeLogChristopher James Lahey2000-05-1449-1638/+1058
* *** empty log message ***Miguel de Icaza2000-05-125-2/+68
* Removed dist-hook section.Christopher James Lahey2000-05-105-8/+15
* Reenable editting.Christopher James Lahey2000-05-101-3/+4
* Remove the tooltip callback when destroyed.Christopher James Lahey2000-05-102-0/+10
* Fixed etssv_remove.Christopher James Lahey2000-05-103-4/+26
* Fixed reflow sorting to call reflow_request when sorting on an itemChristopher James Lahey2000-05-101-0/+1
* Rearranged order of things getting destroyed.Christopher James Lahey2000-05-093-0/+11
* Remove reflow idle when being destroyed.Christopher James Lahey2000-05-091-0/+11
* Make multi-line texts display properly. Fixed some mem leaks.Christopher James Lahey2000-05-083-20/+17
* Made a minimal number of things be destroyed and recreated when updating aChristopher James Lahey2000-05-082-12/+57
* remove the no longer needed flatened_alpha member.Larry Ewing2000-05-084-10/+35
* free cell.starting_text here to avoid a memory leak.Chris Toshok2000-05-083-0/+7
* Add a horizontal scrollbar.Christopher James Lahey2000-05-083-2/+6
* Added an activate signal.Christopher James Lahey2000-05-084-0/+24
* Handle row_inserted and row_deleted signals properly.Christopher James Lahey2000-05-0817-74/+263
* only to set_value_at if the value is indeed different. (ect_stop_editing):Chris Toshok2000-05-073-6/+26
* Added a "changed" signal that gets sent whenever the text changes.Christopher James Lahey2000-05-074-14/+14
* Killed some warnings.Christopher James Lahey2000-05-075-6/+4
* ignore the .pure directoryChris Toshok2000-05-056-0/+6
* use rows here instead of E_TABLE_SUBSET(etsv)->n_map, since the table canChris Toshok2000-05-053-2/+9
* Add an e_table_group_add_all function and implement it in the differentChristopher James Lahey2000-05-0519-30/+251
* Sped up e_cell_text's get_height function.Christopher James Lahey2000-05-053-32/+42
* Define `E_TYPE_SHORTCUT_BAR'.Ettore Perazzoli2000-05-042-0/+6
* Added a height_cache idle loop so that the height_cache will be validatedChristopher James Lahey2000-05-045-4/+85
* Load all the data to be sorted by before actually doing the sort.Christopher James Lahey2000-05-043-34/+99
* EIconBar/EShortcutBar constification.Ettore Perazzoli2000-05-046-11/+26
* Fix author information.Christopher James Lahey2000-05-049-32/+97
* Fixed EShortcutBar API: the icon callback function now gets a `constEttore Perazzoli2000-05-044-10/+38
* Add back in main loop calls during sorting.Christopher James Lahey2000-05-043-0/+9
* Replace insert sort completely with a qsort.Christopher James Lahey2000-05-045-155/+132
* Changed the insert sort to be binary instead of linear.Christopher James Lahey2000-05-043-58/+109
* set and reset the GTK_HAS_FOCUS flag. We now get focus_out eventsDamon Chaplin2000-05-031-0/+4
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-036-4/+16
* Made this more reentrant.Christopher James Lahey2000-05-0111-20/+150
* Fixed some warnings.Christopher James Lahey2000-04-2814-16/+20
* + * widgets/e-text/e-text.c (e_text_destroy): Kill text->timer andMatthew Loper2000-04-272-0/+22
* Added a missing include.Christopher James Lahey2000-04-263-0/+6
* add e-popup-menu.[ch]Miguel de Icaza2000-04-262-0/+115
* Add argument handling here.Miguel de Icaza2000-04-2623-998/+523
* Fixed a warning.Christopher James Lahey2000-04-255-4/+8
* Made the tooltip show up in the correct place and configuration when usingChristopher James Lahey2000-04-2411-60/+404
* oops, silly me.Matthew Loper2000-04-241-1/+1
* + * widgets/Makefile.am: Added e-paned directory.Matthew Loper2000-04-241-1/+1
* Calculate the width of the table from the width of all the columns, andIain Holmes2000-04-243-4/+28
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-213-11/+16
* add table-size-testChris Toshok2000-04-1714-56/+573
* Propagate mouse wheel events upwards.Anders Carlsson2000-04-175-26/+42
* Shut up CVSAnders Carlsson2000-04-171-0/+7
* added buttons to test moving/reordering groups.Damon Chaplin2000-04-167-1866/+154
* Add realize. (e_canvas_realize): Set the back pixmap to NULL to reduceAnders Carlsson2000-04-161-4/+14
* + * addressbook/gui/component/addressbook.cMatthew Loper2000-04-163-0/+33
* Do not use the parent thingie, because it might be like anything. AndMiguel de Icaza2000-04-152-1/+5
* Apply some loving action when it comes to visuals and colormaps. Yes, weMiguel de Icaza2000-04-151-2/+11
* Add our own ChangeLogMiguel de Icaza2000-04-151-0/+119
* Added a row height cache.Christopher James Lahey2000-04-155-4/+128
* Make `e_table_construct()' work by passing the correct size argumentEttore Perazzoli2000-04-153-2/+7
* Switch the parent object to be a GtkTable. (et_real_construct): applyMiguel de Icaza2000-04-155-24/+65
* Remove test for source. We will fix this later.Miguel de Icaza2000-04-133-31/+30
* Reset resize_guide here.Miguel de Icaza2000-04-123-10/+10
* you need the latest gdk-pixbuf to build evolution now.Larry Ewing2000-04-123-120/+99
* Moved some logic a bit. Minor changes.Christopher James Lahey2000-04-122-16/+2
* e-text.c: Recalc bounds when changing the width/clip_widthiholmes2000-04-122-6/+48
* Add filesMiguel de Icaza2000-04-114-0/+84