summaryrefslogtreecommitdiffstats
path: root/src/dialogs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-053-9/+12
| | | | | the contents forward.h at all). (bzr r10667)
* Doxygen cleanup.Jon A. Cruz2011-10-038-234/+223
| | | (bzr r10660)
* Refactor SPItem bounding box methods: remove NRRect usage and make codeKrzysztof Kosi??ski2011-08-273-20/+20
| | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-35/+21
|\ | | | | (bzr r10579)
| * Rewrite NRArena -> Inkscape::Drawing. Call render and updateKrzysztof Kosi??ski2011-08-071-17/+13
| | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25)
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-11/+7
| | | | | | (bzr r10347.1.21)
| * Merge from trunkKrzysztof Kosi??ski2011-07-255-50/+55
| |\ | | | | | | (bzr r10347.1.18)
| * | Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-15/+9
| | | | | | | | | | | | | | | | | | | | | with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)
* | | Memory leaks fix / code cleanupKris De Gussem2011-07-301-0/+1
| |/ |/| | | (bzr r10519)
* | Remove deprecated Glib symbolsKrzysztof Kosi??ski2011-07-191-5/+9
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/367606 (bzr r10480)
* | - rename SPItem::i2d_affine to i2dt_affine, to clarify that it is ↵Johan B. C. Engelen2011-07-172-4/+4
| | | | | | | | | | | | | | item-to-desktop, not item-to-document. This should make it easier to spot bugs. - tag some instances where the document-to-desktop transform has been hardcoded (bzr r10466)
* | Cleanup of oudated/redundant SP_ITEM() macro use.Jon A. Cruz2011-07-161-6/+7
| | | | | | (bzr r10461)
* | Remove the icon-names.h thing, which was a mistake.Krzysztof Kosi??ski2011-07-153-35/+35
|/ | | | | | | | The file now contains a no-op macro which is used to mark icon names. This way we can still generate a list of icon names we use using a simple grep, but don't trigger unnecessary rebuilds when a new icon names is added. (bzr r10452)
* Merge from trunkKrzysztof Kosi??ski2011-07-067-298/+288
|\ | | | | (bzr r10347.1.5)
| * Text edit dialog: Apply button should grab default only after adding to windowAlex Valavanis2011-07-051-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/805644 (bzr r10419)
| * Migrate clonetiler to GtkComboBoxAlex Valavanis2011-07-011-25/+33
| | | | | | (bzr r10390.1.2)
| * Minimise GTK version changes in text-edit dialogAlex Valavanis2011-06-301-34/+6
| | | | | | (bzr r10390.1.1)
| * Gtk cleanup: gtk_signal_connect_while_aliveAlex Valavanis2011-06-261-49/+61
| | | | | | (bzr r10350.1.9)
| * Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-265-111/+111
| | | | | | (bzr r10350.1.8)
| * Gtk cleanup: gtk_menu_appendAlex Valavanis2011-06-261-1/+1
| | | | | | (bzr r10350.1.7)
| * Gtk cleanup: gtk_object_set_dataAlex Valavanis2011-06-254-62/+62
| | | | | | (bzr r10350.1.5)
| * Remove/replace deprecated gtk_window_set_policy symbolAlex Valavanis2011-06-232-3/+1
| | | | | | (bzr r10350.1.2)
| * Replace deprecated gtk_radio_button_group symbolAlex Valavanis2011-06-232-12/+12
| | | | | | (bzr r10350.1.1)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-0/+1
|/ | | (bzr r10347.1.2)
* Position the 'Set' button to lower right corner of the object properties panel.Felipe Corr??a da Silva Sanches2011-06-221-9/+7
| | | | | | | | | | http://cuts.thinking-garment.com/262 ’Set’ button of the ‘Object Properties’ panel is placed high up, next to the ID text-entry box, suggesting it is applied only to the ID box. In reality, ‘Set’ button applies the changes for every text field. (bzr r10341)
* Warning cleanup.Jon A. Cruz2011-06-221-1/+1
| | | (bzr r10339)
* Revision 10333 introduced dependency on gtk version 2.24 which is currently ↵Felipe Corr??a da Silva Sanches2011-06-221-1/+50
| | | | | | | | | not available in my development system (Trisquel GNU/Linux 4.5.1 - released on May 25th, 2011) I have brought back the implementation that uses the 2.22 API and used GTK_CHECK_VERSION to keep both implementations, so that I can continue coding. The conditional and its #else block can be deleted in the future (bzr r10338)
* Replace deprecated GtkComboAlex Valavanis2011-06-221-12/+5
| | | (bzr r10331.1.1)
* Merge from trunkKrzysztof Kosi??ski2011-06-1914-445/+373
|\ | | | | (bzr r9508.1.89)
| * Replace deprecated GtkSignalAlex Valavanis2011-06-137-100/+100
| | | | | | (bzr r10282.1.1)
| * cmake:Campbell Barton2011-06-131-1/+14
| | | | | | | | | | | | | | - group source/headers per library (for some IDE's) - include headers with source listing (also for IDE's) - remove unneeded Find modules (bzr r10281)
| * Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-122-5/+5
| |\ | | | | | | (bzr r10280)
| | * Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macrosAlex Valavanis2011-06-122-5/+5
| | | | | | | | | (bzr r10277.1.1)
| * | cmake: now builds without having most of the source listed in 1 file.Campbell Barton2011-06-131-1/+2
| |/ | | | | (bzr r10278)
| * Replace deprecated GtkTooltipsAlex Valavanis2011-06-127-192/+147
| |\ | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10277)
| | * Replace use of deprecated GtkTooltips APIAlex Valavanis2011-06-057-192/+147
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1)
| * | cmake:Campbell Barton2011-06-131-2/+3
| | | | | | | | | | | | | | | | | | | | | turns out my recent commits (which I undid) were not incorrect, variables were set in subdirectories then used in the parent directory, where they were still unset. Fixing this broke the build because some files in the subdir were not compiling. (bzr r10276)
| * | cmake: give all libs a _LIB suffix, workaround 'debug' being confused with ↵Campbell Barton2011-06-121-2/+2
| | | | | | | | | | | | | | | cake keyword, and also dont mix up dor names with libs. (bzr r10274)
| * | work in progress cmake commit:Campbell Barton2011-06-121-24/+12
| |/ | | | | | | | | | | - cmake now builds all files that automake does but does NOT link yet - inlcudes nasty hard coded paths and libs (will replace once linking works) (bzr r10272)
| * Merge gtk header cleanup by Alex Valavanis. Fixes bug #709847, bug #747512, ↵Jon A. Cruz2011-06-047-16/+6
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | bug #792263. Fixed bugs: - https://launchpad.net/bugs/709847 - https://launchpad.net/bugs/747512 - https://launchpad.net/bugs/792263 (bzr r10255)
| | * Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-037-16/+6
| | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
| * | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵Jon A. Cruz2011-06-044-3/+7
| |/ | | | | | | | | SP_ROOT() gtk type function/macro. (bzr r10254)
| * Added mnemonics for font dialog (Bug #170765)Kris De Gussem2011-04-181-6/+5
| | | | | | (bzr r10182)
| * Guides and clonetiler. Fix for bug #477649 (GTK warning about an adjustment ↵Nicolas Dufour2011-04-111-101/+78
| | | | | | | | | | | | | | with non-zero page in the guide editor dialog). Clonetiler. Code consistency fix. (bzr r10157)
* | Merge from trunkKrzysztof Kosi??ski2011-04-078-151/+187
|\| | | | | (bzr r9508.1.73)
| * UI fix (message was not clear)Kris De Gussem2011-03-081-1/+1
| | | | | | (bzr r10085)
| * compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
| * Finished cleanup of outdated SP_OBJECT_REPR C macro.Jon A. Cruz2011-02-224-30/+40
| | | | | | (bzr r10067)
| * Finished cleanup of outdated SP_OBJECT_PARENT C macro.Jon A. Cruz2011-02-212-23/+25
| | | | | | (bzr r10064)
| * update to latest 2geom !Johan B. C. Engelen2011-02-021-93/+93
| | | | | | (bzr r10025)