9ba77856a8823f85b53c0a861d220cd0347f2754 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Remove sp_desktop_document and finish cleanup of desktop-handles.h |
769a6887551cf7ff7bce4b48d3ac303cbea69507 |
|
21-Dec-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection |
cee084c8a6394fa638af2629ca8670ca138ed706 |
|
05-Oct-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Move obvious ui component to ui/ |
2f64b614754d1f1ca1265fdb3624407f93933a15 |
|
26-Aug-2014 |
Alex Valavanis <valavanisalex@gmail.com> |
Standardise InkscapeApplication GObject implementation (namespace not supported properly) |
9541acf7f8742ccad1bf837ac14765c0abc9f26e |
|
17-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Fix accidental regression in previous commit |
f16834afbafacfbdab1ab1070051dd72bdaa8eeb |
|
17-Aug-2014 |
Liam P. White <inkscapebrony@gmail.com> |
Fix gtk3 crash when using "close" button |
3e3e2a49f82b250cb852586703fbc460b3ca20e4 |
|
27-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
5. Refactoring of Application class: make copy/assignment operators private, disallow pointers to Application |
52cad88e59adf0342e9294b9249b96bffe8fbe9e |
|
26-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
4. further refactor Application class; create proper singleton, encapsulate members, simplify signals |
6cc2da37c4f1d408dbc9ca92ee622d4093f554fb |
|
26-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
3. remove dead code, refactor existing code. Connect overlooked signals. |
cf1b00269e6a363acfe397115fb123d1999759fd |
|
25-Jun-2014 |
Liam P. White <inkscapebrony@gmail.com> |
2. connect signals |
942fad96b23fb5d413a80866fab06905fb9befaf |
|
29-Mar-2014 |
Markus Engel <markus.engel@tum.de> |
Removed obsolete header file. |
d1561c248f49dc3508ae9e6557fc0d371928e394 |
|
09-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
Moved and renamed some tool-related files. |
5f19756f48574526dda8abedebf811c9d1456e80 |
|
07-Nov-2013 |
Markus Engel <markus.engel@tum.de> |
First step of moving tools into appropriate namespaces. |
5356a4f7df74e03dfb1ed1628618bb57b7b8884d |
|
03-Oct-2012 |
Campbell Barton <ideasman42@gmail.com> |
code cleanup: make more functions static, add includes. |
7a7345e59acafc35c32fdae5f0ceb5cf4b62bdfc |
|
05-Jul-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Drop GTK+ 2.20 support. |
92450570cf4355f84000dedf1c69fa0c392edfb2 |
|
07-May-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Fix more deprecated GDK key symbols |
36fe57c03027fcd94aad7d16f751c7d1647dd4a1 |
|
28-Apr-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
gtkmm-3.0 fixes for Gtk::Box and header inclusions |
2f1d84d71c3a289223f7859d38119445d8e52ace |
|
28-Apr-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Drop GtkObject use in dialog |
329f3ccaf2b6b15325a8881fc9785c62bd659774 |
|
26-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
gseal fix |
1b3a8414f17dc95fc921d999ea715c99d10dd4aa |
|
26-Feb-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Clean up all remaining false warnings from Gtkmm |
d0a19f4014cdd171eb8c6ff4c7b1e2ff7891b223 |
|
17-Feb-2012 |
John Smith <removethis.john.q.public@bigmail.com> |
Fix for 171579 : Make inkscape remember dialogs window status |
1465264c884b85cfcf11750488449f0cc6fd9203 |
|
06-Feb-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
(cppcheck and janitorial tasks:) C-style casting to C++-style casting |
6b1c8ddb9417e884eeeade02150311bb28117885 |
|
06-Jan-2012 |
Kris <Kris.De.Gussem@hotmail.com> |
Some documentation |
5cf332777b4c27336d64c273ac63bce3ee27a53d |
|
03-Jan-2012 |
Alex Valavanis <valavanisalex@gmail.com> |
Cleanup GSEAL issues and deprecated GtkTooltips |
dbb33756bd786e9432e18ec7be93f8c416e1b492 |
|
03-Oct-2011 |
Jon A. Cruz <jon@joncruz.org> |
Doxygen cleanup. |
6613c0f3fb7ae1887b8de50d97d7a4c831c3f5b4 |
|
07-Feb-2011 |
Jon A. Cruz <jon@joncruz.org> |
Fixed uninitialized member variables. |
a4030d5ca449e7e384bc699cd249ee704faaeab0 |
|
17-Nov-2010 |
Chris Morgan <chris.morganiser@gmail.com> |
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf-8 in all 1074 Vim modelines.
The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline").
Also corrected five deviant modestrings:
* src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end
* src/ui/dialog/tile.cpp: removed gratuitous second colon at the end
* src/helper/units-test.h: removed gratuitous space before a colon
* share/extensions/export_gimp_palette.py: missing textwidth=99
That's my geekiest commit yet. |
98642e1599b79dd4207c88375e2a030f5f570a4b |
|
12-Oct-2010 |
Krzysztof Kosiński <tweenk.pl@gmail.com> |
Remove the failed and unused "new gui" stuff. |
6a8f101b0d8f2b5880d603b47a35060e1c465cd3 |
|
04-Apr-2010 |
Jon A. Cruz <jon@joncruz.org> |
zero out pointers to deleted members. might expose problems if a stail pointer is related to bug #494722. |
e9b6af083e34e2397a8ddbe9781920733d09d151 |
|
27-Oct-2008 |
Ted Gould <ted@canonical.com> |
From trunk |
871fccc39b870543073d7015a9d8c701252b68f9 |
|
24-Feb-2008 |
joncruz <joncruz@users.sourceforge.net> |
Warning and whitespace cleanup |
963f23115db07f460bdd862b957f8bd9dba88b9b |
|
22-Nov-2007 |
gustav_b <gustav_b@users.sourceforge.net> |
The dialog to panel refactoring:
* Made the current dialogs subclass the Panel class instead of the
Dialog class.
* Extended the Panel class with some functionality that the dialogs
relied on.
* Added a PanelDialog class which is a dialog container for a
single panel with the dialog behavior as a template parameter.
(* Fixed coding style for the Panel and Dialog class)
For details, see
http://www.nabble.com/Re%3A-Dockable-dialogs%2C-todo-list-p12728194.html
http://www.nabble.com/Re%3A-Inkscape-overcomes-Xara-in-Google-Trends-p13126622.html |
4abf85d3390af9d3171dff8327c75635c9dc9911 |
|
19-Sep-2007 |
gustav_b <gustav_b@users.sourceforge.net> |
Handle Dialog events properly |
86a54db20793c3e93ddec04e6438b32c0535594f |
|
19-Sep-2007 |
gustav_b <gustav_b@users.sourceforge.net> |
Move more dialog event handling into Dialog class, work in progress on
focus issues. |
261bc49d2bd719ed084437bc7290afad22b72ed4 |
|
19-Sep-2007 |
gustav_b <gustav_b@users.sourceforge.net> |
Cleaned up Dialog class, coding style, unused code, etc. (only
estethical changes)
--This line, and those below, will be ignored--
M src/ui/dialog/dialog.h
M src/ui/dialog/tree-editor.cpp
M src/ui/dialog/dialog.cpp
M src/ui/dialog/dock-behavior.cpp
M src/ui/dialog/floating-behavior.cpp
M src/ui/dialog/tree-editor.h |
417eb5cc8fec7a30f77af424c4fa82dcf591c8ff |
|
10-Sep-2007 |
gustav_b <gustav_b@users.sourceforge.net> |
Remove redundant dialog present(), make sure user_hidden is set for
DockBehavior dialogs. |
da15593ce819c0c0fa2c2adaddebde9de7e0f62c |
|
03-Sep-2007 |
gustav_b <gustav_b@users.sourceforge.net> |
Fixes for transient dialogs in win32. |
a0df1b8dd5b14367c583ce2f72a2ca6bf1cde799 |
|
29-Aug-2007 |
gustav_b <gustav_b@users.sourceforge.net> |
Dockable dialogs patch applied
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438) |
04ef8d29d434efa3370b37008b04d06ac30d8160 |
|
01-Apr-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
patch 1690246 from Max + read_geometry fixes for consistent placement |
c1faa54c60ce094348e66b34962c27062a0827da |
|
19-Feb-2007 |
buliabyak <buliabyak@users.sourceforge.net> |
now at least the first opening of the first gtkmm dialog opens it in-place without jumping. still can't make it work for all cases. |
1bac46c1d39de1377d588cc9d1e1034aa8351d3b |
|
06-Jan-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
Cleans it from //#ifndef WIN32 |
a4f5b8be2fe343756cc95271b9728fe0adc89ced |
|
06-Jan-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
Small edits to copyright info. |
9fc128b158b385eb6148d741114d4dfe6a3942a7 |
|
06-Jan-2007 |
johanengelen <johanengelen@users.sourceforge.net> |
Special #ifdef win32 code to enable Dialogs on Top for windows. Note the removal of options from the global preferences on win32! just one option left: dialogs on top yes/no. Does have one "bug" though... read note! |
3f6074b8a3112b92b66101d77a08cfbb133d4f27 |
|
26-Nov-2006 |
johanengelen <johanengelen@users.sourceforge.net> |
Check if dialog is going to be displayed offscreen, if so: move it to center off screen. [ 1596374 ]
To do: copy this to non-gtkmm dialogs |
f4f507228b30d55fd7e39386ba513f3a0a54bd5d |
|
25-Aug-2006 |
kidproto <kidproto@users.sourceforge.net> |
peeled back the gboolean code as it hit on some complexity theory principles...
need to rethink and incrementally change gbooleans to bools |
c87d0307348fcfdc65b6b4ab6999a3cb0de2431f |
|
23-Aug-2006 |
kidproto <kidproto@users.sourceforge.net> |
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
one major janitorial task we identified.... |
6129af7cc5b723223e9617614c931936e5190421 |
|
17-Apr-2006 |
mental <mental@users.sourceforge.net> |
Get rid of the SP_DT_* macros which do nothing more than provide additional, confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. |
8b762e7e3419c0f8b89824be9ffb5174aa14f4da |
|
24-Feb-2006 |
mental <mental@users.sourceforge.net> |
amend workaround for #1432690 |
69d270fec638055afb0f4d6037b1e7d6bd7d10be |
|
24-Feb-2006 |
rwst <rwst@users.sourceforge.net> |
make sure only positive dialog positions are read from preferences, fixes #1290647 |
2c2433148c078bfb2f60622e263bbb817e78abdd |
|
24-Feb-2006 |
rwst <rwst@users.sourceforge.net> |
make sure no negative dialog position is written into preferences,
part of fix for #1290647 |
12e14effb737cb4e42c5c000cfa6fce878a324b7 |
|
24-Feb-2006 |
rwst <rwst@users.sourceforge.net> |
including typecheck trying to prevent #1432680 |
36e966d91481707930ce369d9d577f307fd5fbaf |
|
06-Feb-2006 |
rwst <rwst@users.sourceforge.net> |
open Inkscape Preferences on doubleclick of toolbox button (more or less patch
#1424822 by Marco Scholten) |
6b15695578f07a3f72c4c9475c1a261a3021472a |
|
16-Jan-2006 |
mental <mental@users.sourceforge.net> |
moving trunk for module inkscape |