/devel/p5-Gnome2-GConf/

62/git/gsoc2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* Oops, we didn't need to unref all of the widgets, just a few.Jeffrey Stedfast2001-08-112-14/+8
* Removed comment about the need to resolve nicknames properly, because weJon Trowbridge2001-08-115-32/+279
* Don't display the Define Views dialog.Christopher James Lahey2001-08-112-4/+11
* last_item_separator shouldn't get reset if the item is hidden.Christopher James Lahey2001-08-111-8/+8
* If the sort_info can't group, hide the grouping button and label.Christopher James Lahey2001-08-115-10/+47
* new proto and virtual methodJP Rosevear2001-08-106-6/+50
* Don't forget to unref stuff here too.Jeffrey Stedfast2001-08-103-94/+132
* Initialize ret_val. (do_drag_motion): Same.Jeffrey Stedfast2001-08-101-2/+2
* Fixes bug #6918Anna Marie Dirks2001-08-102-1/+9
* bumped up to 0.10.99.3jacob berkman2001-08-105-86/+199
* changed the E_FILTERBAR_RESET label from "Show All" to "Clear" toAnna Marie Dirks2001-08-102-1/+7
* Added a "header" argument to these structures which just gets passedChristopher James Lahey2001-08-097-26/+186
* Bumped version up to 0.10.99.2.Jon Trowbridge2001-08-094-28/+89
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-094-1/+19
* Quintuple sigh. See below.Federico Mena Quintero2001-08-091-0/+3
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-095-2/+19
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-094-1/+15
* Chain to the destroy handler in the parent class!Federico Mena Quintero2001-08-092-0/+6
* Re-labeled the "Activate" button "Find Now".Anna Marie Dirks2001-08-092-1/+5
* Call the super-class destroy function when done.Not Zed2001-08-081-0/+2
* New. New.Ettore Perazzoli2001-08-084-0/+277
* Check for row >= 0 here. (etgl_destroy): Disconnect from all the signalsChristopher James Lahey2001-08-082-15/+50
* Implemented this function. Fixes Ximian bug #5353.Christopher James Lahey2001-08-081-6/+50
* Make tree nodes open if you hover over them while drag & dropping.Christopher James Lahey2001-08-081-0/+71
* Added scrolling to access nodes that are scrolled off screen for drops.Christopher James Lahey2001-08-073-64/+290
* allow toggling between converting from the gdkfont's charset or from theLarry Ewing2001-08-071-1/+11
* Implemented these functions.Christopher James Lahey2001-08-073-6/+110
* [Added an "Activate" button to the search bar.]Ettore Perazzoli2001-08-053-17/+66
* Make the close icon as large as the pin icon so the bar doesn't changeEttore Perazzoli2001-08-052-13/+25
* Set the hadjustment and vadjustment here. From a patch by KevinChristopher James Lahey2001-08-051-2/+4
* Change these to actually subtract the allocation as they should.Christopher James Lahey2001-08-041-3/+6
* e_tree_table_adapter_node_at_row would have pulled data from one past theChristopher James Lahey2001-08-041-6/+8
* Request an update. (e_calendar_item_mark_days): Likewise.Federico Mena Quintero2001-08-042-0/+9
* Subtracted 27.Christopher James Lahey2001-08-041-0/+3
* Make the right and left key presses be marked as handled here (i.e.,Christopher James Lahey2001-08-031-0/+2
* Changed all e_table_model_is_cell_editable calls in this file to be on theChristopher James Lahey2001-08-031-3/+3
* Set et->priv to NULL here just to be sure.Christopher James Lahey2001-08-031-0/+1
* Don't do most of the work in this function if data->data is NULL. FixesChristopher James Lahey2001-08-031-21/+27
* avoid freed memory reading, when you call it likeRadek Doulik2001-08-021-2/+8
* Set the et->cursor_loc *before* committing the click-to-add to avoidFederico Mena Quintero2001-08-021-3/+7
* Make this function not crash if x somehow doesn't land on some column.Christopher James Lahey2001-08-021-4/+8
* Made this not query the 0th row if there are 0 rows in the table. FixesChristopher James Lahey2001-08-011-6/+5
* If the CLICK signal gets a return value, so we're going to be return fromJason Leach2001-07-261-1/+4
* Properly ref the font we pass in as an ARG_FONT_E. (_do_tooltip): RemovedJon Trowbridge2001-07-252-3/+3
* don't show the year in the popup submenu for the months, and center theDamon Chaplin2001-07-252-4/+15
* Handle GDK_KP_* cursor keys as well.Ettore Perazzoli2001-07-231-1/+5
* Removed some debugging spew I committed by mistake.Jon Trowbridge2001-07-211-4/+1
* Change window policy to allow the completion window to shrink when theJon Trowbridge2001-07-212-11/+9
* When the dialog gets closed, always make sure the entry widget becomesJeffrey Stedfast2001-07-192-1/+5
* When the dialog gets closed, always make sure the entry widget becomesJeffrey Stedfast2001-07-192-188/+179
* Remove the debugging message here.Dan Winship2001-07-181-1/+0
* Fixes bug #2901.Federico Mena Quintero2001-07-172-16/+10
* *** empty log message ***Jacob Berkman2001-07-163-21/+27
* Reset the view when we set the model here. Fixes Ximian #4105.Christopher James Lahey2001-07-161-0/+1
* Start editing immediately on a button_press that grabs the focus.Christopher James Lahey2001-07-151-27/+44
* Made these functions return -1 if the x and y aren't over any cell at all.Christopher James Lahey2001-07-131-0/+5
* Ignore set_expanded if the node is the root and root_visible is FALSE.Christopher James Lahey2001-07-132-4/+13
* Created this function for key presses that move in some way other thanChristopher James Lahey2001-07-114-86/+88
* Made the amount to scroll by smaller here.Christopher James Lahey2001-07-112-4/+4
* Use e_selection_model_do_something directly for page up and page downChristopher James Lahey2001-07-112-64/+33
* For E_TEP_END_OF_BUFFER, use the length in bytes, not the length inFederico Mena Quintero2001-07-101-1/+1
* Changed the title of this dialog. Fixes bug #2656.Christopher James Lahey2001-07-091-1/+5
* Destroy the tooltip if we're the owner when we're destroyed. Also, keep aChristopher James Lahey2001-07-083-1/+24
* Added checks for if row is outside of the appropriate range.Christopher James Lahey2001-07-071-0/+4
* Set new_value = value here to fix a warning.Christopher James Lahey2001-07-071-0/+1
* Changed this to match the changed signal on the ETableConfig object. FixesChristopher James Lahey2001-07-071-1/+5
* Added a "state" argument to allow you to get the state out of the configChristopher James Lahey2001-07-071-1/+25
* Added checks that row and col are >= 0.Christopher James Lahey2001-07-061-0/+2
* Don't scroll to the cursor on grab, ungrab, noop, and copy commands.Christopher James Lahey2001-07-051-1/+6
* Call e_table_item_leave_edit here.Christopher James Lahey2001-07-051-0/+4
* Made it so that the drop marker can show up when dragging a new column toChristopher James Lahey2001-07-051-1/+1
* Bumped the version number of gal to 0.8.99.8.Christopher James Lahey2001-07-051-1/+1
* Changed the variable names here to make it clear that these are view modelChristopher James Lahey2001-07-052-21/+52
* Make a whole bunch of control keys not start the ETableItem editing.Christopher James Lahey2001-07-051-19/+43
* Make sure start_row and end_row are within the number of rows in theChristopher James Lahey2001-07-051-0/+8
* Handle an error in construction a little bit better here.Christopher James Lahey2001-07-051-6/+16
* If lines is NULL here split into lines and just return that the point isChristopher James Lahey2001-07-031-0/+7
* added functions to set a callback to get the current time, which is usedDamon Chaplin2001-07-037-50/+230
* Only free the root here if it's non-NULL.Christopher James Lahey2001-07-031-1/+2
* Made the remove this column menu item greyed out if it's the last column.Christopher James Lahey2001-07-031-2/+4
* Don't send the double click signal if there's no row selected.Christopher James Lahey2001-07-031-3/+6
* *misc/e-filter-bar.c (option_changed): Specified a default size for theAnna Marie Dirks2001-07-032-3/+27
* Take a callback function and user_data so that we can add listeners toJeffrey Stedfast2001-07-033-3/+34
* Updated to build e-charset-picker.cJeffrey Stedfast2001-07-035-0/+515
* Calculate the popup position using window coordinates instead of worldRichard Hult2001-07-021-0/+9
* Do nothing if passed NULL. (e_completion_match_compare): Move theJon Trowbridge2001-06-301-16/+16
* send signals even if the row/col is -1. (et_drag_drop): same.Chris Toshok2001-06-292-66/+56
* Bump version number due to incompatible changes in ETree.Peter Williams2001-06-284-34/+50
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2322-33/+33
* send the value to e_table_model_set_value_at as a string as inMikael Hallendal2001-06-201-2/+12
* copied the EMap widget verbatim from Ximian Setup Tools. Hmm. Maybe itDamon Chaplin2001-06-144-0/+1933
* Removed unused frame variable.Christopher James Lahey2001-06-091-2/+0
* Turned off alternating row colors in our ETable specification.Jon Trowbridge2001-06-093-13/+11
* we can ignore the border, as e-text takes care of that for usjacob berkman2001-06-072-24/+15
* Applied patch from Jacob Berkman to un-offset the completion popup and addJon Trowbridge2001-06-073-4/+148
* Oops. Forgot to remove some debugging code before committing.Jon Trowbridge2001-06-061-16/+0
* Small changes throughout to use ECompletionMatch.Jon Trowbridge2001-06-0610-143/+342
* Store the connection ID of the "changed" signal in the collection.Federico Mena Quintero2001-06-01