| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Yet another NR ==> Geom change | Maximilian Albert | 2008-09-18 | 3 | -132/+130 | |
| | | | | (bzr r6840) | |||||
| * | More NR ==> Geom conversion (points and some matrices/transforms) | Maximilian Albert | 2008-09-18 | 1 | -129/+129 | |
| | | | | (bzr r6836) | |||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 3 | -173/+190 | |
| | | | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823) | |||||
| * | fix leak of the arena and arenaitem | bulia byak | 2008-09-16 | 2 | -1/+6 | |
| | | | | (bzr r6822) | |||||
| * | hide the item shown for tracing, fixes leak | bulia byak | 2008-09-16 | 1 | -4/+9 | |
| | | | | (bzr r6821) | |||||
| * | Update to sync metadata title to the document title. | Jeff Schiller | 2008-08-23 | 1 | -2/+13 | |
| | | | | (bzr r6710) | |||||
| * | since all values are 0..1, shifting gamma up must use power<1 so that the ↵ | bulia byak | 2008-08-18 | 1 | -2/+2 | |
| | | | | | | values are actually increased by it (bzr r6695) | |||||
| * | gtkmm-ify the 'Stroke style' tab of Fill and Stroke dialog | Maximilian Albert | 2008-08-09 | 4 | -436/+419 | |
| | | | | (bzr r6602) | |||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 5 | -18/+18 | |
| | | | | (bzr r6593) | |||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 5 | -16/+16 | |
| | | | | (bzr r6569) | |||||
| * | codedread's patch for bug 254850 (fixes handling of description field in ↵ | Stephen Silver | 2008-08-05 | 1 | -2/+4 | |
| | | | | | | Object Properties dialog when switching between an object with a description and one without a description with the dialog open). (bzr r6568) | |||||
| * | NR:: => Geom:: for much of src/ui and src/widgets | Johan B. C. Engelen | 2008-08-04 | 1 | -1/+1 | |
| | | | | (bzr r6561) | |||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 1 | -2/+2 | |
| | | | | (bzr r6495) | |||||
| * | make clonetiler obey the bbox prefs | bulia byak | 2008-07-24 | 1 | -6/+4 | |
| | | | | (bzr r6412) | |||||
| * | extract ImageToggler from layers dialog | Johan B. C. Engelen | 2008-07-20 | 1 | -108/+3 | |
| | | | | (bzr r6377) | |||||
| * | Patch from codedread: add mnemonics for Title and Description fields in ↵ | Stephen Silver | 2008-07-17 | 1 | -2/+6 | |
| | | | | | | Object Properties dialog (fixes bug 246459). (bzr r6336) | |||||
| * | Fixed layers dialog to correctly fetch icons from new location/code. | Jon A. Cruz | 2008-07-15 | 1 | -16/+15 | |
| | | | | (bzr r6314) | |||||
| * | Some improvements to my title/desc stuff of revision 18759 (see bug 171024). | Stephen Silver | 2008-07-14 | 1 | -12/+2 | |
| | | | | (bzr r6290) | |||||
| * | warning cleanup | Felipe Corr??a da Silva Sanches | 2008-07-12 | 1 | -1/+1 | |
| | | | | (bzr r6282) | |||||
| * | fix 245806 | bulia byak | 2008-07-05 | 1 | -4/+14 | |
| | | | | (bzr r6194) | |||||
| * | add shadow to layers list | MenTaLguY | 2008-07-02 | 1 | -0/+1 | |
| | | | | (bzr r6115) | |||||
| * | add tab to layers dialog | MenTaLguY | 2008-07-02 | 2 | -3/+9 | |
| | | | | (bzr r6114) | |||||
| * | Cmake: remove header files from source lists | Joshua L. Blocher | 2008-06-24 | 1 | -25/+0 | |
| | | | | (bzr r6046) | |||||
| * | Added duplicate layer command. Fixes bug #171246. | Jon A. Cruz | 2008-06-14 | 1 | -1/+7 | |
| | | | | (bzr r5927) | |||||
| * | Added the ability to toggle a layer "solo". Fixes bug #171530. | Jon A. Cruz | 2008-06-13 | 1 | -3/+9 | |
| | | | | (bzr r5922) | |||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 5 | -16/+16 | |
| | | | | (bzr r5915) | |||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -1/+1 | |
| | | | | (bzr r5884) | |||||
| * | basic support for <title> and <desc> | Stephen Silver | 2008-06-02 | 1 | -11/+43 | |
| | | | | | | make the Title and Description fields on the Object Properties dialog work (bug 171024) (bzr r5781) | |||||
| * | Fixed broken i18n strings causing problems with <b> tag | Jon A. Cruz | 2008-05-22 | 1 | -8/+4 | |
| | | | | (bzr r5732) | |||||
| * | Cmake: Moved sp-* into own library to reduce link cmdline and add new files ↵ | Joshua L. Blocher | 2008-05-19 | 1 | -2/+0 | |
| | | | | | | to their cmakelists.txts (bzr r5713) | |||||
| * | Do not show/edit image URL for data URIs. | Jon A. Cruz | 2008-05-10 | 1 | -1/+16 | |
| | | | | | | Fixes Bug #227253. (bzr r5648) | |||||
| * | More type registration cleanup | Jon A. Cruz | 2008-05-10 | 1 | -22/+26 | |
| | | | | (bzr r5646) | |||||
| * | merge inline patch from Jimmy | MenTaLguY | 2008-05-08 | 2 | -35/+6 | |
| | | | | (bzr r5631) | |||||
| * | Updating deprecated type calls. | Jon A. Cruz | 2008-05-06 | 1 | -3/+3 | |
| | | | | (bzr r5617) | |||||
| * | Cmake: Fix some undefined function calls | Joshua L. Blocher | 2008-05-06 | 1 | -1/+3 | |
| | | | | (bzr r5611) | |||||
| * | noop: Address string-literal-to-char* warning. | Peter Moulder | 2008-05-04 | 1 | -2/+2 | |
| | | | | (bzr r5596) | |||||
| * | warning cleanup and fixed string free issue | Jon A. Cruz | 2008-05-04 | 3 | -3/+3 | |
| | | | | (bzr r5594) | |||||
| * | Cmake: Fixed issues with pedro not linking correctly | Joshua L. Blocher | 2008-04-28 | 1 | -2/+25 | |
| | | | | (bzr r5534) | |||||
| * | Change status bar text for swatch hover | John Bintz | 2008-04-23 | 1 | -2/+2 | |
| | | | | (bzr r5492) | |||||
| * | Keep swatch status messages visible while hovering | John Bintz | 2008-04-22 | 1 | -2/+20 | |
| | | | | (bzr r5491) | |||||
| * | Fix swatch enter-notify event propagation | John Bintz | 2008-04-21 | 1 | -23/+19 | |
| | | | | (bzr r5485) | |||||
| * | Oops, this broke selecting a swatch, rolling back... | John Bintz | 2008-04-21 | 1 | -18/+23 | |
| | | | | (bzr r5484) | |||||
| * | Show the name of the swatch that is currently under the pointer in the ↵ | John Bintz | 2008-04-21 | 1 | -0/+24 | |
| | | | | | | status bar, making it easier to identify a swatch when using a tablet. (bzr r5482) | |||||
| * | delete remaining .cvsignore files | Adib Taraben | 2008-04-01 | 1 | -5/+0 | |
| | | | | (bzr r5299) | |||||
| * | Cmake Build system - Initial commit. | Joshua L. Blocher | 2008-03-27 | 1 | -0/+29 | |
| | | | | (bzr r5206) | |||||
| * | patch from bug 170978 | bulia byak | 2008-03-27 | 1 | -8/+8 | |
| | | | | (bzr r5205) | |||||
| * | Removed Win32 keep-dialogs-on-top preference, now set permanently to true | Joel Holdsworth | 2008-03-22 | 1 | -10/+4 | |
| | | | | (bzr r5160) | |||||
| * | Fixed skipping of blank lines in .gpl files | Jon A. Cruz | 2008-03-22 | 1 | -3/+4 | |
| | | | | (bzr r5159) | |||||
| * | set busy cursor and statusbar message while creating clones | bulia byak | 2008-03-22 | 1 | -0/+11 | |
| | | | | (bzr r5158) | |||||
| * | Really fix compile (patch by Krzysztof Kosiński) | Maximilian Albert | 2008-03-22 | 3 | -158/+1 | |
| | | | | (bzr r5154) | |||||
