Gimp/app/display
2010-09-23 00:00:57 +02:00
..
.gitignore Added .gitignore files generated with git svn create-ignore. 2009-01-31 11:37:44 +00: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 Add new toplevel window class GimpImageWindow 2009-09-28 22:55:35 +02:00
gimpcanvas.c app: remove unused clipping functions in GimpDrawTool and GimpCanvas 2010-09-19 18:58:23 +02:00
gimpcanvas.h app: remove unused clipping functions in GimpDrawTool and GimpCanvas 2010-09-19 18:58:23 +02:00
gimpcanvashandle.c app: implement circle handles 2010-09-23 00:00:57 +02:00
gimpcanvashandle.h app: add GimpCanvasHandle which draws tool handles 2010-09-21 19:22:29 +02:00
gimpcanvasitem.c app: workaround warning about empty private struct 2010-09-22 23:38:08 +02:00
gimpcanvasitem.h app: remove premature canvas item extents caching optimization again 2010-09-22 10:33:41 +02:00
gimpcanvasline.c app: workaround warning about empty private struct 2010-09-22 23:38:08 +02:00
gimpcanvasline.h app: add a canvas line class 2010-09-19 23:46:52 +02:00
gimpcanvaspolygon.c app: add a polygon canvas item class (filled polygons unimplemented) 2010-09-23 00:00:57 +02:00
gimpcanvaspolygon.h app: add a polygon canvas item class (filled polygons unimplemented) 2010-09-23 00:00:57 +02:00
gimpcanvasrectangle.c app: fix width and height properties to allow negative sizes 2010-09-22 21:45:33 +02:00
gimpcanvasrectangle.h app: some cairo tool drawing infrastructure for review, please have a look 2010-09-19 19:45:51 +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: move "image" member of GimpDisplay to the private struct 2010-02-28 16:15:59 +01: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: draw the active tool's stuff in the display expose handler 2010-09-22 22:24:22 +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: move the GIMP_CURSOR_SIZE define to a single place in the right header 2010-08-26 19:13:49 +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: add functions to set the vectors' cairo style 2010-09-17 22:50:20 +02:00
gimpdisplayshell-draw.h app: port GimpVectors drawing to cairo 2010-09-16 21:13:08 +02:00
gimpdisplayshell-expose.c app: only expose the area covered by the vectors object 2010-09-17 21:32:38 +02:00
gimpdisplayshell-expose.h app: port GimpVectors drawing to cairo 2010-09-16 21:13:08 +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: add signal GimpImage::update_vectors() and have the image manage updates 2010-09-17 11:31:57 +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-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: port GimpDisplayShell transform preview drawing to cairo 2010-09-08 19:32:22 +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: port GimpDisplayShell image drawing to cairo 2010-08-27 23:15:25 +02:00
gimpdisplayshell-render.h app: port GimpDisplayShell image drawing to cairo 2010-08-27 23:15:25 +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 Bug 610587 - Zooming with zoom tool pans away from the cursor 2010-06-19 08:09:34 +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: remove gimp_display_shell_draw_selection_segments() 2010-08-27 15:03:03 +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: add styles for tool drawing (still unused) 2010-09-19 19:19:24 +02:00
gimpdisplayshell-style.h app: add styles for tool drawing (still unused) 2010-09-19 19:19:24 +02:00
gimpdisplayshell-title.c app: use the new unit conversion functions 2010-02-21 16:46:39 +01:00
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: undo some of the previous refactorings and keep using GdkSegment 2010-08-25 21:21:16 +02:00
gimpdisplayshell-transform.h app: undo some of the previous refactorings and keep using GdkSegment 2010-08-25 21:21:16 +02:00
gimpdisplayshell.c app: port GimpVectors drawing to cairo 2010-09-16 21:13:08 +02:00
gimpdisplayshell.h app: add signal GimpImage::update_vectors() and have the image manage updates 2010-09-17 11:31:57 +02:00
gimpimagewindow.c Fix the bulid after GtkNotebookPage got deprecated in gtk-2-22 2010-07-16 15:24:25 +02:00
gimpimagewindow.h app: Keep canvas position on all display shell widgets 2010-02-28 15:22:56 +01:00
gimpnavigationeditor.c app: don't call scale functions on an empty display shell 2010-08-12 00:32:34 +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: draw the statusbar's icon with cairo 2010-07-30 13:14:10 +02:00
gimpstatusbar.h app: avoid using sealed GtkStatusbar members 2010-04-20 09:56:59 +02:00
Makefile.am app: add a polygon canvas item class (filled polygons unimplemented) 2010-09-23 00:00:57 +02:00
makefile.msc updated include <string.h> for memcmp() include <string.h> for strcmp() 2008-10-03 19:27:54 +00:00