aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* ShushJP Rosevear2000-11-291-1/+2
* updated to emit "changed" when appropriate, which turned out to beDamon Chaplin2000-11-275-465/+1185
* Removed e_table_col_get_arrow and e_table_col_set_arrow.Christopher James Lahey2000-11-262-28/+0
* Documented.Miguel de Icaza2000-11-256-29/+212
* inline documentation added.Miguel de Icaza2000-11-253-152/+430
* Save the children - FedericoFederico Mena Quintero2000-11-234-11/+19
* Fixed some typos to get the table to display properly.Christopher James Lahey2000-11-222-3/+3
* AdaptMiguel de Icaza2000-11-181-3/+3
* Add Makefile.am and .cvsignoreMiguel de Icaza2000-11-182-0/+19
* Added widgets/menus that contains the gal-view-menus.c code from Gal thatMiguel de Icaza2000-11-181-1/+2
* Removed test for Bonobo here.Miguel de Icaza2000-11-181-1/+0
* Updated version number.Christopher James Lahey2000-11-143-17/+25
* Added a bunch of .lo s from the menus directory.Christopher James Lahey2000-11-1211-14/+929
* Made the underline show up properly in the main menu bar.Christopher James Lahey2000-11-111-3/+23
* Switched from using gtk_menu_item_new_with_label for the menu header toChristopher James Lahey2000-11-101-1/+1
* Changed the gal version number and the gal so number. Added check forChristopher James Lahey2000-11-103-2/+236
* Fixed two spacing problems: first, changed the spacing around the end ofAnna Marie Dirks2000-11-101-2/+4
* Added decomposing case insensitive utf-8 strstrLauris Kaplinski2000-11-082-4/+1493
* gal/widgets/e-unicode.h: END_GNOME_DECLS, not BEGINJulian Missig2000-11-071-1/+1
* Changed this to match the new EPopupMenu structre.Christopher James Lahey2000-11-071-16/+16
* Add a submenu field to struct EPopupMenu.Jeffrey Stedfast2000-11-072-34/+46
* Fixed the argument comment. Removed an old enum that's not used here.Christopher James Lahey2000-11-071-9/+4
* Added e-search-bar.c and e-search-bar.h.Christopher James Lahey2000-11-072-0/+384
* Removed unnecessary .cvsignore files.Christopher James Lahey2000-11-064-9/+5
* New files for the new define views dialog.Christopher James Lahey2000-11-063-0/+573
* Made it compile again.Chris Lahey2000-11-041-2/+2
* Turned on proper handling of insert and delete.Christopher James Lahey2000-11-041-1/+1
* Removed the "time_changed" signal, since it was never being emitted in theFederico Mena Quintero2000-11-043-59/+81
* Since we insert at the parent->child position, we need to account forNot Zed2000-11-031-39/+117
* Updated these unused glade files to better match the versions in the code.Christopher James Lahey2000-11-035-100/+130
* modified or added a bunch of .cvsignore to ignore generated files, whichGediminas Paulauskas2000-11-013-0/+9
* #include <string.h> to get rid of warning. Same here.Kjartan Maraas2000-10-313-0/+7
* Do not unref the cal_popup since we already destroyed it.Federico Mena Quintero2000-10-282-1/+6
* Added an "allow_newlines" argument.Christopher James Lahey2000-10-276-23/+99
* If we are inserting into the root level, we dont have to search the wholeNot Zed2000-10-271-1/+6
* remove the save_id here, so we don't save state for nodes that no longerChris Toshok2000-10-261-9/+6
* Made the column on the right click and click signals be the model columnChristopher James Lahey2000-10-261-2/+2
* Add "click" to the list of etable signals we proxy.Dan Winship2000-10-262-0/+23
* make ETreeModel opaque, and switch from using g_new0 and g_free forChris Toshok2000-10-252-97/+135
* Destroy the tooltip timeout on object destruction.Christopher James Lahey2000-10-241-1/+8
* Made it so that it doesn't recalculate all the rows if a row is changed,Christopher James Lahey2000-10-222-4/+36
* Made it so that rows inserted with their children nodes already in theChristopher James Lahey2000-10-221-1/+3
* Added e_table_set_state_object which loads the state from the givenChristopher James Lahey2000-10-222-4/+6
* remove timeouts on destroy so they don't try to write to freed dataDan Winship2000-10-202-0/+13
* Made the number keys on the number pad work in ETexts and ECellTexts.Christopher James Lahey2000-10-191-1/+108
* Switched to saving the version as a double instead of a string.Christopher James Lahey2000-10-191-1/+1
* Fixed ETableFieldChooser row heights a bit.Christopher James Lahey2000-10-194-30/+88
* Made EEntry accept focus properly.Christopher James Lahey2000-10-191-0/+11
* Make text a different color if !(flags & E_CELL_FOCUSED).Christopher James Lahey2000-10-194-2/+17
* Sped up signal propogation.Christopher James Lahey2000-10-192-2/+52
* Fixed the color of the background rectangle. Made the rectangle start atChristopher James Lahey2000-10-191-0/+16
* Make background color of ETable match the background color of item rows.Christopher James Lahey2000-10-181-1/+1
* Removed an unnecessary glade include file.Christopher James Lahey2000-10-184-1/+29
* Moved the glade file directories.Christopher James Lahey2000-10-181-1/+2
* Reworked some of the height stuff?Christopher James Lahey2000-10-171-14/+12
* Choose a better size for the e-table-header-itemIain Holmes2000-10-171-17/+53
* get the next child before traversing/calling func.Chris Toshok2000-10-161-2/+5
* get rid of ENode type, as everything in it is now in ETreePath, and addChris Toshok2000-10-162-139/+257
* Made it so that ETable won't use a state with 0 columns.Christopher James Lahey2000-10-161-2/+14
* Fixed these to use the new ascending attribute as a boolean instead of anChristopher James Lahey2000-10-145-11/+11
* Added e-table-config-field.lo.Christopher James Lahey2000-10-1411-228/+704
* NULL is not a valid argument to `xmlNewDoc'. Was this code everEttore Perazzoli2000-10-141-1/+3
* Fixed gdk-font refcountingIain Holmes2000-10-133-34/+51
* Added e_container_focus_nth_entry.Christopher James Lahey2000-10-132-0/+33
* when there are 0 columns, don't assert.Jeffrey Stedfast2000-10-121-1/+1
* Make saving state work properly.Christopher James Lahey2000-10-121-3/+41
* fixed to recalculate min_cell_width/height in case the show_week_numbersDamon Chaplin2000-10-124-45/+211
* Fixed the parity on the cursor-mode check.Christopher James Lahey2000-10-111-1/+1
* Changed these to use the default cells.Christopher James Lahey2000-10-116-50/+13
* Example spec file. Not used. Just an example of what you can do.Christopher James Lahey2000-10-111-0/+21
* Changed these to match the new ETable system.Christopher James Lahey2000-10-1119-308/+1292
* Removed the assertion that there must be at least 1 column. No way toNot Zed2000-10-095-2/+108
* Added missing BEGIN/END_GNOME_DECLSLauris Kaplinski2000-10-091-0/+5
* set cursors to NULL after destroying them, to avoid any possibility ofDamon Chaplin2000-10-081-0/+5
* Emit the selection/cursor "changed" signals.Jeffrey Stedfast2000-10-051-0/+19
* Select all elements of the etable.Jeffrey Stedfast2000-10-054-0/+67
* Changed to take into account the sort group, if the table has one.xNot Zed2000-10-047-18/+428
* Put in 3 more dialog boxes in these files.Christopher James Lahey2000-10-042-75/+1811
* change/add prototypes and a typedef for ETreePathCompareFunc.Chris Toshok2000-10-032-49/+99
* don't screw things up if we sort a collapsed node.Chris Toshok2000-10-031-2/+5
* nukeChris Toshok2000-10-032-1181/+0
* flip black and gray, the way i intended them to be.Chris Toshok2000-10-032-4/+4
* reinstate file.Chris Toshok2000-10-035-24/+103
* better i18n of strftime strings.Damon Chaplin2000-09-303-9/+20
* fixed use of date strings to support i18n better.Damon Chaplin2000-09-303-53/+97
* updated to use new EShortcutBar signals for DnD.Damon Chaplin2000-09-305-14/+98
* Get the title bar for the folder view to use TigerT's pin icon for theEttore Perazzoli2000-09-293-56/+209
* Changed.Christopher James Lahey2000-09-291-0/+0
* New file. Approximate UML description of ETable.Christopher James Lahey2000-09-291-0/+0
* Fix a stupid crash in ::destroy that was my fault.Ettore Perazzoli2000-09-292-2/+7
* Fudge the location of a click in the tooltip, so that it selects theIain Holmes2000-09-273-10/+38
* Fixed emission for "shortcut_dragged".Ettore Perazzoli2000-09-272-1/+7
* drag/drop signals need to be added to the same object that is passed toChris Toshok2000-09-271-9/+9
* Make the shortcut bar not alter the model by itself on a drag and dropEttore Perazzoli2000-09-263-6/+72
* add save_state stuff to ETreeModel, and prototypes for the public methods.Chris Toshok2000-09-262-7/+213
* Fix include typo.Ariel Rios2000-09-251-1/+1
* fix sorting - need to update the row_array as well as the actual structureChris Toshok2000-09-251-4/+20
* use pixmaps instead of GtkArrows to look better. Also set the canvasDamon Chaplin2000-09-258-247/+290
* Fixed operation of the keypad keys in EText and ECellText.Christopher James Lahey2000-09-221-6/+23
* Typo caused readability problems with ETable.Christopher James Lahey2000-09-211-1/+1
* Changed the #ifndef used so that it doesn't collide with one inside ofChristopher James Lahey2000-09-211-3/+3
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-2080-172/+176
* set this to 4 to specify how much X/Open we want with that.Dan Winship2000-09-192-1/+6
* Added check for gnome-app-lib. Removed directories that have been moved toChristopher James Lahey2000-09-18155-38212/+120
* Leak prevention.Morten Welinder2000-09-181-2/+8
* Added e-reflow-sorted and e-reflow and fixed the #includes.Christopher James Lahey2000-09-181-4/+4
* doh!Jody Goldberg2000-09-181-6/+6
* Added the src/widgets/pixmaps/ directory.Christopher James Lahey2000-09-181-0/+2
* Removed duplicate $(EXTRA_GNOME_CFLAGS).Christopher James Lahey2000-09-181-1/+1
* Fixed e-table #includes so that it would compile.Chris Lahey2000-09-1833-65/+65
* Changed #include lines to get e-text to compile.Chris Lahey2000-09-184-9/+9
* Move srcs from gnumeric andJody Goldberg2000-09-184-97/+191
* Remove e_create_image_widget functionJP Rosevear2000-09-183-50/+3
* Better calculations for tooltip positionsIain Holmes2000-09-187-20/+41
* Added some missing #includes.Christopher James Lahey2000-09-167-6/+16
* Removed g_printIain Holmes2000-09-163-2/+4
* If the cursor is inside the subcell, call the show_tooltip on it.Iain Holmes2000-09-1618-87/+841
* Fix a crash in draw_button.Iain Holmes2000-09-153-4/+10
* typo/compile fixPeter Williams2000-09-153-4/+4
* Fix some crashes Make double clicking on the header dividers automaticallyIain Holmes2000-09-1525-54/+517
* fix path.Michael Meeks2000-09-142-1/+5
* Added widgets/e-reflow/Makefile. ReplacedChristopher James Lahey2000-09-144-1/+38
* Use underscores for untranslated characters fro Gtk+Lauris Kaplinski2000-09-131-52/+42
* Add a bunch of compile flags to the compilation of `tree-example-2'Ettore Perazzoli2000-09-122-0/+11
* Made bold text calculate widths properly.Christopher James Lahey2000-09-123-34/+88
* Made page up and page down active in the ETable.Christopher James Lahey2000-09-113-6/+92
* Added e_utf8_gtk_editable_get_text and e_utf8_gtk_editable_set_text.Christopher James Lahey2000-09-112-10/+36
* added e-dateedit.[hc] and the test-dateedit app.Damon Chaplin2000-09-118-8/+1258
* Fixed the ETableModel callbacks.Christopher James Lahey2000-09-103-24/+28
* Some UTF-8 fixes and experimental 16-bit unicode font supportLauris Kaplinski2000-09-093-10/+14
* Added base ETableModel functions.Christopher James Lahey2000-09-099-74/+498
* remove consts from the EPopupMenu structure: the caller may want to modifyDan Winship2000-09-091-4/+4
* Bunch of unicode related changesLauris Kaplinski2000-09-082-9/+38
* Merge in the colour combo emhancements.Jody Goldberg2000-09-071-0/+46
* Remove incorrect optimization. Events are read-only!Federico Mena Quintero2000-09-071-12/+8
* Get the meeting time selector to work on my system (libunicodeEttore Perazzoli2000-09-072-0/+5
* make sure we get the start_weekday since we need it for draw_days(). FixesDamon Chaplin2000-09-063-21/+31
* New font translation code for utf-8, but commented out at momentLauris Kaplinski2000-09-051-36/+32
* A bit more e_utf8 wrappers here and thereLauris Kaplinski2000-09-024-6/+57
* Fixed a leak and a double unref.Christopher James Lahey2000-09-025-6/+6
* new test, a home grown 2 hour hack of a file browser. usesChris Toshok2000-09-016-1/+1374
* add signals/prototypes for e_tree_model_node_collapsed andChris Toshok2000-09-015-22/+139
* Email should now display correctly in GtkHTMLLauris Kaplinski2000-09-012-0/+931
* Made the selection work when shift clicking on the first row of the table.Christopher James Lahey2000-08-313-14/+19
* Fix the tree example so that is doesn't show two sets of expand/unexpandRichard Hult2000-08-313-8/+20
* #define gnome_font_lookup_default for gnome-print 0.20Lauris Kaplinski2000-08-311-0/+1
* New base class for Cells. Convert everything to access the elements thatJody Goldberg2000-08-312-0/+4
* Made it compilable both with gnome-print 0.20 and 0.21+Lauris Kaplinski2000-08-311-0/+6
* Do not flicker while trying to resize a quantized pane.Federico Mena Quintero2000-08-313-6/+33
* Ensure that the child's allocation height is >= 1.Federico Mena Quintero2000-08-313-8/+25
* Updated.Damon Chaplin2000-08-316-476/+2151
* make e-util depend on libunicodeDan Winship2000-08-301-1/+1
* Make printing of groups work better and make them print headers.Christopher James Lahey2000-08-295-76/+275
* Remove a ton of (hopefully harmless) warnings from the ETable code.Ettore Perazzoli2000-08-287-12/+46
* Added some g_return_if_fails and g_return_val_if_fails.Christopher James Lahey2000-08-2610-31/+122
* More UTF-8 handlingLauris Kaplinski2000-08-252-0/+19
* Fix an off by one error that was causing crashes.Christopher James Lahey2000-08-253-2/+8
* Set default values for all of the signal emissions.Christopher James Lahey2000-08-253-6/+10
* Check for selection->selection being NULL inChristopher James Lahey2000-08-253-0/+11
* Pay attention to the return value from the click signal.Christopher James Lahey2000-08-253-4/+21
* Added a click signal which gets sent if the user hits the left or middleChristopher James Lahey2000-08-2517-1/+187
* Forgot to commit thisChris Lahey2000-08-252-4/+4
* Added g_return_if_fails.Christopher James Lahey2000-08-255-6/+272
* Added infrastructure for setting the justification of columns. Still needChristopher James Lahey2000-08-2517-22/+116
* Unicode in addressbook basically works, including simple searchingLauris Kaplinski2000-08-244-2/+50
* Fixed a bug in e_table_subset_variable_increment that causes problems withChristopher James Lahey2000-08-243-4/+11
* Added missing e-unicode.h and e-unicode.cLauris Kaplinski2000-08-232-0/+186
* UTF-8 in contact editor + some fixes for dealing with illegal stringsLauris Kaplinski2000-08-232-2/+8
* remove tree-expanded.xpm and tree-unexpanded.xpm.Chris Toshok2000-08-238-101/+18
* Handle iso-8859-1 keys nicely in e-text and e-table. Other encodings toLauris Kaplinski2000-08-235-8/+73
* Use byte, not character based UTF-8 syntax in e-textLauris Kaplinski2000-08-224-246/+254
* Moved drawing of the cell backgrounds from ECell into ETableItem.Christopher James Lahey2000-08-2211-60/+53
* Changed UTF-8 handling syntax from char based to byte basedLauris Kaplinski2000-08-223-234/+252
* we can remove nodes with children now.Chris Toshok2000-08-225-10/+122
* pass table, not site as the closure for these drag signals, sinceChris Toshok2000-08-223-4/+10
* Added code to make handle position persist across resizes.Christopher James Lahey2000-08-214-11/+17
* ChangeLog error.Chris Lahey2000-08-211-1/+1
* Added e_table_selection_model_selected_count.Christopher James Lahey2000-08-215-0/+59
* many fixes to make it compile with strange prefixes...Mathieu Lacage2000-08-211-2/+2
* Fixed a warning.Christopher James Lahey2000-08-202-0/+4
* added use of UNICODE_CFLAGS... thanks ian...Arik Devens2000-08-201-1/+2
* Moved e-text to UTF-8Lauris Kaplinski2000-08-205-444/+581
* First step moving to UTF-8 stringsLauris Kaplinski2000-08-205-414/+549
* Made background colors alternate.Christopher James Lahey2000-08-2025-90/+279
* remove COLOR_TEXT references.Larry Ewing2000-08-172-4/+4
* get rid of COLOR_TEXT. (struct _EIconBarItem): add pixbuf member to holdLarry Ewing2000-08-174-5/+75
* Added addressbook/gui/search/Makefile.Christopher James Lahey2000-08-131-1/+1
* Added a test for the EEntry widget.Christopher James Lahey2000-08-115-1/+170
* Fixed some warnings.Christopher James Lahey2000-08-113-1/+10
* 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