summaryrefslogtreecommitdiffstats
path: root/src/dialogs (follow)
Commit message (Expand)AuthorAgeFilesLines
* factor native PNG export out of file.cpp in preparation for new export dialogBob Jamison2006-07-171-0/+2
* move filedialog to its new homeBob Jamison2006-07-123-1622/+0
* another attempt at #1502439, another example of ignoring NULL removedRalf Stephan2006-07-101-1/+4
* handle NULL return value, fixes crash when opening filechooser dialog (#1502439)Ralf Stephan2006-07-081-2/+5
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-2913-49/+98
* apply patch 1498946 by zbsz (fixes #1492545 "PNG resolution value export")Ralf Stephan2006-06-221-1/+1
* #include "config.h" tooRalf Stephan2006-06-191-0/+2
* enclose #include <libintl.h> with #ifdef HAVE_LIBINTL_HRalf Stephan2006-06-191-0/+2
* Allow "new layer" action when no layer selectedJon A. Cruz2006-06-051-3/+7
* comment cleanupJon A. Cruz2006-06-051-2/+2
* Fixing crash on layer delete undoJon A. Cruz2006-06-052-3/+8
* Added opacity sliderJon A. Cruz2006-06-012-0/+67
* remove deprecation warningsBob Jamison2006-06-011-2/+2
* remove deprecation warningsBob Jamison2006-06-011-13/+20
* workaround assertion upon file revertJon A. Cruz2006-05-291-6/+9
* replace nr_new() with g_new(), and try to converge on using the glib allocato...MenTaLguY2006-05-283-4/+7
* Option to keep selection when changing layersJon A. Cruz2006-05-281-8/+2
* clicking toggles doesn't change selected layer.Jon A. Cruz2006-05-282-1/+87
* make button labels translatable, and use HButtonBox versus HBox for better ap...MenTaLguY2006-05-272-17/+22
* Prevent layer name duplicationJon A. Cruz2006-05-272-5/+6
* patch from bug 1495755bulia byak2006-05-271-0/+3
* Clear old selection when changing layerJon A. Cruz2006-05-261-1/+7
* Fix compile warningJon A. Cruz2006-05-261-1/+1
* Flipped LCMS onJon A. Cruz2006-05-231-4/+6
* Panel refactoringJon A. Cruz2006-05-233-5/+35
* Removed panel menu unless requested. Fixes bug #1492597Jon A. Cruz2006-05-221-1/+1
* * Make sure we don't read on NULL pointer instead of gobject instance in text...Milosz Derezynski2006-05-221-0/+1
* call GC::request_early_collection() after switching preview imagesMenTaLguY2006-05-211-2/+5
* Adding notification when managed layers change.Jon A. Cruz2006-05-212-6/+30
* * Set default font widget insensitive only if existsMilosz Derezynski2006-05-201-2/+3
* Changled dialog from checkboxes to icons for visible and locked.Jon A. Cruz2006-05-201-14/+102
* * Don't block when setting a font trough the GtkEntryMilosz Derezynski2006-05-202-3/+8
* replace Gtk::Stock::DIRECTORY with Gtk::Stock::INDEX to support gtkmm-2.4, fi...Ralf Stephan2006-05-191-1/+1
* Selection and event handling cleanup. Added deeper display.Jon A. Cruz2006-05-192-92/+139
* stop structure rebuilds on change of selected layer. Added scrolling, pop-up ...Jon A. Cruz2006-05-182-10/+148
* Fixed localization for metadata license selector.Kees Cook2006-05-181-10/+10
* * First implementation step of the text toolboxMilosz Derezynski2006-05-181-10/+0
* * Fix build for gcc 4.x (Remove additional class name qualifier inside class ...Milosz Derezynski2006-05-171-2/+12
* Flipped top/bottom in layers UI to reflect visible stacking.Jon A. Cruz2006-05-171-2/+2
* Switched icons to stock generic.Jon A. Cruz2006-05-172-9/+20
* * src/dialogs/layers-panel.cpp: Compile fix from Mathieu Dimanche.mjwybrow2006-05-171-1/+1
* Base implementation of a layers dialog.Jon A. Cruz2006-05-153-0/+600
* partial GTKmmfication and HIGification by Jonathon Jongsmabulia byak2006-05-092-93/+134
* r11667@tres: ted | 2006-05-01 22:48:49 -0700Ted Gould2006-05-022-66/+48
* (bzr r690)Ted Gould2006-05-022-48/+66
* Guideline dialog UI improvents (gtk table instead of boxes; strange "absolute...Andrius Ramanauskas2006-05-012-66/+48
* updated cc licenses to 2.5Jon Phillips2006-04-301-6/+8
* Bug 1478136 fix - "foo2" was shown instead of guideline id in Guideline dialogAndrius Ramanauskas2006-04-282-30/+34
* Converting guideline properties dialog to gtkmm (first step - straightforward...Andrius Ramanauskas2006-04-284-3/+305
* Added CREATE v0.1 support for gradients/swatches/patternsJoshua L. Blocher2006-04-281-2/+3