/multimedia/slideshow/

tion' href='/~lantw44/cgit/gsoc2013-evolution/'>gsoc2013-evolution
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Store the whole GdkColor instead of just the pixel.Christopher James Lahey2001-02-082-13/+9
* Added Akira's japanese etc. encodings to e-fontLauris Kaplinski2001-02-081-5/+10
* Create the local directory when saving if it doesn't exist already.Christopher James Lahey2001-02-071-1/+2
* Change encoding from locale encoding to utf8.Christopher James Lahey2001-02-071-4/+6
* Check for nl_langinfo (CODESET). Code taken from glib 1.3 branch.Christopher James Lahey2001-02-072-2/+130
* Added e-text-model-testJeffrey Stedfast2001-02-061-0/+1
* Ignore test-dropdown-buttonJeffrey Stedfast2001-02-062-0/+5
* Changed draw_borders from a gboolean to a a guint : 1.Christopher James Lahey2001-02-061-1/+1
* Removed unnecessary comment about now non-existant virtual column list.Christopher James Lahey2001-02-061-7/+0
* Changed the text to pop up the Field Chooser.Christopher James Lahey2001-02-061-1/+1
* Fixed a number of small bugs in how we were saving and loading viewChristopher James Lahey2001-02-062-7/+46
* Added a "changed" signal.Christopher James Lahey2001-02-065-11/+79
* Make some private variables static in `ETableSorter'.Ettore Perazzoli2001-02-061-4/+4
* Changed the call to iconv to be char ** instead of const char **.Christopher James Lahey2001-02-051-5/+5
* Make this not error out if ecol is not found, but simply return -1.Christopher James Lahey2001-02-051-3/+2
* Dont overwrite the end of our bitmap array.Not Zed2001-02-021-1/+2
* make the segfault caused by double clicking into a critical warning untilLarry Ewing2001-02-011-0/+1
* added gboolean draw_borders to make it compile, probably some forgottenRadek Doulik2001-02-011-0/+2
* Fixed allocation and placement of text for no bordered text.Christopher James Lahey2001-01-311-16/+33
* Fixed allocation and placement of text window.Christopher James Lahey2001-01-312-25/+34
* Reverted the latest change to EText since we're in feature freeze.Christopher James Lahey2001-01-306-333/+63
* Made the contained %ETableItem have cursor_mode asChristopher James Lahey2001-01-304-34/+45
* Made carriage return finish editing.Christopher James Lahey2001-01-302-31/+56
* Connect to the model's "position" signal. (e_text_init): Set default valueJon Trowbridge2001-01-306-63/+333
* Added e-cell-number.loChristopher James Lahey2001-01-293-1/+101
* Always include +1 for the size. 0*2 == 0, so malloc returns NULL, which isNot Zed2001-01-291-1/+1
* Update copyright and add myself as the author.Ettore Perazzoli2001-01-281-2/+6
* Make the ESearchBar pretty by using the same border for the dropdownEttore Perazzoli2001-01-282-3/+31
* Made the scrolling to show the current roll happen in a time out.Christopher James Lahey2001-01-282-2/+52
* Documented.Ettore Perazzoli2001-01-281-4/+14
* Changed the EDropdownButton so that it works more like a standard menuEttore Perazzoli2001-01-283-16/+60
* Make home and end keys move to the beginning and end of the row if cursorChristopher James Lahey2001-01-284-0/+62
* cvs remove all files in shortcut-bar/, this widget is now in gal, will beJason Leach2001-01-2719-7532/+7
* Make the ESearchBar use the new EDropdownButton widget.Ettore Perazzoli2001-01-273-146/+217
* Fix the API to EDropdownButton by removing args that don't make muchEttore Perazzoli2001-01-274-21/+13
* ...And the ChangeLog too.Ettore Perazzoli2001-01-271-0/+4
* Ooops, forgot to commit the Makefile.Ettore Perazzoli2001-01-271-9/+27
* New, simple dropdown button widget based on the thing that Damon didEttore Perazzoli2001-01-273-0/+390
* Make ETable stop editing when it looses focus.Christopher James Lahey2001-01-272-8/+32
* Added; a new test program that demonstrates objects in ETexts.Jon Trowbridge2001-01-276-111/+776
* Set the GTK_CAN_FOCUS flag on the widget, since an ETable ought to beFederico Mena Quintero2001-01-262-85/+165
* Clamp the value we set here. (compute_offset): Switched to ints here.Christopher James Lahey2001-01-261-16/+16
* Made this function put some space around the area shown.Christopher James Lahey2001-01-261-12/+32
* Made this correctly check for going off the end of the table.Christopher James Lahey2001-01-261-2/+4
* Make this actually deploy the titles from the GalViewCollection and emitChristopher James Lahey2001-01-262-111/+133
* Documented. Added a "cursor_activated" signal. Removed some unusedChristopher James Lahey2001-01-2510-129/+461
* e_calendar_item_get_date_range() now returns a boolean, which is FALSE ifDamon Chaplin2001-01-253-8/+34
* Have the argument system do type checking on our "collection" argument.Christopher James Lahey2001-01-252-12/+17
* Actually implement this function.Christopher James Lahey2001-01-241-2/+17
* Made GalViewCollectionItem a public type. (load_single_file): Made it soChristopher James Lahey2001-01-242-41/+40
* Fixed gal_define_views_dialog_new to be called with its proper argument.Jon Trowbridge2001-01-232-1/+6
* Initialize collection field to NULL. Set the collection on the model asChristopher James Lahey2001-01-2210-82/+343
* Made the cursor move when rows are inserted or deleted. If in single modeChristopher James Lahey2001-01-221-0/+11
* Use the new gal_view_set_title function.Christopher James Lahey2001-01-217-56/+311
* Made this conform to the new prototype for e_popup_menu_run.Christopher James Lahey2001-01-218-105/+341
* Fix memory leak: Unref some stuff if we're not showing the tooltip.Iain Holmes2001-01-211-1/+2
* Unset the GTK_CAN_FOCUS flag on the ECalendar. (e_calendar_focus_in):Federico Mena Quintero2001-01-202-33/+14
* s/GdkEventButton/GdkEvent/Dan Winship2001-01-204-5/+8
* Do most of the work to get Grouping working, by reusing massive ammountsMiguel de Icaza2001-01-194-185/+282
* Keep track of the valid column names (not used right now).Miguel de Icaza2001-01-195-157/+260
* Fixed text misplacement.Christopher James Lahey2001-01-191-10/+12
* Make zero the minimum number of days that can be specified.Federico Mena Quintero2001-01-192-5/+18
* Disconnect from the etss->source's signals *before* we unref it.Federico Mena Quintero2001-01-192-10/+22
* Make tooltip appear properly even if anchor is set.Christopher James Lahey2001-01-181-1/+1
* Center text vertically.Christopher James Lahey2001-01-181-10/+13
* New function. (update_sort_config_dialog): Massive update to thisMiguel de Icaza2001-01-185-26/+230
* Made EEntry be shrinkable.Christopher James Lahey2001-01-181-3/+6
* Make justification work properly for entries. Documented.Christopher James Lahey2001-01-182-2/+50
* Added a collection argument to this to set the GalViewCollection.Christopher James Lahey2001-01-1811-36/+315
* Oops. Delete this. I never meant for this to get commit'd.Jeffrey Stedfast2001-01-182-23/+5
* Dont remove the function, give it the proper nameJP Rosevear2001-01-172-0/+25
* Fix the build by removing a stale function definition. Sigh.Ettore Perazzoli2001-01-172-20/+6
* Hi fejj. Using your computer to check in the files you forget to add. :-)Jeffrey Stedfast2001-01-172-0/+451
* Removed #inclusion of e-table-config-field.h.Dave Camp2001-01-171-1/+0
* Added e-messagebox to the build.Jeffrey Stedfast2001-01-172-0/+9
* This fixes translations of library messages compared to applicationMiguel de Icaza2001-01-174-3/+7
* Simplify column grabbing code and drop item layout code.Miguel de Icaza2001-01-171-34/+52
* Load frames.Miguel de Icaza2001-01-1710-370/+344
* Added a bit of documentation. (config_sort_config_show,Christopher James Lahey2001-01-174-6/+44
* Moved ESearchBar from filter/ to widgets/misc/, a more appropriate home.Jacob Leach2001-01-172-0/+6
* Emit a "changed" signal to the EText after we gtk_object_set a "model" argJason Leach2001-01-161-0/+1
* Added e-cell-date.c, e-cell-date.h, e-cell-size.c, and e-cell-size.h.Christopher James Lahey2001-01-167-71/+366
* Step 2Miguel de Icaza2001-01-16