non-gtkmm dialogs are now always opened ON-screen
fixed temporary files management in eqtexsvg extension
Documenting all routines in stroke-style.cpp
bug 1602461: never use font-stretch on win32 because Pango/GDI don't support it so will end up falling back to Arial always
make update-po works again
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
To do: copy this to non-gtkmm dialogs
rename INX name for radiobuttons: <item> => <option>
removed debug message
removed debug message
added user unit conversion to eqtexsvg extension
upgrade apspec file to autopackage 1.2
adding stroke-dasyarray
please don't forget to update Makefile.am
Added "multiply x-range with 2*pi" option to function plotter for easier use
Deleted the Wavy extension, because functionplotter provides the same functionality.
NEW: radiobuttons for extensions. See radiobutton_example.inx how to use them (they are very similar to enums)
Add "strip" to <link> so you can do it if linking is successful
forgot re
move user unit conversion into inkex.py
fixes related to bugs (#1495693,#1500967,#1555211)
with the eqtexsvg plugin (ie LaTeX Formula):
- uses better svg parsing technique
- does better tmp file creation
- uses plot-svg pstoedit driver to produce svgs
- does not use -output-dir with latex
- other minor fixes and improvements
thanks to Roman S Dubtsov
with the eqtexsvg plugin (ie LaTeX Formula):
- uses better svg parsing technique
- does better tmp file creation
- uses plot-svg pstoedit driver to produce svgs
- does not use -output-dir with latex
- other minor fixes and improvements
thanks to Roman S Dubtsov
grow/shrink node selection by scrollwheel
rename the effect
restoring ffgeom.py
oops, this one is actually used by other extensions too - restoring
fixes: menu, name, encoding
add title
rename, copyedit
remove error message from groupChatCreate(). Gtalk should be ok with groups now.
remove 'from=' from messages, to work better with googletalk. It mangles the JID.
rename for consistency
fix status msg for overloading
Allow msgfmt to create a subdir for each .mo file, such as de/de.mo
a couple more static libs
rename
example not needed anymore, enums used in pattern-on-path
retire kochify
retire fretboard designer
a couple more static libs
small modifications because of new buildsystem
trying to nail the elusive disabled-mouse bug: if you're going to grab something, ungrab what you was holding before
rearrange code to make rubberband a bit more interruptibility-proof
rearrange code to make button actions a bit more interruptibility-proof
button-down event may have been missed (e.g. when you do button-1 down while button-3 is down), so we can't just assume we have rubberband. This fixes the stray rubberband bug, especially annoying on windows with a tablet
Speed improvement on dep scanning. Better decision about whether compile needed.
should fix compilation issues on 64bit arches
improve performance
yet another crash/freeze in ungrab. IMPORTANT: the document_done calls and others triggering screen redraw must come absolutely the last in any function, otherwise, because of the events that happened during the redraw, you risk seeing a vastly different landscape when you return for the remainder of your function (e.g. the tool context may have changed), and it will likely misbehave.
correct annotation; fixme
ensure Enter in spinbuttons activates the Apply
patch for Preview out of the tabs and other fixes
my favorite misspelling
add % to the blur/opacity labels
change opacity display to 0..100
Cleanup work for markers - adding some documentation to areas of code
dealing with markers, and removing some marker debug stuff.
dealing with markers, and removing some marker debug stuff.
Fix for abs paths on win32. Fix property overloading.
Adding some documentation for things related to markers
separate updating window from updating layers
update layers after effect
add hsl adjusters; remove keep-rgb as redundant; update uris
Add dll capabilities
remove g++ 4.1.1 compiler errors
extend the range of cap rounding, rename it to make more sense
correct the cap rounding in the temporary (red) shape
Improve option parsing
Fixed absolute paths in createDirectory()
Added regex. Greatly improved <fileset> scanning.
enable Enter to activate filedialogs
add <makefile>
added new color effects to the list of translatable files
Remove our "fake" location field from the open dialog. Gtk's FileChooser has evolved enough that we don't need it any more.
18 years agoprevent multiple processing of the same gradient if it is used by more than one selec...
prevent multiple processing of the same gradient if it is used by more than one selected object
Better file checking
removed pdf.cpp from the list to make 'make update-po' work again
library tweaks
New file. use for building with gtk28
Update to gtk2.10
fix circ dep check
Slight include tweak
change include to not interfere with other instances of uri.h
18 years agocleanup filter handling, fix hreffing, implement release and modified signal listenin...
cleanup filter handling, fix hreffing, implement release and modified signal listening for filters (fixes numerous crashes)
improve status msgs
tweaks
New commit. This will eventually replace the old Makefile.mingw stuff
Fix non-basenames
More compile error cleanup
Make C++ - compilable. Mostly remove pointer casting problems. Fix a few places where C++ is stricter than C.
color effects
removed obsolete -G option from main.cpp and therefore from '--help' output
redesign the dialog into 3 tabs, rewrite most texts, increase preview size
no need to list win32 stuff here?
remove debug output
patch for emf export on win32
fix another crash on exit caused by trying to do stuff when canvas is no more