| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | C++ find dialog: only UI issues left (i hope) Testing needed. | Johan B. C. Engelen | 2006-11-29 | 2 | -6/+83 | |
| | | | | (bzr r2055) | |||||
| * | C++ Find dialog almost complete! (it works, but it is biiig now) | Johan B. C. Engelen | 2006-11-29 | 2 | -2/+407 | |
| | | | | (bzr r2054) | |||||
| * | 'backup' commit. Added widgets to C++-find dialog. Work not finished. | Johan B. C. Engelen | 2006-11-29 | 2 | -18/+79 | |
| | | | | (bzr r2052) | |||||
| * | Check if dialog is going to be displayed offscreen, if so: move it to center ↵ | Johan B. C. Engelen | 2006-11-26 | 1 | -5/+8 | |
| | | | | | | | | off screen. [ 1596374 ] To do: copy this to non-gtkmm dialogs (bzr r2039) | |||||
| * | ensure Enter in spinbuttons activates the Apply | bulia byak | 2006-11-20 | 1 | -0/+10 | |
| | | | | (bzr r1995) | |||||
| * | patch for Preview out of the tabs and other fixes | bulia byak | 2006-11-19 | 1 | -63/+58 | |
| | | | | (bzr r1993) | |||||
| * | string fixes from bug 1516157 | bulia byak | 2006-11-19 | 1 | -2/+2 | |
| | | | | (bzr r1991) | |||||
| * | enable Enter to activate filedialogs | bulia byak | 2006-11-18 | 1 | -3/+3 | |
| | | | | (bzr r1973) | |||||
| * | Remove our "fake" location field from the open dialog. Gtk's FileChooser ↵ | Bob Jamison | 2006-11-17 | 1 | -84/+0 | |
| | | | | | | has evolved enough that we don't need it any more. (bzr r1970) | |||||
| * | redesign the dialog into 3 tabs, rewrite most texts, increase preview size | bulia byak | 2006-11-14 | 1 | -145/+129 | |
| | | | | (bzr r1951) | |||||
| * | patch 1591723 for extra tracing parameters | bulia byak | 2006-11-14 | 1 | -2/+87 | |
| | | | | (bzr r1948) | |||||
| * | us spelling | bulia byak | 2006-11-07 | 1 | -2/+2 | |
| | | | | (bzr r1925) | |||||
| * | Applied patch to disable the pressure sensitivity for those people that have | Jon Phillips | 2006-11-06 | 2 | -1/+5 | |
| | | | | | | | | | | problems and added new author to our authors file: https://sourceforge.net/tracker/index.php?func=detail&aid=1511066&group_id=93438&atid=604308 Please test o this feature for those who have tablets, pressure sensitivity, etc...it is a workaround for gtk+ problems with some tablets, etc... (bzr r1911) | |||||
| * | patch 1590039, whitespace | bulia byak | 2006-11-03 | 1 | -9/+8 | |
| | | | | (bzr r1891) | |||||
| * | Don't mark "gridtype" as translatable. | Colin Marquardt | 2006-10-09 | 1 | -1/+1 | |
| | | | | (bzr r1786) | |||||
| * | add blur speed/quality options | bulia byak | 2006-10-09 | 2 | -1/+36 | |
| | | | | (bzr r1782) | |||||
| * | Implement singleton behaviour for undo history dialog. Make sure event | gustav_b | 2006-10-06 | 2 | -8/+77 | |
| | | | | | | log gets created on SPDesktop::change_document. (bzr r1772) | |||||
| * | undo annotations | bulia byak | 2006-10-05 | 2 | -15/+20 | |
| | | | | (bzr r1767) | |||||
| * | Added preferences.xml option to show the widgets to get the axonometric ↵ | Johan B. C. Engelen | 2006-10-03 | 1 | -0/+7 | |
| | | | | | | grid. Add <group id="documentoptions" axonomgrid_enabled="1" /> to preferences.xml to enable it. (bzr r1762) | |||||
| * | Moved EventLog from SPDocument to SPDesktop to prevent it from being | gustav_b | 2006-10-01 | 2 | -1/+4 | |
| | | | | | | | created when Inkscape is started in non-gui mode. Fixes a critical assertion caused by creation of a Gtk::TreeStore. (bzr r1749) | |||||
| * | Fixes path memory issues with the save dialog. (Closes: #1089414) | Kees Cook | 2006-10-01 | 2 | -5/+25 | |
| | | | | (bzr r1747) | |||||
| * | better (white)spacing | Johan B. C. Engelen | 2006-09-29 | 1 | -1/+1 | |
| | | | | (bzr r1726) | |||||
| * | FIXED: "(inkscape:12778): Gtk-CRITICAL **: gtk_misc_set_alignment: | Johan B. C. Engelen | 2006-09-29 | 1 | -1/+1 | |
| | | | | | | assertion `GTK_IS_MISC (misc)' failed" when I open the Document Properties." (bzr r1725) | |||||
| * | AXONOMETRIC (3D) GRID! OK, still alot of work to be done. Snapping, ↵ | Johan B. C. Engelen | 2006-09-21 | 2 | -1/+22 | |
| | | | | | | diagonal guides, 0-degree angle axes, user-input checking, emphasis lines, optimizing, ... try and find as many bugs as possible :P Or just look at it playing with the angles of the lines, it's pretty cool to look at all by itself :) (bzr r1716) | |||||
| * | Updated authors and translators in About box + sorted author names. | Johan B. C. Engelen | 2006-09-12 | 1 | -0/+12 | |
| | | | | (bzr r1698) | |||||
| * | Added some set_size_requests to ishmal's cool work so dialogs look nice from the | Jon Phillips | 2006-08-28 | 4 | -1/+12 | |
| | | | | | | beginning... (bzr r1648) | |||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -1/+1 | |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | |||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -1/+1 | |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | |||||
| * | I added Johan's badass patch for save a copy with the features I requested. | Jon Phillips | 2006-08-22 | 2 | -0/+15 | |
| | | | | | | Now it all works quite well! Great! (bzr r1630) | |||||
| * | added Rune and Riku | matiphas | 2006-07-24 | 1 | -0/+2 | |
| | | | | (bzr r1470) | |||||
| * | Add property getters to FileExportDialog | Bob Jamison | 2006-07-19 | 2 | -48/+222 | |
| | | | | (bzr r1438) | |||||
| * | Create first mockup for export dialog panel | Bob Jamison | 2006-07-17 | 1 | -13/+146 | |
| | | | | (bzr r1432) | |||||
| * | more string cleanup | Bob Jamison | 2006-07-16 | 2 | -26/+41 | |
| | | | | (bzr r1422) | |||||
| * | Base all 3 dialogs from a common FileDialogBase to share behaviours | Bob Jamison | 2006-07-13 | 1 | -16/+56 | |
| | | | | (bzr r1400) | |||||
| * | clean up redundancies. add a placeholder for Export dialog | Bob Jamison | 2006-07-12 | 2 | -92/+590 | |
| | | | | (bzr r1399) | |||||
| * | move filedialog to its new home | Bob Jamison | 2006-07-12 | 3 | -0/+1622 | |
| | | | | (bzr r1398) | |||||
| * | - added toggle buttons for directed layout (doesn't do anything yet) and ↵ | Tim Dwyer | 2006-07-12 | 1 | -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 toolbar | Tim Dwyer | 2006-07-12 | 1 | -1/+1 | |
| | | | | (bzr r1395) | |||||
| * | Added descriptions to Undo/Redo commands in the menus | gustav_b | 2006-07-09 | 1 | -1/+3 | |
| | | | | (bzr r1379) | |||||
| * | refactoring, add background removal | Bob Jamison | 2006-07-05 | 1 | -2/+12 | |
| | | | | (bzr r1360) | |||||
| * | Add Wolfram Strempfer. | Colin Marquardt | 2006-07-05 | 1 | -1/+2 | |
| | | | | (bzr r1356) | |||||
| * | Oops, was missing Dale. | Colin Marquardt | 2006-07-02 | 1 | -0/+1 | |
| | | | | (bzr r1341) | |||||
| * | Add Niko, Hugo, Dale and Gustav. | Colin Marquardt | 2006-07-02 | 1 | -0/+3 | |
| | | | | (bzr r1340) | |||||
| * | added files from Gustav Broberg's patch | bulia byak | 2006-06-29 | 2 | -0/+497 | |
| | | | | (bzr r1318) | |||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 5 | -14/+31 | |
| | | | | (bzr r1315) | |||||
| * | manually merging the INKBOARD_PEDRO branch into trunk | daleharvey | 2006-06-23 | 2 | -26/+0 | |
| | | | | (bzr r1268) | |||||
| * | add translator name [ 1511010 ] a double patch to add another translator to ↵ | Aaron Spike | 2006-06-23 | 1 | -0/+1 | |
| | | | | | | the list (bzr r1264) | |||||
| * | Correctly write Aleksandar Urosevic's name. Closes 1353260. | Colin Marquardt | 2006-06-20 | 1 | -1/+1 | |
| | | | | (bzr r1238) | |||||
| * | Applied patch #1505715 | Jon A. Cruz | 2006-06-14 | 1 | -19/+36 | |
| | | | | (bzr r1218) | |||||
| * | patch [ 1503865 ] Siox performance patch | Aaron Spike | 2006-06-13 | 1 | -6/+5 | |
| | | | | (bzr r1208) | |||||
