aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/wahcade
Commit message (Expand)AuthorAgeFilesLines
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-0/+1
* - Update to 0.28pgollucci2009-07-232-5/+4
* - Drop maintainership of the following ports:alepulver2009-02-281-1/+1
* - Bump PORTREVISION.alepulver2008-07-121-2/+2
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* - Update to version 0.27.alepulver2008-05-072-4/+4
* - Update distinfo (added md5sum file to bdist_debian.py).alepulver2008-04-141-3/+3
* - Update to version 0.26.alepulver2008-04-093-12/+36
* - Update to version 0.25.alepulver2008-02-192-4/+4
* - Really remove pkg-messagepav2008-01-311-2/+0
* - Update to version 0.26.alepulver2008-01-304-29/+11
* - Update to version 0.23.alepulver2007-12-123-14/+18
* - Update pkg-message.alepulver2007-09-093-35/+46
* - Update to version 0.22.alepulver2007-09-052-4/+4
* - Update to version 0.21.alepulver2007-07-243-4/+15
* - Add missing pkg-plist entries.alepulver2007-06-071-0/+8
* - Update to version 0.20.alepulver2007-06-053-7/+9
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Update to version 0.19.alepulver2007-04-093-8/+23
* - Take maintainership as suggested by the previous maintainer.alepulver2007-03-261-1/+1
* Reset robb_force@holybuffalo.net by request; he does not have access to alinimon2007-03-261-1/+1
* - Update to version 0.16.alepulver2007-03-054-114/+119
* Wah!Cade is a GNU/Linux friendly clone of Minwah's excellent MameWAH. It's apav2006-09-015-0/+187
an class='insertions'>+1 * Call our parent's destroy method.Miguel de Icaza2000-08-092-0/+10 * Tag some strings for translation.Miguel de Icaza2000-08-093-30/+39 * Ooops.Christopher James Lahey2000-08-091-6/+7 * Changed e_popup_menu_run call to match the new arguments.Christopher James Lahey2000-08-093-2/+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 * Added functions to convert from view row to model row or from model row toChristopher James Lahey2000-08-065-22/+89 * fixDan Winship2000-08-063-6/+10 * Added a function to get the next row with sorting taken into account.Christopher James Lahey2000-08-055-0/+85 * Made it so that selection ranges work even if the table is using grouping.Christopher James Lahey2000-08-053-8/+17 * Made selection ranges work even if the table is sorted.Christopher James Lahey2000-08-0514-50/+875 * Built code to have autodrags only work from within the table and to reportChristopher James Lahey2000-08-055-78/+478 * Made drag events calculate a row and column and signal that information.Christopher James Lahey2000-08-0417-64/+208 * Made clicking choose the right character even if show_borders is on.Christopher James Lahey2000-08-032-2/+14 * Add a handler for "model_pre_change" and properly stop editing.Christopher James Lahey2000-08-0317-20/+188 * Changed the API for the append_row function. Now accepts a model to copyChristopher James Lahey2000-08-0215-78/+46 * Added an argument to set a column so that you can't sort by that column.Christopher James Lahey2000-08-017-46/+151 * Made enter key destroy and recreate the ETableItem.Christopher James Lahey2000-07-305-2/+38 * Remove the idle handler before destroying the data it operates on.Dan Winship2000-07-293-0/+9 * Fixed up the table behavior so that it's not always in an edit mode.Christopher James Lahey2000-07-283-18/+91 * Fix silly error of not chaining destructor for canvas.Matthew Loper2000-07-281-0/+2 * Added a comment.Christopher James Lahey2000-07-273-0/+6 * Fixed shift click selections.Christopher James Lahey2000-07-273-75/+86 * Allocate correctly in the insert method.Christopher James Lahey2000-07-275-14/+13 * Grab focus properly.Christopher James Lahey2000-07-275-56/+145 * Clear the selection model when activating.Christopher James Lahey2000-07-277-136/+169 * Fixed a reference.Christopher James Lahey2000-07-2711-12/+82 * Added an ETableSelectionModel so this won't crash.Christopher James Lahey2000-07-275-22/+53 * Fixed the model/view row confusion.Christopher James Lahey2000-07-275-22/+37 * Uninitialized variable fix for e-tableMatthew Loper2000-07-272-2/+2 * A few fixes to the ECanvas selection item a miniature cleanup of the event ha...Matthew Loper2000-07-271-8/+22 * Added "table_selection_model" argument. Removed foreach function andChristopher James Lahey2000-07-2731-868/+1041 * Made foreach call the callback in top to bottom order.Christopher James Lahey2000-07-263-8/+15 * Replaced get_selection_list with foreach.Christopher James Lahey2000-07-267-22/+35 * Added e-table-selection-model.c and e-table-selection-model.h.Christopher James Lahey2000-07-266-305/+105 * Added comments to the bit field code.Christopher James Lahey2000-07-265-6/+38 * More fixes.Christopher James Lahey2000-07-262-16/+44 * Fixed up the bit manipulation a bit here.Christopher James Lahey2000-07-263-6/+73 * New files for doing a selection model. Not finished yet and thus not inChristopher James Lahey2000-07-269-192/+863 * new widget and canvas item to replace GtkCalendar. Not quite finished yet.Damon Chaplin2000-07-268-1/+2429 * Implemented some of the drag & drop code. Drops all report as being on rowChristopher James Lahey2000-07-255-18/+1040 * added a color_column where the color can be specified as a string, e.g.Damon Chaplin2000-07-235-4/+228 * Made focus in not change your selection position.Christopher James Lahey2000-07-222-4/+0 * Added some unused declarations for drag and drop work.Christopher James Lahey2000-07-223-0/+215 * Fix the function to set the ETitleBar's text so that it correctly usesEttore Perazzoli2000-07-212-1/+6 * *** empty log message ***Damon Chaplin2000-07-172-0/+695 * new files implementing a simple model for the shortcuts, so we can haveDamon Chaplin2000-07-179-229/+298 * g_free things we g_malloc.Michael Meeks2000-07-153-4/+6 * Changed the background color of the header.Christopher James Lahey2000-07-143-2/+7 * Made scroll wheel work properly in header.Christopher James Lahey2000-07-133-2/+13 * 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 * Added a missing variable initialization. (That code would haveEttore Perazzoli2000-07-112-0/+6 * Make sure the ETable is constructed properly, by setting theEttore Perazzoli2000-07-115-12/+46 * Warning cleanup: `#if 0' an unused function and add a missing publicEttore Perazzoli2000-07-111-2/+8 * Fix a typbraino in the ETableScrolled header file.Ettore Perazzoli2000-07-113-2/+6 * Add e-table-scrolled.c and e-table-scrolled.h.Christopher James Lahey2000-07-1014-82/+937 * Put back e_cell_event sometimes when we're not editing.Christopher James Lahey2000-07-103-6/+11 * Don't draw quite as large a "flat_box". If draw_borders is TRUE, cause theChristopher James Lahey2000-07-092-16/+16 * Set the dnd_code to something non-null for the ETableHeaderItem.Christopher James Lahey2000-07-093-0/+7 * Removed some border padding and set the "draw_borders" argument of theChristopher James Lahey2000-07-096-54/+242 * Set header canvas scroll region correctly.Christopher James Lahey2000-07-093-2/+6 * Several contacts list bugfixes.Anders Carlsson2000-07-092-12/+34 * Don't draw drop markers when the layout won't be changed by the drop.Anders Carlsson2000-07-093-4/+23 * Return "" instead of NULL.Christopher James Lahey2000-07-092-2/+8 * Get rid of an unused variable.Ettore Perazzoli2000-07-093-0/+13 * When inserting a root node, only call e_table_model_row_inserted ifDan Winship2000-07-093-8/+16 * Don't call e_cell_event if we're not editing.Christopher James Lahey2000-07-093-6/+11 * Commented out some unnecessary and buggy code.Christopher James Lahey2000-07-093-0/+9 * comment out true but confused warning about non-scrollable widgets untilDan Winship2000-07-092-2/+16 * Set "anchor" and "fill_clip_rectangle" arguments.Christopher James Lahey2000-07-086-0/+90 * Fixed some typos.Christopher James Lahey2000-07-082-18/+10 * add a g_return_val_if_fail to etree_node_at_rowDan Winship2000-07-072-4/+4 * Make this work recursively.Dan Winship2000-07-073-2/+21 * fix the conditions under which we draw a horizontal line.Chris Toshok2000-07-073-2/+7 * Send GDK_BUTTON_RELEASE events to the ecell associated with the cell (ifChristopher James Lahey2000-07-063-0/+79 * Set G_LOG_DOMAIN=__FILE__ rather than "e-title-bar" in all three widgets.Dan Winship2000-07-062-1/+6 * Added e-entry.c and e-entry.h.Christopher James Lahey2000-07-047-2/+908 * Added a reflow_compare callback and did removal if you do shift-click on aChristopher James Lahey2000-07-043-10/+65 * 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 * From mail:Christopher James Lahey2000-06-3027-142/+397 * Added an unsort command.Christopher James Lahey2000-06-285-0/+34 * Calculate height including if clip_height is set to -1.Christopher James Lahey2000-06-2750-60/+2506 * Fix compilation with builddir != srcdir.Ettore Perazzoli2000-06-262-1/+6 * draw pixmaps with he right background and selection colors.Larry Ewing2000-06-243-2/+23 * add icon_at virtual function - it was stupid to make the insert call takeChris Toshok2000-06-2313-104/+120 * use the expanded/unexpanded pixbufs as node pixbufs for the first level ofChris Toshok2000-06-239-62/+232 * Make the table not move around as you resize.Christopher James Lahey2000-06-233-32/+40 * Killed a warning.Christopher James Lahey2000-06-233-2/+6 * Remove use of the "x" and "y" arguments to EText.Christopher James Lahey2000-06-2311-20/+14 * Made the Close button work.Christopher James Lahey2000-06-227-2/+73 * Changed this to move the cell to the nearest edge instead of to the leftChristopher James Lahey2000-06-225-6/+102 * Made moving columns to the right work properly.Christopher James Lahey2000-06-223-0/+11 * Fixed some vertical scroll bugs.Christopher James Lahey2000-06-212-16/+16