gimp/app/display
Mukund Sivaraman 14f9074675 Remove unused code 2010-09-30 23:01:33 +05:30
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00:00
Makefile.am app: add a canvas sample point item class 2010-09-30 01:14:23 +02:00
display-enums.c app: move enum GimpHandleType to display-enums.h 2010-09-20 19:26:34 +02:00
display-enums.h app: move enum GimpHandleType to display-enums.h 2010-09-20 19:26:34 +02:00
display-types.h app: move the GimpCanvasGroup typedef to display-types.h 2010-09-26 19:20:14 +02:00
gimpcanvas.c app: bye bye XOR :D 2010-09-24 21:03:51 +02:00
gimpcanvas.h app: bye bye XOR :D 2010-09-24 21:03:51 +02:00
gimpcanvasarc.c app: fix GimpCanvasArc's extents so it doesn't leave artifacts 2010-09-24 22:55:54 +02:00
gimpcanvasarc.h app: add an arc canvas item class 2010-09-24 18:41:57 +02:00
gimpcanvasboundary.c app: fix GimpCanvasBoundary's extents 2010-09-29 23:24:01 +02:00
gimpcanvasboundary.h app: add a boundary canvas item class 2010-09-23 23:38:27 +02:00
gimpcanvascorner.c app: fix size of outside corner handles 2010-09-25 00:02:26 +02:00
gimpcanvascorner.h app: add a corner canvas item class 2010-09-24 10:50:05 +02:00
gimpcanvasgroup.c app: add group filling support to GimpCanvasItem and GimpCanvasGroup 2010-09-27 22:59:36 +02:00
gimpcanvasgroup.h app: add group filling support to GimpCanvasItem and GimpCanvasGroup 2010-09-27 22:59:36 +02:00
gimpcanvasguide.c app: override GimpCanvasItem::stroke() and optionally stroke in guide style 2010-09-30 00:01:31 +02:00
gimpcanvasguide.h app: add a guide line canvas item class 2010-09-23 19:24:16 +02:00
gimpcanvashandle.c app: change the default item line cap to round 2010-09-26 17:40:10 +02:00
gimpcanvashandle.h app: add arc slices to GimpCanvasHandle 2010-09-24 01:32:09 +02:00
gimpcanvasitem.c app: add gimp_canvas_item_get_highlight() 2010-09-29 23:46:36 +02:00
gimpcanvasitem.h app: add gimp_canvas_item_get_highlight() 2010-09-29 23:46:36 +02:00
gimpcanvasline.c app: fix bounding box calculation for lines that are not axis-aligned 2010-09-24 11:21:44 +02:00
gimpcanvasline.h app: add a canvas line class 2010-09-19 23:46:52 +02:00
gimpcanvaspolygon.c app: remove "gboolean use_offsets" from gimpdisplayshell-transform.[ch] 2010-09-23 19:24:04 +02:00
gimpcanvaspolygon.h app: add gimp_canvas_polygon_new_from_coords() 2010-09-23 00:40:32 +02:00
gimpcanvasrectangle.c app: fix the extents of filled rectangles and invalidate less pixels 2010-09-29 19:58:59 +02:00
gimpcanvasrectangle.h app: some cairo tool drawing infrastructure for review, please have a look 2010-09-19 19:45:51 +02:00
gimpcanvassamplepoint.c app: don't include "core/gimpsamplepoint.h" 2010-09-30 13:28:04 +02:00
gimpcanvassamplepoint.h app: add a canvas sample point item class 2010-09-30 01:14:23 +02:00
gimpcanvastextcursor.c app: add a text cursor canvas item class 2010-09-24 20:34:21 +02:00
gimpcanvastextcursor.h app: add a text cursor canvas item class 2010-09-24 20:34:21 +02:00
gimpcursorview.c app: use the new unit conversion functions 2010-02-21 16:46:39 +01:00
gimpcursorview.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplay-foreach.c Move "disp_count" and "instance_count" to GimpImagePrivate 2010-02-03 21:22:00 +01:00
gimpdisplay-foreach.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplay-handlers.c Move refing/unrefing the image to gimp_display_set_image() 2009-10-07 21:13:39 +02:00
gimpdisplay-handlers.h Move refing/unrefing the image to gimp_display_set_image() 2009-10-07 21:13:39 +02:00
gimpdisplay.c app: remove "gboolean use_offsets" from gimpdisplayshell-transform.[ch] 2010-09-23 19:24:04 +02:00
gimpdisplay.h app: move "image" member of GimpDisplay to the private struct 2010-02-28 16:15:59 +01:00
gimpdisplayshell-appearance.c app: Keep canvas position on all display shell widgets 2010-02-28 15:22:56 +01:00
gimpdisplayshell-appearance.h app: Get rid of const disqualifier warning 2009-10-24 21:02:19 +02:00
gimpdisplayshell-autoscroll.c app: move the entire get-coords API from GimpDisplayShell to GimpDeviceInfo 2010-02-16 13:00:46 +01:00
gimpdisplayshell-autoscroll.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-callbacks.c app: start an infrastructure where the shell keeps around its canvas items 2010-09-29 22:12:01 +02:00
gimpdisplayshell-callbacks.h app: fix artifacts caused by delayed tool drawing 2010-05-02 12:12:48 +02:00
gimpdisplayshell-close.c Move "disp_count" and "instance_count" to GimpImagePrivate 2010-02-03 21:22:00 +01:00
gimpdisplayshell-close.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-coords.c app: Fix potential segfault caused by accessing empty history buffer 2010-09-09 21:56:56 +03:00
gimpdisplayshell-coords.h app: move the entire get-coords API from GimpDisplayShell to GimpDeviceInfo 2010-02-16 13:00:46 +01:00
gimpdisplayshell-cursor.c app: remove "gboolean use_offsets" from gimpdisplayshell-transform.[ch] 2010-09-23 19:24:04 +02:00
gimpdisplayshell-cursor.h app: move the GIMP_CURSOR_SIZE define to a single place in the right header 2010-08-26 19:13:49 +02:00
gimpdisplayshell-dnd.c Add utility function to create images to gimpimage-new.[ch] 2010-02-09 22:32:48 +01:00
gimpdisplayshell-dnd.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-draw.c app: remove gimp_display_shell_draw_sample_point() 2010-09-30 01:37:28 +02:00
gimpdisplayshell-draw.h app: remove gimp_display_shell_draw_sample_point() 2010-09-30 01:37:28 +02:00
gimpdisplayshell-expose.c app: minor cleanup in gimp_display_shell_expose_item() 2010-09-30 09:05:55 +02:00
gimpdisplayshell-expose.h app: use temporary canvas items for exposing guides and sample points 2010-09-30 09:02:36 +02:00
gimpdisplayshell-filter-dialog.c Use gimp_display_get_image() instead of display->image 2009-10-06 19:20:44 +02:00
gimpdisplayshell-filter-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-filter.c Move GimpDisplayShell's expose functions to separate files 2009-10-02 23:55:26 +02:00
gimpdisplayshell-filter.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-handlers.c app: use temporary canvas items for exposing guides and sample points 2010-09-30 09:02:36 +02:00
gimpdisplayshell-handlers.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-icon.c Simplify GimpDisplayShell's icon update API 2009-10-08 23:30:56 +02:00
gimpdisplayshell-icon.h Simplify GimpDisplayShell's icon update API 2009-10-08 23:30:56 +02:00
gimpdisplayshell-items.c app: start an infrastructure where the shell keeps around its canvas items 2010-09-29 22:12:01 +02:00
gimpdisplayshell-items.h app: start an infrastructure where the shell keeps around its canvas items 2010-09-29 22:12:01 +02:00
gimpdisplayshell-layer-select.c Bug 612896 - Ctrl TAB doesn't browse all the layers 2010-03-14 22:59:29 +01:00
gimpdisplayshell-layer-select.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-preview.c app/display: don't evaluate alpha value several times 2010-09-26 22:25:49 +02:00
gimpdisplayshell-preview.h app: port GimpDisplayShell transform preview drawing to cairo 2010-09-08 19:32:22 +02:00
gimpdisplayshell-progress.c Move the statusbar back to GimpDisplayShell 2009-10-04 15:33:03 +02:00
gimpdisplayshell-progress.h Add gimp_statusbar_override/restore_window_title() 2009-09-28 22:55:52 +02:00
gimpdisplayshell-render.c app: use GimpRGB as mask color 2010-09-29 20:35:00 +02:00
gimpdisplayshell-render.h app/display: implement drawing of selection mask 2010-09-29 20:35:00 +02:00
gimpdisplayshell-scale-dialog.c Use gimp_display_get_image() instead of display->image 2009-10-06 19:20:44 +02:00
gimpdisplayshell-scale-dialog.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-scale.c app: remove "gboolean use_offsets" from gimpdisplayshell-transform.[ch] 2010-09-23 19:24:04 +02:00
gimpdisplayshell-scale.h app/tests: Add keyboard zoom focus regression test 2010-06-18 20:57:59 +02:00
gimpdisplayshell-scroll.c Derive GimpCanvas from GimpOverlayBox 2009-10-18 22:19:29 +02:00
gimpdisplayshell-scroll.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpdisplayshell-selection.c app: change boundary drawing by tools to work like the selection 2010-09-26 22:41:04 +02:00
gimpdisplayshell-selection.h Rename gimp_display_shell_selection_layer_set_hidden() to set_layer_hidden() 2009-10-08 09:10:33 +02:00
gimpdisplayshell-style.c app/display: introduce a style for dimming 2010-09-29 20:34:59 +02:00
gimpdisplayshell-style.h app/display: introduce a style for dimming 2010-09-29 20:34:59 +02:00
gimpdisplayshell-title.c Remove unused code 2010-09-30 23:01:33 +05:30
gimpdisplayshell-title.h Remove gimp_display_shell_title() because it was completely empty 2009-09-28 22:55:39 +02:00
gimpdisplayshell-transform.c app: remove gimp_display_shell_transform_coords() 2010-09-26 23:09:23 +02:00
gimpdisplayshell-transform.h app: remove gimp_display_shell_transform_coords() 2010-09-26 23:09:23 +02:00
gimpdisplayshell.c app: start an infrastructure where the shell keeps around its canvas items 2010-09-29 22:12:01 +02:00
gimpdisplayshell.h app: start an infrastructure where the shell keeps around its canvas items 2010-09-29 22:12:01 +02:00
gimpimagewindow.c app: move code from GtkObject::destroy() to GObject::dispose() 2010-09-26 22:35:49 +02:00
gimpimagewindow.h app: Keep canvas position on all display shell widgets 2010-02-28 15:22:56 +01:00
gimpnavigationeditor.c app: move code from GtkObject::destroy() to GObject::dispose() 2010-09-26 22:35:49 +02:00
gimpnavigationeditor.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpscalecombobox.c Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpscalecombobox.h Change licence to GPLv3 (and to LGPLv3 for libgimp). 2009-01-17 22:28:01 +00:00
gimpstatusbar.c app: move code from GtkObject::destroy() to GObject::dispose() 2010-09-26 22:35:49 +02:00
gimpstatusbar.h app: avoid using sealed GtkStatusbar members 2010-04-20 09:56:59 +02:00
makefile.msc updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00