summaryrefslogtreecommitdiffstats
path: root/src/ui/interface.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-32/+39
| | | | A lot of header clean-up.
* Limit geometry from file to width/height of monitorEduard Braun2018-01-071-2/+4
|
* Make stored geometry and default window size enumsEduard Braun2018-01-071-2/+3
|
* Simplify code to restore new windows to previous positionEduard Braun2018-01-071-41/+4
| | | | | | | | | GTK+ / window managers handle positioning of new windows on the screen just fine, so don't do "our own thing" that is prone to errors. Notably the previous code for gtkmm >=3.22 was broken as it assumed Inkscape to be shown on the primary monitor and mixed coordinates relative to the primary display with absolute screen coordinates
* Use a macro for GtkMM version checksAlexander Valavanis2017-12-251-2/+2
|
* Use standard glib macro instead of a custom oneStefano Facchini2017-10-191-2/+1
|
* First batchMarc Jeanmougin2017-10-011-47/+44
|
* Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin2017-09-301-6/+4
|
* remove helper/gnome-utils.*Marc Jeanmougin2017-09-291-7/+7
|
* Fix translation of menus.xmlEduard Braun2017-07-301-1/+6
| | | | | | | - prefix with underscores to make detectable by intltool-update (was lost with 78cebbf91af8d91681d4ff18b7c1a8b25f2c431a) - fix 'sp_ui_build_dyn_menus()' to account for this and stick with current project standards: translate '_name' but not 'name'
* interface: add support for old Gtk+Alex Valavanis2017-07-251-0/+5
|
* interface: Rm unused functionAlexander Valavanis2017-06-291-29/+0
|
* Remove old icon handling codeAlexander Valavanis2017-06-291-1/+0
|
* Add a show-icon attribute to menu XMLAlexander Valavanis2017-06-281-11/+34
|
* Revert "menu-items: C++ify"Alexander Valavanis2017-06-281-71/+49
| | | | This reverts commit d483c2ab23354cf5ea58a2d2225ab464b77f6614.
* Revert "Rm unused fn"Alexander Valavanis2017-06-281-0/+29
| | | | This reverts commit 1da12a921c8a5e9f49de799cf9f3e9a642208bd7.
* Rm unused fnAlexander Valavanis2017-06-281-29/+0
|
* menu-items: C++ifyAlexander Valavanis2017-06-281-49/+71
|
* Partial fix for menu items and split contextmenu into separate fileAlexander Valavanis2017-06-271-893/+36
|
* Initial addition of menu iconsAlexander Valavanis2017-06-271-32/+48
|
* GdkScreen deprecation fixesAlexander Valavanis2017-06-271-6/+23
|
* Reorder hide and lock from context menuJabier Arraiza Cenoz2017-06-071-7/+7
| | | (bzr r15736)
* Add contextual buttons to Hide/lock and Unhide/unlock itemsJabiertxof2017-06-061-1/+84
| | | (bzr r15732)
* Extract some common code into a routine.Shlomi Fish2017-01-041-9/+2
| | | (bzr r15369.1.8)
* Rm remaining Gtk::Stock usageAlex Valavanis2016-12-271-4/+2
| | | (bzr r15368)
* CPPification: almost all sp_object_set_whatever and sp_selection_whatever ↵Marc Jeanmougin2016-10-241-8/+8
| | | | | | | | | | | | global functions are now methods of ObjectSet*, with these additional benefits: - They can now act on any SelectionSet, not just the current selection; - Whenever possible, they don't need a desktop anymore and can run if called from GUI. I hope I did not break too many things in the process. *: So instead of callink sp_selection_move(desktop,x,y), you call myobjectset->move(x,y) (bzr r15189)
* Merged trunkAdrian Boguszewski2016-08-091-31/+1
|\ | | | | (bzr r14954.1.30)
| * End GTK+ 2 support and remove GDL forkAlex Valavanis2016-08-041-31/+1
| |\ | | | | | | (bzr r15038)
| | * Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-31/+1
| | | | | | | | | (bzr r15023.2.8)
* | | Merged trunkAdrian Boguszewski2016-08-031-12/+2
|\| | | | | | | | (bzr r14954.1.29)
| * | Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-12/+2
| | | | | | | | | (bzr r15034)
| * | Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-1/+12
| | | | | | | | | (bzr r15027)
| * | Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-12/+1
| |/ | | | | (bzr r15025)
* | Renamed some functions, fixed testsAdrian Boguszewski2016-07-271-2/+2
| | | | | | (bzr r14954.1.28)
* | Changed arguments and names of selection chemistry functionsAdrian Boguszewski2016-07-201-1/+1
| | | | | | (bzr r14954.1.22)
* | Added items as a range functionAdrian Boguszewski2016-07-031-2/+2
|\| | | | | (bzr r14954.1.13)
* | Moved next functions, added namespace, renamed range functionsAdrian Boguszewski2016-06-251-1/+1
|/ | | (bzr r14954.1.10)
* Fix regression: restore order in resources (e.g. pattern list)Marc Jeanmougin2016-05-211-2/+2
| | | (bzr r14907)
* function to release object from groupRaphael Rosch2016-04-141-0/+12
| | | | | | Fixed bugs: - https://launchpad.net/bugs/484041 (bzr r14845)
* Fix cmake buildMarc Jeanmougin2016-04-131-1/+1
| | | (bzr r14818)
* Fork GtkImageMenuItem and remove show_image boolean because we always want ↵Martin Owens2016-04-121-0/+12
| | | | | to show menu. (bzr r14800)
* Hackfest 2016: un-obfuscate the SPCanvas widget.Krzysztof Kosi??ski2016-04-121-2/+2
| | | (bzr r14790)
* [Bug #1545332] Canvas context menu: allow grouping a single selection (same ↵suv-lp2016-03-201-1/+1
| | | | | | | | as menu, toolbar command). Fixed bugs: - https://launchpad.net/bugs/1545332 (bzr r14723)
* update to trunk + resolve conflictsMarc Jeanmougin2015-12-081-0/+3
|\ | | | | (bzr r14504.1.9)
| * update to trunkJabier Arraiza Cenoz2015-12-081-2/+2
| |\ | | | | | | (bzr r14500.1.14)
| * | Fixes UX pointed in suv reviewJabier Arraiza Cenoz2015-12-061-0/+3
| | | | | | | | | (bzr r14500.1.9)
* | | update to trunkMarc Jeanmougin2015-12-071-2/+2
|\ \ \ | | |/ | |/| (bzr r14504.1.7)
| * | static code analysisKris De Gussem2015-12-071-2/+2
| |/ | | | | (bzr r14510)
* / cppification : GHashMaps replaced by stl maps. getResouceList now gives a ↵Marc Jeanmougin2015-12-071-3/+3
|/ | | | | | | std::set<SPObject *>. Should give some performance improvements (quite a few linear lookups are now logarithmic) (bzr r14504.1.6)
* null pointer dereference fixKris De Gussem2015-11-161-5/+3
| | | (bzr r14474.1.1)