/x11/libXrender/

gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/linux-ac3d
pan title='2001-03-21 00:22:30 +0800'>2001-03-21
Commit message (Expand)AuthorAgeFilesLines
* SHA256ifyedwin2006-01-221-0/+1
* - unconditionally install the dynlinked version (the static versionjylefort2005-10-104-319/+283
* Use linux_dri instead of linux_mesa3. This allows hardware accelerationnetchild2005-07-171-2/+6
* Mega-patch to cleanup the ports infrastructure regarding our linux bits:netchild2005-06-181-9/+10
* [1]:jylefort2005-06-014-15/+14
* pointyhat fix - cannot fetchpat2005-05-282-4/+4
* - Upgrade to 5.0;thierry2005-03-164-34/+355
* Respect the user's USE_LINUX setting.trevor2005-03-021-1/+0
* - Use a binary RPM of Mesa v3 instead of building it from source:netchild2005-02-201-2/+2
* Say hello to the linux mega patch, it consolidates our linux bits anetchild2005-01-011-0/+2
* Change maintainer's email.krion2004-07-221-1/+1
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
* - Update to 4.0fpav2004-01-303-67/+76
* - Update to 4.0apav2003-12-185-76/+99
* Reset bouncing maintainer address.kris2003-08-161-1/+1
1-3/+6
* Deal with proxy_node_changed being called on a different root node thanChristopher James Lahey2001-03-201-120/+30
* New public API call, `e_table_get_cell_at()'. Also upped the GALEttore Perazzoli2001-03-081-43/+39
* Changed e_table_selection_model_clear to e_selection_model_clear.Christopher James Lahey2001-02-281-16/+16
* Prevent `gtk_signal_disconnect()' warnings when destroying aEttore Perazzoli2001-02-271-10/+18
* Added e-table/e-table-sorting-utils.lo.Christopher James Lahey2001-02-241-108/+122
* Removed setting of invalid "horizontal_scrolling" argument.Christopher James Lahey2001-02-171-5/+0
* This new function updates the minimum width of all of the columns based onChristopher James Lahey2001-02-141-0/+18
* Set the dnd_code on the header properly.Christopher James Lahey2001-02-091-1/+6
* Added a "changed" signal.Christopher James Lahey2001-02-061-8/+8
* Make home and end keys move to the beginning and end of the row if cursorChristopher James Lahey2001-01-281-0/+1
* Make ETable stop editing when it looses focus.Christopher James Lahey2001-01-271-5/+18
* Set the GTK_CAN_FOCUS flag on the widget, since an ETable ought to beFederico Mena Quintero2001-01-261-82/+126
* Documented. Added a "cursor_activated" signal. Removed some unusedChristopher James Lahey2001-01-251-0/+24
* Made this conform to the new prototype for e_popup_menu_run.Christopher James Lahey2001-01-211-16/+2
* Keep track of the valid column names (not used right now).Miguel de Icaza2001-01-191-72/+131
* This fixes translations of library messages compared to applicationMiguel de Icaza2001-01-171-3/+4
* Load frames.Miguel de Icaza2001-01-171-11/+20
* Step 2Miguel de Icaza2001-01-161-2/+2
* Rename from Helix Code -> XimianMiguel de Icaza2001-01-161-1/+1
* Document all entry points. (e_table_specification_save_to_file): ChangeMiguel de Icaza2001-01-161-1/+1
* Work on the ETableConfigurator. Pick up where Chris left.Miguel de Icaza2001-01-151-9/+11
* Added selection_mode argument.Christopher James Lahey2001-01-121-0/+4
* Added expansions field and loading and saving of that field.Christopher James Lahey2001-01-111-3/+13
* Destroy text and pixbuf if they exist whether or not is_pixbuf is set.Christopher James Lahey2000-12-231-1/+1
* Removed the set cursor and get cursor methods from ETableGroup.Christopher James Lahey2000-12-151-5/+6
* New function to calculate the extra pixels per column header.Christopher James Lahey2000-12-141-0/+5
* set "sort_info" on our sorter when we get a new sort_info to keep thingsChris Toshok2000-12-081-0/+4
* Add column and GdkEvent * parameters to the double click signal.Christopher James Lahey2000-12-081-4/+4
* Free the xmlDoc when we are done with it. (e_table_state_save_to_file):Federico Mena Quintero2000-12-081-4/+4
* disconnect the "group_info_changed" signal on the old sort_info andDan Winship2000-12-071-2/+12
* Updated these unused glade files to better match the versions in the code.Christopher James Lahey2000-11-031-16/+44
* Added e_table_set_state_object which loads the state from the givenChristopher James Lahey2000-10-221-4/+4
* Make text a different color if !(flags & E_CELL_FOCUSED).Christopher James Lahey2000-10-191-0/+6
* Fixed the color of the background rectangle. Made the rectangle start atChristopher James Lahey2000-10-191-0/+16
* Make background color of ETable match the background color of item rows.Christopher James Lahey2000-10-181-1/+1
* Removed an unnecessary glade include file.Christopher James Lahey2000-10-181-0/+25
* Made it so that ETable won't use a state with 0 columns.Christopher James Lahey2000-10-161-2/+14
* Added e-table-config-field.lo.Christopher James Lahey2000-10-141-14/+19
* Make saving state work properly.Christopher James Lahey2000-10-121-3/+41
* Changed these to use the default cells.Christopher James Lahey2000-10-111-44/+3
* Changed these to match the new ETable system.Christopher James Lahey2000-10-111-123/+194
* Removed the assertion that there must be at least 1 column. No way toNot Zed2000-10-091-1/+81
* Select all elements of the etable.Jeffrey Stedfast2000-10-051-0/+18
* drag/drop signals need to be added to the same object that is passed toChris Toshok2000-09-271-9/+9
* Moved files, fixed header files and paths - FedericoFederico Mena Quintero2000-09-201-4/+4
* Fixed e-table #includes so that it would compile.Chris Lahey2000-09-181-4/+4
* Fix some crashes Make double clicking on the header dividers automaticallyIain Holmes2000-09-151-2/+13
* Made page up and page down active in the ETable.Christopher James Lahey2000-09-111-3/+44
* Fixed a leak and a double unref.Christopher James Lahey2000-09-021-0/+1
* Remove a ton of (hopefully harmless) warnings from the ETable code.Ettore Perazzoli2000-08-281-3/+8
* Fix an off by one error that was causing crashes.Christopher James Lahey2000-08-251-1/+2
* Set default values for all of the signal emissions.Christopher James Lahey2000-08-251-3/+3
* Added a click signal which gets sent if the user hits the left or middleChristopher James Lahey2000-08-251-0/+24
* Added g_return_if_fails.Christopher James Lahey2000-08-251-3/+87
* pass table, not site as the closure for these drag signals, sinceChris Toshok2000-08-221-2/+2
* Made background colors alternate.Christopher James Lahey2000-08-201-0/+6
* Added functions to convert from view row to model row or from model row toChristopher James Lahey2000-08-06