aboutsummaryrefslogtreecommitdiffstats
path: root/www/twiki
diff options
context:
space:
mode:
Diffstat (limited to 'www/twiki')
0 files changed, 0 insertions, 0 deletions
pan>2-0/+18 * Don't add the menu item here, do this in the context_changed signalJeffrey Stedfast2001-10-243-28/+115 * copy the translate field over as well. Should fix an uninitialized memoryDamon Chaplin2001-10-242-0/+6 * clear the struct tm fields to keep purify happy.Damon Chaplin2001-10-242-2/+15 * save the UTF-8 strings inside the listitem widgets, but convert to theDamon Chaplin2001-10-241-6/+27 * Got rid of the gc argument to e_table_header_draw_button.Christopher James Lahey2001-10-245-27/+40 * Use the widget's style's text_gc for drawing text if eitherChristopher James Lahey2001-10-231-13/+18 * Got rid of the gc field here and just use the fg_gc from the style forChristopher James Lahey2001-10-232-11/+2 * Bumped version to 0.15.99.3 for EText's "draw_button" argument.Christopher James Lahey2001-10-233-0/+124 * Make this check immediately for whether to show the cursor, instead of inChristopher James Lahey2001-10-232-5/+13 * Call e_tree_model_pre_change here where appropriate.Christopher James Lahey2001-10-231-0/+2 * Cancel the drag or maybe drag if you have the mouse button down when theChristopher James Lahey2001-10-232-6/+27 * use the new ECellText methods to get the text and set the value.Damon Chaplin2001-10-235-7/+240 * removed duplicated declarationDamon Chaplin2001-10-231-2/+0 * added set_value() class method, which sets the model value based on theDamon Chaplin2001-10-234-37/+65 * Added a disabled field here.Christopher James Lahey2001-10-237-25/+66 * Accept UTF8_STRING, UTF-8, and STRING targets when getting the selection.Christopher James Lahey2001-10-222-12/+118 * Offer UTF8_STRING, UTF-8, COMPOUND_TEXT, STRING, and TEXT targets when weChristopher James Lahey2001-10-211-21/+70 * Make this not be a radio button, but instead just a normal menu.Christopher James Lahey2001-10-212-70/+58 * Use right_click_down here instead of maybe_do_something.Christopher James Lahey2001-10-211-1/+1 * Don't convert to locale here since EText takes UTF8 strings. Fixes XimianChristopher James Lahey2001-10-211-9/+3 * Keep us from reading tmp_tm uninitialized, so purify won't complain.Jon Trowbridge2001-10-212-2/+12 * Changed some of these gbooleans to be guint : 1s.Christopher James Lahey2001-10-212-5/+6 * Check for num_children == -1 here and generate the children if theyChristopher James Lahey2001-10-201-0/+5 * Connect keys before we show the widget.Jon Trowbridge2001-10-192-5/+3 * #include bonobo-ui-util.hJeffrey Stedfast2001-10-192-0/+5 * Added bounds checking in a number of places. (etta_init): Initialize allChristopher James Lahey2001-10-171-17/+41 * Use new e_table_header_prioritized_column field.Christopher James Lahey2001-10-138-27/+54 * Copy the can group state on the sort info here.Christopher James Lahey2001-10-131-0/+4 * bumped revision to .112001-10-121-8/+25 * Use e_strdup_append_strings here instead of g_strdup_printf becauseChristopher James Lahey2001-10-122-5/+30 * Implement these functions as pass through to the child cell.Christopher James Lahey2001-10-117-47/+178 * Based on patches from Dan Nguyen <dnn@austin.ibm.com>.Christopher James Lahey2001-10-101-1/+1 * Added this function.Christopher James Lahey2001-10-102-94/+105 * Now takes a menu path argument.Jeffrey Stedfast2001-10-103-3/+11 * Final un-bit rotting. Now actually works.Morten Welinder2001-10-093-37/+100 * More bit-rot fighting in example.Morten Welinder2001-10-091-24/+19 * Partial bit-rot fight. Sample still does not work.Morten Welinder2001-10-083-11/+56 * Check that cell views are realized before doing anything here. FixesChristopher James Lahey2001-10-071-0/+12 * remove the test condition and always work form the locale not he the font.Larry Ewing2001-10-071-11/+1 * Handle row and cell changes properly in the uniform_row_height case.Christopher James Lahey2001-10-071-6/+3 * Use g_dataset_set_data_full to find out when the context is destroyed.Christopher James Lahey2001-10-062-0/+45 * Got rid of the misused button variable here.Christopher James Lahey2001-10-061-6/+3 * Sort the list of categories. (Bug 8088)Jon Trowbridge2001-10-061-1/+1 * Fixed the uniform_row_height + confirm_row_hieght_cache crash.Christopher James Lahey2001-10-061-6/+10 * Adapted height method to deal with a row of -1.Christopher James Lahey2001-10-0511-96/+234 * *.c s/->childs/->xmlChildrenNode/g;Michael Meeks2001-10-052-4/+4 * add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-0529-140/+153 * added BONOBO_GNOME_CFLAGS to make it compile with latest BonoboRodrigo Moya2001-10-044-0/+13 * Sometimes put off maybe showing the cursor until an idle callback.Christopher James Lahey2001-10-042-13/+35 * Call gnome_canvas_world_to_window here. Finishes fixing Ximian bug #2613.Christopher James Lahey2001-10-042-3/+15 * Initialize the hash field. (model_changed_idle): Send cursor changed andChristopher James Lahey2001-10-031-6/+12 * Pick which field of the row to select based on priority.Christopher James Lahey2001-10-036-13/+43 * Transcode empty message from utf8 to gtk charset. Fixes Ximian bug #2468.Christopher James Lahey2001-10-031-6/+12 * Added a max length of 2047 to the standard ETextModel. Fixes Ximian bugChristopher James Lahey2001-10-021-7/+27 * Only show the cursor during changes if it was already shown. Fixes XimianChristopher James Lahey2001-10-022-68/+208 * Bumped the sonumber to 14.Christopher James Lahey2001-10-022-3/+56 * Stop the sort idle if the root node gets changed.Christopher James Lahey2001-09-291-5/+15 * grab focus to the date entry or the time entry, depending on which isDamon Chaplin2001-09-272-0/+30 * Allow ctrl-p and ctrl-n to be used to move up and down in the completionJon Trowbridge2001-09-272-5/+30 * Set the step_increment on the horizontal scrollbars here to 20.Christopher James Lahey2001-09-262-0/+12 * Set cursor_path = NULL here.Christopher James Lahey2001-09-261-0/+2 * Made it so that if allow_newlines is FALSE, pasting into ETexts doesn'tChristopher James Lahey2001-09-262-62/+79 * Commit patch from Chris to implement e_tree_right_click_up() forEttore Perazzoli2001-09-267-2/+62 * Attach to the resorted signal instead of the changed signal on the sortedChristopher James Lahey2001-09-253-77/+54 * Use the correct prototype for the signal handler.Federico Mena Quintero2001-09-252-6/+8 * Assert that the virtual method is implemented instead of being forgiving.Federico Mena Quintero2001-09-254-111/+179 * Bumped the version number to 0.12.99.0.Christopher James Lahey2001-09-231-7/+7 * Fixed a typo here where we were setting the running height based on theChristopher James Lahey2001-09-211-1/+1 * Remove the grab if ->grabbed.Ettore Perazzoli2001-09-211-0/+5 * Confirm row count here. (etsm_get_row_count): Make sure etsm->model isn'tChristopher James Lahey2001-09-201-1/+5 * the meeting-time-sel dir is dead, relevant pieces moved to calendar/guiJP Rosevear2001-09-1914-6000/+5 * remove redundant NULL checks since g_free handles NULLs. (e_text_destroy):Larry Ewing2001-09-181-8/+5 * Bumped version number to 0.11.99.4.Christopher James Lahey2001-09-1714-208/+220 * add prototype for e_date_edit_set_editable.Chris Toshok2001-09-173-0/+33 * Check that unsorted >= 0 before using it as an array index. (Bug #9115)Jon Trowbridge2001-09-151-2/+3 * Don't unref the old dropdown, we don't "own" it.Jeffrey Stedfast2001-09-142-3/+5 * Changed this to change state on button down, even if we aren't editing.Christopher James Lahey2001-09-141-14/+11 * Unref the model after creating the ETable, since the table will hold a refDan Winship2001-09-132-1/+2 * unref the old dropdown_menu if there is one.Larry Ewing2001-09-132-0/+8 * No longer need the context in order to clone a FilterRule.Jeffrey Stedfast2001-09-132-2/+8 * Changed which widget to connect signals to to watch for drag & drop. FixesChristopher James Lahey2001-09-111-4/+4 * If our text shrinks, make sure that the selection doesn't spill off overJon Trowbridge2001-09-101-0/+7 * Re-remove evil utf8_to_gtk debug printf that Chris seems to haveDan Winship2001-09-091-1/+0 * Fixed a silly little obvious bug.Jon Trowbridge2001-09-081-3/+3 * Added GDK_BUTTON_PRESS_MASK to our button mask. Fixes Ximian bug #8241.Christopher James Lahey2001-09-081-1/+1 * Don't do_something on button_release if we did something on button_press.Christopher James Lahey2001-09-082-2/+8 * Bumped version number to 0.11.99.3 for ETableWithout.Christopher James Lahey2001-09-082-2/+4 * Added e-table-config-no-group.glade.Christopher James Lahey2001-09-083-102/+1734 * Added this function.Christopher James Lahey2001-09-082-2/+30 * added a default size for the saved search dialog of 600 x 300 such that itAnna Marie Dirks2001-09-072-1/+7 * added a wee bit of padding around the find now label in response to bugAnna Marie Dirks2001-09-062-0/+6 * Fixes #2465Chyla Zbigniew2001-09-052-4/+14 * Remove debugging message.Ettore Perazzoli2001-09-051-2/+0 * Use e_iconv_from_locale, not e_iconv_to_locale.Chyla Zbigniew2001-09-031-1/+1 * Strip spaces at the beginning or end as well as changing " " to " ". FixesChristopher James Lahey2001-09-021-3/+13 * Bumped the version number to 0.11.99.2 for new e_utf8 functions.Christopher James Lahey2001-09-022-54/+89 * Bumped the version number to 0.111.99.1 for new e_utf8 functions.Christopher James Lahey2001-09-012-66/+154 * Rename these functions from ecn_get_text and ecn_free_text.Christopher James Lahey2001-09-019-24/+59 * Fix this memmove. We've already subtracted the count from eti->rows.Christopher James Lahey2001-09-011-1/+2 * New prototype here.Ettore Perazzoli2001-08-293-0/+40 * Patch to fix few 64bit issuesGeorge Lebl2001-08-294-20/+22 * New prototype here.Ettore Perazzoli2001-08-282-0/+8 * Add prototypeIain Holmes2001-08-282-0/+7 * Fixed this memmove to subtract the count as well as the row for the numberChristopher James Lahey2001-08-271-1/+1 * Convert UTF-8 strings to locale's encoding before putting them in canvasChyla Zbigniew2001-08-251-6/+14 * Fixed typo.Chyla Zbigniew2001-08-251-1/+1 * Added start_drag signals.Christopher James Lahey2001-08-2511-255/+329 * This patch fixes a lot of i18n problems in Evolution.Chyla Zbigniew2001-08-221-0/+1 * cut and paste fixed version of gnome_canvas_button here.Chris Toshok2001-08-22