summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gboolean -> bool conversion commit 1. Modifies code to do with getting the ↵Michael G. Sloan2006-08-262-10/+10
| | | | | | | undo system to ignore actions, as well as SVG/XML save/load. Shouldn't cause problems though. (bzr r1639)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-254-8/+8
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-234-8/+8
| | | | | one major janitorial task we identified.... (bzr r1633)
* I added Johan's badass patch for save a copy with the features I requested. Jon Phillips2006-08-222-0/+15
| | | | | Now it all works quite well! Great! (bzr r1630)
* Last tweaks for nowBob Jamison2006-08-201-4/+4
| | | (bzr r1621)
* Change layout to be more space conserving. This allows a larger paper listBob Jamison2006-08-202-72/+76
| | | (bzr r1620)
* Change to two columns. Probably do different later, but this is a startBob Jamison2006-08-192-26/+91
| | | (bzr r1616)
* Clean up paper size tableBob Jamison2006-08-161-62/+70
| | | (bzr r1606)
* Clean up a bit. Clarify several variable names. Add a lot of comments.Bob Jamison2006-08-162-105/+168
| | | (bzr r1605)
* Change deprecated OptionMenu to ComboBox. Modernize lookup a bitBob Jamison2006-08-162-93/+239
| | | (bzr r1604)
* add interface for disabling interaction during long-running operationsJohn Bintz2006-08-133-1/+39
| | | (bzr r1596)
* added functions to allow update events to process during long-running operationsJohn Bintz2006-08-133-0/+13
| | | (bzr r1595)
* added Rune and Rikumatiphas2006-07-241-0/+2
| | | (bzr r1470)
* switched to using sigc++ "modified" signalMenTaLguY2006-07-212-16/+17
| | | (bzr r1448)
* Add property getters to FileExportDialogBob Jamison2006-07-192-48/+222
| | | (bzr r1438)
* Create first mockup for export dialog panelBob Jamison2006-07-171-13/+146
| | | (bzr r1432)
* more string cleanupBob Jamison2006-07-162-26/+41
| | | (bzr r1422)
* give _anchor initial value before comparing itRalf Stephan2006-07-131-0/+1
| | | (bzr r1401)
* Base all 3 dialogs from a common FileDialogBase to share behavioursBob Jamison2006-07-131-16/+56
| | | (bzr r1400)
* clean up redundancies. add a placeholder for Export dialogBob Jamison2006-07-122-92/+590
| | | (bzr r1399)
* move filedialog to its new homeBob Jamison2006-07-123-0/+1622
| | | (bzr r1398)
* - added toggle buttons for directed layout (doesn't do anything yet) and ↵Tim Dwyer2006-07-121-1/+1
| | | | | | | | overlap avoiding layout to connector toolbar - added icon for directed layout toggle button - removed old ref to remove_rectangle_overlaps-test from src/Makefile.am (bzr r1396)
* Added layout button and ideal connector length spinbox to connector toolbarTim Dwyer2006-07-121-1/+1
| | | (bzr r1395)
* Added descriptions to Undo/Redo commands in the menusgustav_b2006-07-091-1/+3
| | | (bzr r1379)
* refactoring, add background removalBob Jamison2006-07-051-2/+12
| | | (bzr r1360)
* Add Wolfram Strempfer.Colin Marquardt2006-07-051-1/+2
| | | (bzr r1356)
* Oops, was missing Dale.Colin Marquardt2006-07-021-0/+1
| | | (bzr r1341)
* Add Niko, Hugo, Dale and Gustav.Colin Marquardt2006-07-021-0/+3
| | | (bzr r1340)
* added files from Gustav Broberg's patchbulia byak2006-06-292-0/+497
| | | (bzr r1318)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-2918-50/+118
| | | (bzr r1315)
* do some include changes more correctlyRalf Stephan2006-06-281-3/+3
| | | (bzr r1311)
* fix 4.2 xcompilation: remove array assignment hackRalf Stephan2006-06-271-3/+4
| | | (bzr r1309)
* more compiler hints for gtk-2.4 systems to cope with glibmm/i18n.hRalf Stephan2006-06-241-0/+4
| | | (bzr r1276)
* manually merging the INKBOARD_PEDRO branch into trunkdaleharvey2006-06-233-101/+0
| | | (bzr r1268)
* add translator name [ 1511010 ] a double patch to add another translator to ↵Aaron Spike2006-06-231-0/+1
| | | | | the list (bzr r1264)
* remove setDoc(), part of fix for #1509854Ralf Stephan2006-06-221-2/+1
| | | (bzr r1261)
* reorganize flow, prevent infinite loop, fixes #1509854Ralf Stephan2006-06-221-23/+36
| | | (bzr r1260)
* Correctly write Aleksandar Urosevic's name. Closes 1353260.Colin Marquardt2006-06-201-1/+1
| | | (bzr r1238)
* Applied patch #1505715Jon A. Cruz2006-06-141-19/+36
| | | (bzr r1218)
* patch [ 1503865 ] Siox performance patchAaron Spike2006-06-131-6/+5
| | | (bzr r1208)
* Applied patch #1501709Jon A. Cruz2006-06-071-3/+1
| | | (bzr r1176)
* * I've added myself to the authors list..Milosz Derezynski2006-06-061-1/+2
| | | (bzr r1166)
* Applied patch #1501375Jon A. Cruz2006-06-061-1/+1
| | | (bzr r1164)
* Applied patch 1500171Jon A. Cruz2006-06-041-3/+4
| | | (bzr r1149)
* handle request for not-compiled-in internal scripting; execute didn't check ↵Ralf Stephan2006-05-291-6/+2
| | | | | return value; fixes #1495283 (bzr r1062)
* typos, mnemonicsbulia byak2006-05-281-2/+2
| | | (bzr r1049)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-1/+2
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* Option to keep selection when changing layersJon A. Cruz2006-05-282-0/+5
| | | (bzr r1037)
* Correct my translation call. I shouldn't call gettext directly.Kees Cook2006-05-251-1/+1
| | | (bzr r1010)
* Panel refactoringJon A. Cruz2006-05-235-36/+130
| | | (bzr r976)