aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add group indent width here. (is_pointer_on_division): Use the groupMiguel de Icaza2000-04-119-62/+251
* Changed some incorrect gtk_object_refs and gtk_object_unrefs intoChristopher James Lahey2000-04-112-0/+2
* Drop frozen count support from here. (ethi_start_drag): ditto.Miguel de Icaza2000-04-1112-45/+17
* Added proper keyboard focus handling.Christopher James Lahey2000-04-111-1/+13
* + * addressbook/gui/component/addressbook.c (addressbook_factory):Matthew Loper2000-04-093-0/+8
* Separated some functions into an xml bit and a generic bit.Christopher James Lahey2000-04-093-120/+123
* CVS move mistake. Fixed the correct changes in the correct places.Christopher James Lahey2000-04-0920-3100/+74
* pixmap_DATA isn't defined so don't use it as a variable.Christopher James Lahey2000-04-0915-142/+1073
* Made text tooltips appear in place. Iain figured out that to get them toChristopher James Lahey2000-04-082-56/+108
* Got rid of some warnings.Christopher James Lahey2000-04-0633-344/+827
* More flushing actionMiguel de Icaza2000-04-061-0/+3
* Update TODO, add Chris to the author listMiguel de Icaza2000-04-063-8/+34
* Load the icons from the installation path, not form the GNOME-libsMiguel de Icaza2000-04-0622-166/+310
* Got rid of some runtime errors. Changed to "fixed" font so that it willChristopher James Lahey2000-04-052-14/+112
* Fixed some referencing and lifetime issues.Christopher James Lahey2000-04-057-9/+44
* Removed an unnecessary get_bounds call.Christopher James Lahey2000-04-052-40/+124
* Love, part 3Miguel de Icaza2000-04-012-14/+38
* Love realizationMiguel de Icaza2000-04-016-72/+96
* More loveMiguel de Icaza2000-04-019-28/+61
* added support for a callback function to set the icons.Damon Chaplin2000-03-313-41/+77
* More workMiguel de Icaza2000-03-318-148/+422
* Add so I can go to the chillout hack roomMiguel de Icaza2000-03-3112-178/+616
* install new shortcut bar pixmaps.Dan Winship2000-03-311-4/+4
* Fix the comment at the top of the file: it was describingDan Winship2000-03-311-3/+9
* Add new filesMiguel de Icaza2000-03-318-0/+750
* One linerMiguel de Icaza2000-03-302-2/+2
* Fix indentationMiguel de Icaza2000-03-3056-1110/+1110
* + * wombat/Makefile.am: new file.Matthew Loper2000-03-294-6/+8
* avoid a crash if icons aren't foundSeth Alves2000-03-281-1/+1
* New function, used to flatten the images we get and composite them withMiguel de Icaza2000-03-282-5/+42
* minor style clean + kill duff file in POTFILES.Michael Meeks2000-03-281-5/+7
* Prune redundant files.Michael Meeks2000-03-2810-554/+0
* Fix nasty rendering bugs,Michael Meeks2000-03-2811-540/+614
* ChangeLog shuffling.Miguel de Icaza2000-03-271-35/+35
* Removed extra code that computed bogus width. This was the actual sourceMatias Mutchinick2000-03-273-6/+10
* Remove warning from here.Miguel de Icaza2000-03-2711-18/+26
* Fix from evolution-listMiguel de Icaza2000-03-264-8/+10
* Added some assertions.Matthew Loper2000-03-234-3/+17
* Changed gnome_canvas_item_grab_focus to e_canvas_item_grab_focus.Christopher James Lahey2000-03-222-4/+4
* Make rectangles resize properly when receiving the "model_changed" signal.Christopher James Lahey2000-03-223-6/+37
* Updated to fix a few bugs.Christopher James Lahey2000-03-211-9/+8
* Added the ability to access the text event processor.Christopher James Lahey2000-03-214-32/+74
* i2000-03-20 Christopher James Lahey <clahey@helixcode.com>Chris Lahey2000-03-2119-274/+183
* Fixed a crashing bug when you close an ETable.Christopher James Lahey2000-03-203-2/+7
* Fix for srcdir != builddir.Elliot Lee2000-03-181-0/+1
* Fixed a crashing bug when you cancel an edit.Christopher James Lahey2000-03-143-0/+10
* Added e-text-test.Christopher James Lahey2000-03-122-0/+2
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-1238-262/+1971
* Changed the order in libeutil and libetext linking so that thereBertrand Guiheneuf2000-03-111-6/+6
* Designed a new system for doing hierarchical displays in the canvas. AddsChristopher James Lahey2000-03-1113-447/+608
* Changed the destroy function to disconnect from signals before unrefingChristopher James Lahey2000-03-0811-90/+181
* Added a "break_characters" argument. It lets you define a set ofChristopher James Lahey2000-03-089-119/+331
* Made rows get unselected when switching from one group to the next.Christopher James Lahey2000-03-063-0/+11
* Use the style's font if lucidasans-10 is not found.Christopher James Lahey2000-03-063-0/+15
* Made it so that columns would be properly indented.Christopher James Lahey2000-03-067-10/+47
* Have identical values get sorted by their actual row.Christopher James Lahey2000-03-063-0/+11
* Draw selected row.Christopher James Lahey2000-03-063-4/+28
* Add a "row_selection" signal.Christopher James Lahey2000-03-0615-2/+189
* Added support for the sorting info. The Etable creates a sort_info object,Christopher James Lahey2000-03-0623-25/+992
* Added saving of frozen_columns count. Added a vertical scrollbar toChristopher James Lahey2000-03-054-3/+28
* Push the proper visual and colormap for ETable to work.Christopher James Lahey2000-03-053-0/+16
* Touched this up a bit.Christopher James Lahey2000-03-056-14/+35
* Fixed a crash error.Christopher James Lahey2000-03-053-0/+6
* Fixed a compile warning.Christopher James Lahey2000-03-055-38/+44
* Added a bunch of stuff to the TODO list. Put +s before a few of the itemsChristopher James Lahey2000-03-048-28/+323
* Removed some unused code.Christopher James Lahey2000-03-049-16/+23
* Various building fixes. At least, now it builds for me.Ettore Perazzoli2000-03-022-2/+6
* Don't show the tooltip if the text is being editted or isn't clipped.Iain Holmes2000-03-013-6/+49
* Test frozen columnsChristopher James Lahey2000-03-0116-3/+1176
* Fixed references to libutil.a -> libeutil.laMichael Zucci2000-02-294-5/+9
* Fixed a couple of crash bugs.Christopher James Lahey2000-02-285-6/+11
* Compilation error.Chris Lahey2000-02-282-18/+16
* Updated these to use the canvas ::update system properly.Chris Lahey2000-02-284-128/+144
* Made the E table item redraw properly.Christopher James Lahey2000-02-255-12/+38
* Made carriage return stop editting instead of inserting a carriage return.Christopher James Lahey2000-02-253-16/+29
* Added e_xml_get_integer_prop_by_name.Christopher James Lahey2000-02-251-3/+4
* Added duplicate_value and add_value. Use the new compare functions. MadeChristopher James Lahey2000-02-2546-190/+1354
* Made keyboard focus navigation work across groups.Christopher James Lahey2000-02-2411-8/+54
* Made changing focus work.Christopher James Lahey2000-02-243-10/+14
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-2478-4371/+4169
* added libetext.a and libeutil.a to test_shortcut_bar_LDADD, and got rid ofDamon Chaplin2000-02-2116-163/+289
* Show the text of the item, in a tooltip style. (e_text_event): Add aIain Holmes2000-02-216-2/+314
* + * widgets/e-minicard/.cvsignore: Added minicard-label-test,Matthew Loper2000-02-201-0/+3
* Include <string.h>Miguel de Icaza2000-02-193-0/+4
* Add EXTRA_GNOME_CFLAGS to INCLUDES>Miguel de Icaza2000-02-192-0/+5
* make <alloca.h> inclusion conditional on HAVE_ALLOCA_HDan Winship2000-02-172-0/+4
* fix library ordering on link lineDan Winship2000-02-172-3/+3
* Add the unicode libraries as well.Miguel de Icaza2000-02-162-3/+9
* Major rationalization of pts vs pixels and the use of margins.Jody Goldberg2000-02-132-5/+6
* Check the ethi is actually the one being dragged. Prevents crashes whenIain Holmes2000-02-133-0/+37
* Added test of sort arrows.Christopher James Lahey2000-02-129-42/+163
* Made a click on a text widget set the cursor properly.Christopher James Lahey2000-02-122-6/+36
* Test column header image.Christopher James Lahey2000-02-1211-48/+190
* Add an editable argument to e_cell_text_new.Christopher James Lahey2000-02-1211-18/+32
* Removed some arguments from the .h that will never be implemented.Christopher James Lahey2000-02-122-8/+0
* Added reordering of columns.Christopher James Lahey2000-02-127-50/+148
* Made space around text look right. Added a blinking cursor.Christopher James Lahey2000-02-123-122/+93
* Add nice assertion.Miguel de Icaza2000-02-115-4/+19
* chutBertrand Guiheneuf2000-02-113-0/+18
* Handle button releases properly.Christopher James Lahey2000-02-105-6/+108
* Tweaked e-cell-text. Added a white background and tweaked the borders.Christopher James Lahey2000-02-103-12/+81
* Changes where e-text is included from.Christopher James Lahey2000-02-092-2/+6
* Add new Makefiles to Makefile list.Christopher James Lahey2000-02-093-53/+61
* More fixing actionMiguel de Icaza2000-02-099-2385/+0
* More cleanup actionMiguel de Icaza2000-02-094-432/+0
* Remove e-cursorsMiguel de Icaza2000-02-094-166/+1
* Fixed some motion event bugs. (incorrect x and y.)Christopher James Lahey2000-02-088-149/+2902
* Added line wrap and a max number of lines (max number of lines is onlyChristopher James Lahey2000-02-086-396/+813
* Sync for Chris to useMiguel de Icaza2000-02-084-24/+36
* finished.Damon Chaplin2000-02-072-12/+11
* Setup the scroll region of the table canvas on size allocation.Miguel de Icaza2000-02-079-34/+67
* Add data field back in.Miguel de Icaza2000-01-293-0/+6
* Handle the grab and ungrab command instead of doing focus by hand. ThisChristopher James Lahey2000-01-2815-811/+1088
* Use e_canvas_item_grab_focus so that it will work with old versions ofChristopher James Lahey2000-01-278-6/+156
* Set the minimum_width.Christopher James Lahey2000-01-2710-16/+128
* Added an arrow cursor for the draggable columns. Made the clickable columnChristopher James Lahey2000-01-2616-156/+853
* don't set the x_set and y_set arguments as don't exist in gdk-pixbufbertrand2000-01-261-2/+0
* Handle shift-tab properly now.Christopher James Lahey2000-01-2615-44/+652
* Changed some line spacing.Chris Lahey2000-01-2115-45/+739
* Finishing previous commit.Chris Lahey2000-01-179-236/+192
* Use e_bar_set_item_data.Miguel de Icaza2000-01-161-1/+1
* Added selection and clipboard support. Added up and down arrow keys. FixedChris Lahey2000-01-1416-53/+968
* e_canvas_item_move_absolute is just a helper function not supplied by theChris Lahey2000-01-1429-112/+3033