| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Replace deprecated GTK_SIGNAL_FUNC macro | Alex Valavanis | 2012-01-01 | 1 | -1/+1 | |
| | | | | | | | (bzr r10817) | |||||
| * | | Item and image properties dialog update: restoring correct behaviour in case ↵ | Kris De Gussem | 2012-01-01 | 2 | -5/+32 | |
| | | | | | | | | | | | of deleting an object (bzr r10815) | |||||
| * | | Item properties dialog: fix multi-document issue (propably introduced in ↵ | Kris De Gussem | 2011-12-31 | 1 | -1/+1 | |
| | | | | | | | | | | | revision 10805) (bzr r10811) | |||||
| * | | Item properties dialog: | Kris De Gussem | 2011-12-31 | 1 | -5/+12 | |
| | | | | | | | | | | | | | - commenting out function that is (currently?) not used - some more resource saving (bzr r10810) | |||||
| * | | Item properties dialog: another minor resource fix | Kris De Gussem | 2011-12-30 | 2 | -16/+18 | |
| | | | | | | | (bzr r10808) | |||||
| * | | Item properties dialog: fix signal connection | Kris De Gussem | 2011-12-30 | 1 | -5/+3 | |
| | | | | | | | (bzr r10807) | |||||
| * | | Item properties dialog: fix wasting resources when moving objects | Kris De Gussem | 2011-12-30 | 2 | -4/+15 | |
| | | | | | | | (bzr r10806) | |||||
| * | | C++ification of item properties dialog | Kris De Gussem | 2011-12-30 | 3 | -359/+348 | |
| |/ | | | (bzr r10805) | |||||
| * | - SPAttributeWidget and SPAttributeTable C++ified | Kris De Gussem | 2011-12-16 | 2 | -88/+60 | |
| |\ | | | | | | | | | - fixed memory leak with item properties (old instances of item properties window were not destroyed) (bzr r10775) | |||||
| | * | - Dropped deprecated sp_window_new | Kris De Gussem | 2011-12-15 | 1 | -37/+31 | |
| | | | | | | | | | | | - quick and dirty memory leak fix for item properties window (bzr r10766.1.5) | |||||
| | * | SPAttributeTable C++ified | Kris De Gussem | 2011-12-11 | 2 | -28/+32 | |
| | | | | | | | (bzr r10766.1.3) | |||||
| * | | Replace deprecated GtkToolbar API | Alex Valavanis | 2011-12-14 | 1 | -82/+168 | |
| | | | | | | | (bzr r10768) | |||||
| * | | Replace deprecated gtk_widget_hide_all | Alex Valavanis | 2011-12-14 | 1 | -4/+4 | |
| |/ | | | | | | Fixed bugs: - https://launchpad.net/bugs/903670 (bzr r10767) | |||||
| * | Switch to top-level glib headers. Thanks to DimStar for patch | Alex Valavanis | 2011-12-08 | 1 | -1/+1 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/898538 (bzr r10762) | |||||
| * | cppcheck | Kris De Gussem | 2011-12-04 | 1 | -17/+13 | |
| | | | | | | | - dropped unused variable - changed use of obsolute function 'alloca' (see http://stackoverflow.com/questions/1018853/why-is-alloca-not-considered-good-practice and http://linux.die.net/man/3/alloca). (bzr r10760) | |||||
| * | increase significant digits in clone tile dialog | Johan B. C. Engelen | 2011-11-05 | 1 | -5/+8 | |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/171980 (bzr r10725) | |||||
| * | Cleanup for src/forward.h. (About 19 of the affected files did not require ↵ | Jon A. Cruz | 2011-10-05 | 3 | -9/+12 | |
| | | | | | | the contents forward.h at all). (bzr r10667) | |||||
| * | Doxygen cleanup. | Jon A. Cruz | 2011-10-03 | 8 | -234/+223 | |
| | | | | (bzr r10660) | |||||
| * | Refactor SPItem bounding box methods: remove NRRect usage and make code | Krzysztof Kosi??ski | 2011-08-27 | 3 | -20/+20 | |
| | | | | | | using them more obvious. Fix filter region computation. (bzr r10582.1.1) | |||||
| * | Merge rendering cache branch (GSoC 2011) | Krzysztof Kosi??ski | 2011-08-25 | 1 | -35/+21 | |
| |\ | | | | | (bzr r10579) | |||||
| | * | Rewrite NRArena -> Inkscape::Drawing. Call render and update | Krzysztof Kosi??ski | 2011-08-07 | 1 | -17/+13 | |
| | | | | | | | | | | | methods on the Drawing rather than on the root DrawingItem. (bzr r10347.1.25) | |||||
| | * | Rewrite NRArenaItem hierarchy into C++ | Krzysztof Kosi??ski | 2011-08-06 | 1 | -11/+7 | |
| | | | | | | | (bzr r10347.1.21) | |||||
| | * | Merge from trunk | Krzysztof Kosi??ski | 2011-07-25 | 5 | -50/+55 | |
| | |\ | | | | | | | (bzr r10347.1.18) | |||||
| | * | | Replace direct use of Cairo contexts and surfaces in the rendering tree | Krzysztof Kosi??ski | 2011-07-22 | 1 | -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 cleanup | Kris De Gussem | 2011-07-30 | 1 | -0/+1 | |
| | |/ |/| | | | (bzr r10519) | |||||
| * | | Remove deprecated Glib symbols | Krzysztof Kosi??ski | 2011-07-19 | 1 | -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. Engelen | 2011-07-17 | 2 | -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. Cruz | 2011-07-16 | 1 | -6/+7 | |
| | | | | | | | (bzr r10461) | |||||
| * | | Remove the icon-names.h thing, which was a mistake. | Krzysztof Kosi??ski | 2011-07-15 | 3 | -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 trunk | Krzysztof Kosi??ski | 2011-07-06 | 7 | -298/+288 | |
| |\ | | | | | (bzr r10347.1.5) | |||||
| | * | Text edit dialog: Apply button should grab default only after adding to window | Alex Valavanis | 2011-07-05 | 1 | -2/+2 | |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/805644 (bzr r10419) | |||||
| | * | Migrate clonetiler to GtkComboBox | Alex Valavanis | 2011-07-01 | 1 | -25/+33 | |
| | | | | | | | (bzr r10390.1.2) | |||||
| | * | Minimise GTK version changes in text-edit dialog | Alex Valavanis | 2011-06-30 | 1 | -34/+6 | |
| | | | | | | | (bzr r10390.1.1) | |||||
| | * | Gtk cleanup: gtk_signal_connect_while_alive | Alex Valavanis | 2011-06-26 | 1 | -49/+61 | |
| | | | | | | | (bzr r10350.1.9) | |||||
| | * | Gtk cleanup: gtk_object_get_data | Alex Valavanis | 2011-06-26 | 5 | -111/+111 | |
| | | | | | | | (bzr r10350.1.8) | |||||
| | * | Gtk cleanup: gtk_menu_append | Alex Valavanis | 2011-06-26 | 1 | -1/+1 | |
| | | | | | | | (bzr r10350.1.7) | |||||
| | * | Gtk cleanup: gtk_object_set_data | Alex Valavanis | 2011-06-25 | 4 | -62/+62 | |
| | | | | | | | (bzr r10350.1.5) | |||||
| | * | Remove/replace deprecated gtk_window_set_policy symbol | Alex Valavanis | 2011-06-23 | 2 | -3/+1 | |
| | | | | | | | (bzr r10350.1.2) | |||||
| | * | Replace deprecated gtk_radio_button_group symbol | Alex Valavanis | 2011-06-23 | 2 | -12/+12 | |
| | | | | | | | (bzr r10350.1.1) | |||||
| * | | Remove more of libnr | Krzysztof Kosi??ski | 2011-06-23 | 1 | -0/+1 | |
| |/ | | | (bzr r10347.1.2) | |||||
| * | Position the 'Set' button to lower right corner of the object properties panel. | Felipe Corr??a da Silva Sanches | 2011-06-22 | 1 | -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. Cruz | 2011-06-22 | 1 | -1/+1 | |
| | | | | (bzr r10339) | |||||
| * | Revision 10333 introduced dependency on gtk version 2.24 which is currently ↵ | Felipe Corr??a da Silva Sanches | 2011-06-22 | 1 | -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 GtkCombo | Alex Valavanis | 2011-06-22 | 1 | -12/+5 | |
| | | | | (bzr r10331.1.1) | |||||
| * | Merge from trunk | Krzysztof Kosi??ski | 2011-06-19 | 14 | -445/+373 | |
| |\ | | | | | (bzr r9508.1.89) | |||||
| | * | Replace deprecated GtkSignal | Alex Valavanis | 2011-06-13 | 7 | -100/+100 | |
| | | | | | | | (bzr r10282.1.1) | |||||
| | * | cmake: | Campbell Barton | 2011-06-13 | 1 | -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 macros | Alex Valavanis | 2011-06-12 | 2 | -5/+5 | |
| | |\ | | | | | | | (bzr r10280) | |||||
| | | * | Replace deprecated GTK_WIDGET_(UN)SET_FLAGS macros | Alex Valavanis | 2011-06-12 | 2 | -5/+5 | |
| | | | | | | | | | | (bzr r10277.1.1) | |||||
| | * | | cmake: now builds without having most of the source listed in 1 file. | Campbell Barton | 2011-06-13 | 1 | -1/+2 | |
| | |/ | | | | | (bzr r10278) | |||||
