| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2013-03-18 | Drop old (unused) find dialog files | Alex Valavanis | 1 | -468/+0 | |
| (bzr r12223) | |||||
| 2013-03-18 | Fix -Wunused-function warnings | Alex Valavanis | 1 | -216/+0 | |
| (bzr r12221) | |||||
| 2013-01-11 | Warning and dead code cleanup. | Jon A. Cruz | 1 | -150/+0 | |
| (bzr r12014) | |||||
| 2012-12-25 | Convert a load more C-style pointer casts to GObject or C++ casts (merry ↵ | Alex Valavanis | 1 | -13/+13 | |
| christmas\!) (bzr r11986) | |||||
| 2012-10-04 | code cleanup: make more functions static or include their own headers. | Campbell Barton | 1 | -23/+25 | |
| (bzr r11736) | |||||
| 2012-05-16 | remove GtkObject use in find dialog | Alex Valavanis | 1 | -4/+2 | |
| (bzr r11368) | |||||
| 2012-04-30 | Fix typos in Gtk3 fixes, and fix separator API usage | Alex Valavanis | 1 | -3/+7 | |
| (bzr r11309) | |||||
| 2012-04-10 | Replace deprecated gtk_vbox_new and gtk_widget_size_request | Alex Valavanis | 1 | -0/+19 | |
| (bzr r11213) | |||||
| 2012-04-10 | Replace remaining gtk_hbox_new usage | Alex Valavanis | 1 | -0/+30 | |
| (bzr r11204) | |||||
| 2012-02-17 | Fix for 171579 : Make inkscape remember dialogs window status | John Smith | 1 | -0/+5 | |
| (bzr r10992) | |||||
| 2011-12-14 | Replace deprecated gtk_widget_hide_all | Alex Valavanis | 1 | -4/+4 | |
| Fixed bugs: - https://launchpad.net/bugs/903670 (bzr r10767) | |||||
| 2011-10-03 | Doxygen cleanup. | Jon A. Cruz | 1 | -2/+3 | |
| (bzr r10660) | |||||
| 2011-06-26 | Gtk cleanup: gtk_object_get_data | Alex Valavanis | 1 | -27/+27 | |
| (bzr r10350.1.8) | |||||
| 2011-06-25 | Gtk cleanup: gtk_object_set_data | Alex Valavanis | 1 | -9/+9 | |
| (bzr r10350.1.5) | |||||
| 2011-06-13 | Replace deprecated GtkSignal | Alex Valavanis | 1 | -4/+4 | |
| (bzr r10282.1.1) | |||||
| 2011-06-05 | Replace use of deprecated GtkTooltips API | Alex Valavanis | 1 | -34/+30 | |
| Fixed bugs: - https://launchpad.net/bugs/793086 (bzr r10256.1.1) | |||||
| 2011-06-04 | Removed outdated/unsafe SP_DOCUMENT_DEFS macro and reduced usage of ↵ | Jon A. Cruz | 1 | -0/+1 | |
| SP_ROOT() gtk type function/macro. (bzr r10254) | |||||
| 2011-02-22 | Finished cleanup of outdated SP_OBJECT_REPR C macro. | Jon A. Cruz | 1 | -27/+37 | |
| (bzr r10067) | |||||
| 2010-11-17 | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 1 | -1/+1 | |
| 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. (bzr r9900) | |||||
| 2010-10-24 | Some UI fixes | Kris De Gussem | 1 | -4/+4 | |
| (bzr r9846) | |||||
| 2010-08-22 | i18n. Context cleanup (context|string replaced with C_). | Nicolas Dufour | 1 | -4/+2 | |
| (bzr r9722) | |||||
| 2010-07-03 | another c++ification for sp-object.h/cpp and still in progress... | Abhishek Sharma Public | 1 | -1/+1 | |
| (bzr r9546.1.4) | |||||
| 2009-06-03 | * [INTL:*] translator comments for all context strings added | Ivan Mas??r | 1 | -1/+3 | |
| (bzr r7985) | |||||
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -15/+4 | |
| (bzr r6891) | |||||
| 2008-10-27 | From trunk | Ted Gould | 1 | -10/+12 | |
| (bzr r6885) | |||||
| 2008-05-04 | warning cleanup and fixed string free issue | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r5594) | |||||
| 2008-02-26 | Split the "Clones" string to introduce two contexted strings (Clones as ↵ | Marcin Floryan | 1 | -1/+3 | |
| objects to find and Clones as tool to use in ui/dialog/inkscape-preferences.cpp). Asses some comments for translators. (bzr r4861) | |||||
| 2007-11-10 | Warning cleanup | Jon A. Cruz | 1 | -1/+1 | |
| (bzr r4052) | |||||
| 2007-07-11 | bug 1243190: add tref element support; limited editing support thus far ↵ | Richard Hughes | 1 | -1/+2 | |
| (patch by gbanaszk) (bzr r3227) | |||||
| 2006-11-27 | non-gtkmm dialogs are now always opened ON-screen | Johan B. C. Engelen | 1 | -7/+9 | |
| (bzr r2045) | |||||
| 2006-08-25 | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 1 | -3/+3 | |
| need to rethink and incrementally change gbooleans to bools (bzr r1637) | |||||
| 2006-08-23 | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 1 | -3/+3 | |
| one major janitorial task we identified.... (bzr r1633) | |||||
| 2006-04-17 | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 1 | -2/+2 | |
| confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | |||||
| 2006-02-24 | make sure only positive dialog positions are read from preferences, fixes ↵ | Ralf Stephan | 1 | -0/+4 | |
| #1290647 (bzr r180) | |||||
| 2006-02-24 | make sure no negative dialog position is written into preferences, | Ralf Stephan | 1 | -0/+3 | |
| part of fix for #1290647 (bzr r178) | |||||
