| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Minor cleanup (remove unneeded win32-specific defines) | Patrick Storz | 2019-06-09 | 1 | -4/+1 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -2/+3 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 1 | -1/+1 |
| | | | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | ||||
| * | Remove #include "config.h" from header files where possible | Eduard Braun | 2018-09-24 | 1 | -3/+0 |
| | | |||||
| * | Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ↵ | Alex Valavanis | 2015-04-27 | 1 | -5/+0 |
| | | | | | | ensuring that glibmm headers always preceed glib.h headers. Same applies with gtkmm/gtk+ etc (bzr r14064) | ||||
| * | Rename libgc/ => inkgc/ to reflect difference from Boehm GC | Liam P. White | 2015-02-26 | 1 | -1/+1 |
| | | | | (bzr r13950) | ||||
| * | Isolate components of libgc | Liam P. White | 2015-02-25 | 1 | -1/+1 |
| | | | | (bzr r13946) | ||||
| * | fix windows build (gtk3) partly. broken because of windows.h poluting ↵ | Johan B. C. Engelen | 2014-06-25 | 1 | -1/+2 |
| | | | | | | namespace with "interface" struct name. (bzr r13341.1.68) | ||||
| * | make windows filedialog's code more portable for different mingw versions ↵ | Johan B. C. Engelen | 2014-05-15 | 1 | -1/+5 |
| | | | | | | (failed on 64bit) (bzr r13341.1.26) | ||||
| * | fix windows 64bit build. (changes already committed to trunk) | Johan B. C. Engelen | 2014-05-13 | 1 | -0/+2 |
| | | | | (bzr r13341.1.19) | ||||
| * | Documentation/Translation. Fix for Bug #1236382 (Typos in comments and ↵ | Nicolas Dufour | 2013-10-09 | 1 | -2/+2 |
| | | | | | | | | | message, localization context needed) by Yuri Chornoivan. Fixed bugs: - https://launchpad.net/bugs/1236382 (bzr r12673) | ||||
| * | Added configure/ifdef guards to only bring in the needed #include if glibmm ↵ | Jon A. Cruz | 2013-06-06 | 1 | -0/+3 |
| | | | | | | has it. (bzr r12353) | ||||
| * | Win32. More include fixes for glibmm 2.36 (file dialog). | Nicolas Dufour | 2013-05-16 | 1 | -4/+8 |
| | | | | (bzr r12337) | ||||
| * | Win32. Fixing some more include issues (glibmm threads depracation). | Nicolas Dufour | 2013-05-15 | 1 | -0/+3 |
| | | | | (bzr r12336) | ||||
| * | Win32. Fixing Glib and GTKmm deprecations. | Nicolas Dufour | 2013-02-05 | 1 | -0/+4 |
| | | | | (bzr r12102) | ||||
| * | Fix for 1036059 : Keyboard shortcut editor | John Smith | 2012-11-25 | 1 | -0/+2 |
| | | | | (bzr r11895) | ||||
| * | Fix for 1023655 : Improvments to Embedded script UI | John Smith | 2012-07-15 | 1 | -0/+8 |
| | | | | (bzr r11549) | ||||
| * | Preferences. New bitmap editor selector (fixes Bug #262617, Edit externally ↵ | Nicolas Dufour | 2011-02-21 | 1 | -1/+2 |
| | | | | | | | | | doesn't work on Windows). Fixed bugs: - https://launchpad.net/bugs/262617 (bzr r10062) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 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) | ||||
| * | Add missing namespaces in win32 code (thanks to Yann Papouin for pointing ↵ | Maximilian Albert | 2009-08-10 | 1 | -1/+1 |
| | | | | | | this out) (bzr r8460) | ||||
| * | Fix remaining glitches in the behaviour of the Save dialogs (w.r.t. ↵ | Maximilian Albert | 2009-08-09 | 1 | -1/+1 |
| | | | | | | remembering the last file type and folder). As part of the cleanup inkscape:output_extension was removed, too. (bzr r8454) | ||||
| * | Fix compile on windows | Maximilian Albert | 2009-08-07 | 1 | -7/+7 |
| | | | | (bzr r8434) | ||||
| * | Store last used paths separately for the 'Save as ...' and 'Save a copy ...' ↵ | Maximilian Albert | 2009-08-07 | 1 | -3/+4 |
| | | | | | | dialogs and remember the last used file types in each case (closes LP #184655 and perhaps others; LP #386292 was fixed by the previous commit). (bzr r8432) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -5/+5 |
| | | | | (bzr r6885) | ||||
| * | First patch for Bug 209199: Update Win32 Save As dialog to include a Title ↵ | Jeff Schiller | 2008-09-11 | 1 | -9/+17 |
| | | | | | | edit box (and label). This edit box is sync'ed with the RDF and doc-level title and allows a user to edit the title prior to save. This patch does not update the GTK dialogs (that will be submitted in a subsequent patch). (bzr r6791) | ||||
| * | Preview emf on windows | Ulf Erikson | 2008-07-14 | 1 | -0/+8 |
| | | | | (bzr r6294) | ||||
| * | Fixed off-by-one filter bug with the windows native file dialogs, and tidied ↵ | Joel Holdsworth | 2008-02-28 | 1 | -18/+24 |
| | | | | | | code a bit in filedialogimpl-win32.cpp/h (bzr r4900) | ||||
| * | Line-end fix | Jon A. Cruz | 2008-02-25 | 1 | -348/+348 |
| | | | | (bzr r4845) | ||||
| * | Corrected Copyright years in file dialogs from 2007 -> 2008 | Joel Holdsworth | 2008-02-23 | 1 | -1/+1 |
| | | | | (bzr r4832) | ||||
| * | Merged in Native File Dialogs for Windows Branch | Joel Holdsworth | 2008-02-23 | 1 | -0/+348 |
| (bzr r4830) | |||||
