aboutsummaryrefslogtreecommitdiffstats
path: root/print/py-preppy
ModeNameSize
-rw-r--r--Makefile382logstatsplainblame
-rw-r--r--distinfo131logstatsplainblame
-rw-r--r--pkg-descr1183logstatsplainblame
f1d666e1980a4f5db574'>Calc height here if we need it to check the y position of the cursor.Christopher James Lahey2001-10-301-0/+7 * Added. Makes our popup window a transient of the toplevel.Jon Trowbridge2001-10-301-0/+24 * destroy our completion_view_popup... we've been leaking them all of thisJon Trowbridge2001-10-301-1/+3 * Silently drop match strings that contain invalid utf-8... not a good thingJon Trowbridge2001-10-301-18/+17 * Set text->revert = NULL here. (e_text_cancel_editing): Only revert ifChristopher James Lahey2001-10-291-1/+4 * Bumped version number here to 0.15.99.7.Christopher James Lahey2001-10-292-4/+22 * Bumped the version number to 0.15.99.6 for emulate_label_resize.Christopher James Lahey2001-10-281-13/+88 * Changed the license announcement at the top of these files.Christopher James Lahey2001-10-271-6/+22 * Changed the license announcement at the top of these files.Christopher James Lahey2001-10-2721-264/+379 * Bumped version to 0.15.99.4 for e-iconv changes.52001-10-261-1/+3 * Use the widget's style's text_gc for drawing text if eitherChristopher James Lahey2001-10-231-13/+18 * Bumped version to 0.15.99.3 for EText's "draw_button" argument.Christopher James Lahey2001-10-233-0/+124 * 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 * Changed some of these gbooleans to be guint : 1s.Christopher James Lahey2001-10-211-4/+5 * Connect keys before we show the widget.Jon Trowbridge2001-10-192-5/+3 * Use e_strdup_append_strings here instead of g_strdup_printf becauseChristopher James Lahey2001-10-122-5/+30 * Based on patches from Dan Nguyen <dnn@austin.ibm.com>.Christopher James Lahey2001-10-101-1/+1 * add E_OBJECT_CLASS_ADD_SIGNALS and E_OBJECT_CLASS_TYPE to ease migrationMichael Meeks2001-10-055-31/+34 * Added a max length of 2047 to the standard ETextModel. Fixes Ximian bugChristopher James Lahey2001-10-021-7/+27 * Allow ctrl-p and ctrl-n to be used to move up and down in the completionJon Trowbridge2001-09-272-5/+30 * Made it so that if allow_newlines is FALSE, pasting into ETexts doesn'tChristopher James Lahey2001-09-262-62/+79 * 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-171-0/+5 * Unref the model after creating the ETable, since the table will hold a refDan Winship2001-09-132-1/+2 * If our text shrinks, make sure that the selection doesn't spill off overJon Trowbridge2001-09-101-0/+7 * Patch to fix few 64bit issuesGeorge Lebl2001-08-292-0/+2 * Added "hit_count" to ECompletionMatch. Used by searchJon Trowbridge2001-08-175-20/+232 * bumped up to 0.10.99.3jacob berkman2001-08-105-86/+199 * Bumped version up to 0.10.99.2.Jon Trowbridge2001-08-094-28/+89 * Quintuple sigh. See below.Federico Mena Quintero2001-08-091-0/+3 * avoid freed memory reading, when you call it likeRadek Doulik2001-08-021-2/+8 * Properly ref the font we pass in as an ARG_FONT_E. (_do_tooltip): RemovedJon Trowbridge2001-07-251-3/+2 * 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 * Start editing immediately on a button_press that grabs the focus.Christopher James Lahey2001-07-151-27/+44 * For E_TEP_END_OF_BUFFER, use the length in bytes, not the length inFederico Mena Quintero2001-07-101-1/+1 * Destroy the tooltip if we're the owner when we're destroyed. Also, keep aChristopher James Lahey2001-07-082-1/+22 * Don't scroll to the cursor on grab, ungrab, noop, and copy commands.Christopher James Lahey2001-07-051-1/+6 * If lines is NULL here split into lines and just return that the point isChristopher James Lahey2001-07-031-0/+7 * Do nothing if passed NULL. (e_completion_match_compare): Move theJon Trowbridge2001-06-301-16/+16 * 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 * set allow_newlines on the etext item to false, since we are like an entryjacob berkman2001-06-011-0/+1 * Validate utf8 to avoid lock-ups. (_get_position): Validate utf8 to avoidJon Trowbridge2001-05-151-6/+8 * Request an update if just our line widths needed recalculation. This fixesFederico Mena Quintero2001-05-082-1/+3 * Made fewer calls to functions like split_into_lines to save time whenChristopher James Lahey2001-04-301-86/+53 * add e-completion-testDan Winship2001-04-281-0/+1 * Remove UNICODE_CFLAGS (e_text_test_LDADD, e_entry_test_LDADD,Dan Winship2001-04-241-43/+42 * Limit total matches, for better performance on slow machines. It isJon Trowbridge2001-04-204-29/+98 * Propagate the event after sending it to the base EText.Christopher James Lahey2001-04-171-0/+3 * Made setting the rgba color work even if you're using the non-aa canvasChristopher James Lahey2001-04-161-8/+7 * Added strikeout argument.Christopher James Lahey2001-04-162-4/+34 * Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. Set bold on theChristopher James Lahey2001-04-151-20/+16 * Added "bold" argument.Christopher James Lahey2001-04-152-37/+58 * add a missing \Dan Winship2001-04-081-0/+1 * Some small header cleanups & fixes, and fix to translate all popup menusGediminas Paulauskas2001-04-051-2/+2 * Fixed headers. Moved the .h associated with each .c to the top of the listChristopher James Lahey2001-04-043-4/+10 * Fix headers. Ditto. Ditto. Ditto. Ditto. Ditto. Ditto. Same. Ditto. SameKjartan Maraas2001-04-049-8/+18 * Set the size of the thing to a decent value that lets us test stuff.Miguel de Icaza2001-03-192-58/+69 * Comment out text after #endif. Add #include <string.h> for strcmp().Kjartan Maraas2001-03-161-0/+1 * Make this take an extra argument saying whether or not to grab theDan Winship2001-03-161-2/+2 * Renamed "temp" as "new_text", to avoid confusion.Jon Trowbridge2001-03-131-5/+5 * Added. This is part of a change of sematics that makes things much nicerJon Trowbridge2001-03-064-28/+68 * Set version number to 0.5.99.5Jon Trowbridge2001-03-065-10/+66 * Upped the version number to 0.5.99.4.Christopher James Lahey2001-03-061-0/+1 * Boost version number to 0.5.99.3.Jon Trowbridge2001-03-025-99/+91 * Changed e_table_selection_model_clear to e_selection_model_clear.Christopher James Lahey2001-02-281-1/+1 * Fixed. (e_entry_select_region): Fixed. (e_entry_show_popup): Grab/ungrabJon Trowbridge2001-02-243-8/+49 * Changed the version number to 0.5.99.1.Christopher James Lahey2001-02-208-928/+10 * Forgot to add. Doh!Jon Trowbridge2001-02-202-0/+790