aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc
Commit message (Expand)AuthorAgeFilesLines
* Fixed some warnings.Christopher James Lahey2000-08-113-1/+10
* Fix the bug where it truncates the last itemChristopher James Lahey2000-08-091-1/+1
* Ooops.Christopher James Lahey2000-08-091-6/+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
* Fix silly error of not chaining destructor for canvas.Matthew Loper2000-07-281-0/+2
* A few fixes to the ECanvas selection item a miniature cleanup of the event ha...Matthew Loper2000-07-271-8/+22
* new widget and canvas item to replace GtkCalendar. Not quite finished yet.Damon Chaplin2000-07-268-1/+2429
* Fix the function to set the ETitleBar's text so that it correctly usesEttore Perazzoli2000-07-212-1/+6
* 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
* Warning cleanup: `#if 0' an unused function and add a missing publicEttore Perazzoli2000-07-111-2/+8
* Several contacts list bugfixes.Anders Carlsson2000-07-091-6/+17
* comment out true but confused warning about non-scrollable widgets untilDan Winship2000-07-092-2/+16
* Set G_LOG_DOMAIN=__FILE__ rather than "e-title-bar" in all three widgets.Dan Winship2000-07-062-1/+6
* 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
* Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-272-0/+409
* Added a variable to keep track of the cursor. Set the cursor whenChristopher James Lahey2000-06-212-10/+29
* Grab the focus when setting the cursor.Christopher James Lahey2000-06-211-0/+12
* Built a system for doing selections and/or a cursor in canvas.Christopher James Lahey2000-06-212-3/+159
* Changed the needed e_marshal functions.Christopher James Lahey2000-06-132-7/+56
* Control does horizontal scrolling...Anders Carlsson2000-06-132-2/+9
* Add support for mouse wheel scrolling in EScrollFrame.Anders Carlsson2000-06-122-2/+36
* Added e-printable.c and e-printable.h.Christopher James Lahey2000-06-112-0/+230
* Fix pixmap/bitmap leak in ETitleBar.Ettore Perazzoli2000-06-102-0/+8
* Free the finish data.Christopher James Lahey2000-06-021-0/+17
* Imported GtkScrollFrame from EOG and renamed it to EScrollFrame.Federico Mena Quintero2000-06-013-0/+1312
* Added e_canvas_item_show_area which makes sure that a particular area of aChristopher James Lahey2000-05-312-0/+32
* Made double clicking create a new card. Set the empty message.Christopher James Lahey2000-05-302-50/+128
* Added e_container_foreach_leaf.Christopher James Lahey2000-05-192-1/+30
* Add imagesdir support.Christopher James Lahey2000-05-192-0/+49
* New `ETitleBar' widget. Also, moved the `EClippedLabel' widget out ofEttore Perazzoli2000-05-167-0/+906
* Removed dist-hook section.Christopher James Lahey2000-05-101-1/+1
* Rearranged order of things getting destroyed.Christopher James Lahey2000-05-091-0/+4
* Remove reflow idle when being destroyed.Christopher James Lahey2000-05-091-0/+11
* set and reset the GTK_HAS_FOCUS flag. We now get focus_out eventsDamon Chaplin2000-05-031-0/+4
* add e-popup-menu.[ch]Miguel de Icaza2000-04-262-0/+115
* Use "e-minicard" as the log domain.Federico Mena Quintero2000-04-211-3/+5
* Add realize. (e_canvas_realize): Set the back pixmap to NULL to reduceAnders Carlsson2000-04-161-4/+14
* Changed some incorrect gtk_object_refs and gtk_object_unrefs intoChristopher James Lahey2000-04-111-0/+1
* Added proper keyboard focus handling.Christopher James Lahey2000-04-111-1/+13
* CVS move mistake. Fixed the correct changes in the correct places.Christopher James Lahey2000-04-092-15/+37
* minor style clean + kill duff file in POTFILES.Michael Meeks2000-03-281-5/+7
* ChangeLog shuffling.Miguel de Icaza2000-03-271-35/+35
* Rearranged SUBDIRS for dependencies.Christopher James Lahey2000-03-122-18/+27
* Designed a new system for doing hierarchical displays in the canvas. AddsChristopher James Lahey2000-03-113-71/+157
* This were moved to widgets/e-text/ a while ago but never removed. TheyChristopher James Lahey2000-02-242-4/+9
* 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
* Handle the grab and ungrab command instead of doing focus by hand. ThisChristopher James Lahey2000-01-281-193/+239
* Use e_canvas_item_grab_focus so that it will work with old versions ofChristopher James Lahey2000-01-272-0/+73
* Set the minimum_width.Christopher James Lahey2000-01-272-4/+30
* Added an arrow cursor for the draggable columns. Made the clickable columnChristopher James Lahey2000-01-262-36/+164
* Handle shift-tab properly now.Christopher James Lahey2000-01-263-1/+302
* Changed some line spacing.Chris Lahey2000-01-212-9/+172
* e_canvas_item_move_absolute is just a helper function not supplied by theChris Lahey2000-01-144-0/+586
* More missing filesArturo Espinosa2000-01-072-0/+70
* Ettore's drop shadow on cursor,Michael Meeks1999-12-181-1/+1
* Renamed the move modes to MODE_MOVE and MOVE_MODE_DRAGGING.Federico Mena Quintero1999-11-034-50/+120
* - Move some math functions from utils to mathfuncs.Jody Goldberg1999-10-081-1/+1
* Fiddled with object creation,Michael Meeks1999-09-222-0/+10
* Cosmetic widget update when loading lots of files,Michael Meeks1999-09-112-20/+22
* Commit missing filesArturo Espinosa1999-09-072-0/+74
* Add an event handler for the preview canvas. (zoom_state): new routine,Miguel de Icaza1999-09-062-0/+4
* Added margin display preview.Miguel de Icaza1999-09-032-0/+2
* - Disable insert/delete row/column that would split an array-formulaJody Goldberg1999-07-111-1/+1
* Reworked the insert/delete column/row code again. Beat on it, please!Morten Welinder1999-05-221-1/+4
* Wide use of const in gnumeric now, thanks to Morten WelinderArturo Espinosa1999-04-242-2/+2
* Use 0.0########## instead. Looks saner.Miguel de Icaza1999-01-112-4/+18
* Made all of the header inclussion conditionals consistentArturo Espinosa1998-10-013-9/+9
* New routine to paint a little red triangle if the cell hsa notes.Miguel de Icaza1998-09-302-1/+2
* New:Miguel de Icaza1998-09-241-0/+2
* When decoding a tree, include the argument separator. Also, loop properlyMiguel de Icaza1998-09-211-22/+22
* Autofill lists work:Arturo Espinosa1998-09-162-4/+18
* Got cursors working.Arturo Espinosa1998-09-153-2/+60
* Color attributes in formats work (ie, you can get colored cells now);Arturo Espinosa1998-09-142-0/+16
* Color implemtnationArturo Espinosa1998-09-122-0/+81