summaryrefslogtreecommitdiffstats
path: root/src/dialogs (unfollow)
Commit message (Expand)AuthorFilesLines
2006-06-29patch from Gustav Broberg: undo annotations and history dialogbulia byak13-49/+98
2006-06-22apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")Ralf Stephan1-1/+1
2006-06-19#include "config.h" tooRalf Stephan1-0/+2
2006-06-19enclose #include <libintl.h> with #ifdef HAVE_LIBINTL_HRalf Stephan1-0/+2
2006-06-05Allow "new layer" action when no layer selectedJon A. Cruz1-3/+7
2006-06-05comment cleanupJon A. Cruz1-2/+2
2006-06-05Fixing crash on layer delete undoJon A. Cruz2-3/+8
2006-06-01Added opacity sliderJon A. Cruz2-0/+67
2006-06-01remove deprecation warningsBob Jamison1-2/+2
2006-06-01remove deprecation warningsBob Jamison1-13/+20
2006-05-29workaround assertion upon file revertJon A. Cruz1-6/+9
2006-05-28replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY3-4/+7
2006-05-28Option to keep selection when changing layersJon A. Cruz1-8/+2
2006-05-28clicking toggles doesn't change selected layer.Jon A. Cruz2-1/+87
2006-05-27make button labels translatable, and use HButtonBox versus HBox for better ap...MenTaLguY2-17/+22
2006-05-27Prevent layer name duplicationJon A. Cruz2-5/+6
2006-05-27patch from bug 1495755bulia byak1-0/+3
2006-05-26Clear old selection when changing layerJon A. Cruz1-1/+7
2006-05-26Fix compile warningJon A. Cruz1-1/+1
2006-05-23Flipped LCMS onJon A. Cruz1-4/+6
2006-05-23Panel refactoringJon A. Cruz3-5/+35
2006-05-22Removed panel menu unless requested. Fixes bug #1492597Jon A. Cruz1-1/+1
2006-05-22* Make sure we don't read on NULL pointer instead of gobject instance in text...Milosz Derezynski1-0/+1
2006-05-21call GC::request_early_collection() after switching preview imagesMenTaLguY1-2/+5
2006-05-21Adding notification when managed layers change.Jon A. Cruz2-6/+30
2006-05-20* Set default font widget insensitive only if existsMilosz Derezynski1-2/+3
2006-05-20Changled dialog from checkboxes to icons for visible and locked.Jon A. Cruz1-14/+102
2006-05-20* Don't block when setting a font trough the GtkEntryMilosz Derezynski2-3/+8
2006-05-19replace Gtk::Stock::DIRECTORY with Gtk::Stock::INDEX to support gtkmm-2.4, fi...Ralf Stephan1-1/+1
2006-05-19Selection and event handling cleanup. Added deeper display.Jon A. Cruz2-92/+139
2006-05-18stop structure rebuilds on change of selected layer. Added scrolling, pop-up ...Jon A. Cruz2-10/+148
2006-05-18Fixed localization for metadata license selector.Kees Cook1-10/+10
2006-05-18* First implementation step of the text toolboxMilosz Derezynski1-10/+0
2006-05-17* Fix build for gcc 4.x (Remove additional class name qualifier inside class ...Milosz Derezynski1-2/+12
2006-05-17Flipped top/bottom in layers UI to reflect visible stacking.Jon A. Cruz1-2/+2
2006-05-17Switched icons to stock generic.Jon A. Cruz2-9/+20
2006-05-17* src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche.mjwybrow1-1/+1
2006-05-15Base implementation of a layers dialog.Jon A. Cruz3-0/+600
2006-05-09partial GTKmmfication and HIGification by Jonathon Jongsmabulia byak2-93/+134
2006-05-02r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould2-66/+48
2006-05-02(bzr r690)Ted Gould2-48/+66
2006-05-01Guideline dialog UI improvents (gtk table instead of boxes; strange "absolute...Andrius Ramanauskas2-66/+48
2006-04-30updated cc licenses to 2.5Jon Phillips1-6/+8
2006-04-28Bug 1478136 fix - "foo2" was shown instead of guideline id in Guideline dialogAndrius Ramanauskas2-30/+34
2006-04-28Converting guideline properties dialog to gtkmm (first step - straightforward...Andrius Ramanauskas4-3/+305
2006-04-28Added CREATE v0.1 support for gradients/swatches/patternsJoshua L. Blocher1-2/+3
2006-04-27expand the range of dpi to fix 1476741bulia byak1-3/+3
2006-04-20try to make license strings translatable (#1473186)Ralf Stephan1-10/+10
2006-04-18Crash fix (occured if creating layer in layerless document)Andrius Ramanauskas2-5/+11
2006-04-17patch by Osei Poku to use the new file dialog on Browse in Exportbulia byak1-37/+19