| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix for bug #1600900, freetype internals must not be used. | St??phane Gimenez | 2006-12-02 | 1 | -3/+3 |
| | | | | | | | | | but, the replacement "FT_Get_X11_Font_Format" is still a hack, headers says: "It should only be used by the FreeType 2 font backend of the XFree86 font server." (bzr r2060) | ||||
| * | open window ON-screen | Ulf Erikson | 2006-11-30 | 1 | -4/+14 |
| | | | | (bzr r2059) | ||||
| * | these didn't compile for me. so let's try this. | Aaron Spike | 2006-11-30 | 2 | -42/+42 |
| | | | | (bzr r2058) | ||||
| * | C++ find dialog calling code. | Johan B. C. Engelen | 2006-11-29 | 1 | -0/+2 |
| | | | | (bzr r2056) | ||||
| * | C++ find dialog: only UI issues left (i hope) Testing needed. | Johan B. C. Engelen | 2006-11-29 | 2 | -6/+83 |
| | | | | (bzr r2055) | ||||
| * | C++ Find dialog almost complete! (it works, but it is biiig now) | Johan B. C. Engelen | 2006-11-29 | 4 | -18/+425 |
| | | | | (bzr r2054) | ||||
| * | 'backup' commit. Added widgets to C++-find dialog. Work not finished. | Johan B. C. Engelen | 2006-11-29 | 2 | -18/+79 |
| | | | | (bzr r2052) | ||||
| * | New widget helperclass for Gtk:Entry | Johan B. C. Engelen | 2006-11-29 | 3 | -0/+79 |
| | | | | (bzr r2051) | ||||
| * | non-gtkmm dialogs are now always opened ON-screen | Johan B. C. Engelen | 2006-11-27 | 7 | -60/+77 |
| | | | | (bzr r2045) | ||||
| * | Documenting all routines in stroke-style.cpp | Bryce Harrington | 2006-11-27 | 1 | -8/+111 |
| | | | | (bzr r2043) | ||||
| * | bug 1598337 / patch 1603279 by atwupack: crash deleting invisible layers | Richard Hughes | 2006-11-27 | 2 | -4/+4 |
| | | | | (bzr r2042) | ||||
| * | bug 1602461: never use font-stretch on win32 because Pango/GDI don't support ↵ | Richard Hughes | 2006-11-26 | 1 | -1/+5 |
| | | | | | | it so will end up falling back to Arial always (bzr r2041) | ||||
| * | Check if dialog is going to be displayed offscreen, if so: move it to center ↵ | Johan B. C. Engelen | 2006-11-26 | 1 | -5/+8 |
| | | | | | | | | off screen. [ 1596374 ] To do: copy this to non-gtkmm dialogs (bzr r2039) | ||||
| * | rename INX name for radiobuttons: <item> => <option> | Johan B. C. Engelen | 2006-11-25 | 1 | -2/+1 |
| | | | | | | removed debug message (bzr r2038) | ||||
| * | NEW: radiobuttons for extensions. See radiobutton_example.inx how to use ↵ | Johan B. C. Engelen | 2006-11-24 | 5 | -12/+296 |
| | | | | | | them (they are very similar to enums) (bzr r2031) | ||||
| * | grow/shrink node selection by scrollwheel | bulia byak | 2006-11-24 | 1 | -4/+31 |
| | | | | (bzr r2026) | ||||
| * | rename the effect | bulia byak | 2006-11-24 | 1 | -3/+3 |
| | | | | (bzr r2025) | ||||
| * | remove error message from groupChatCreate(). Gtalk should be ok with groups ↵ | Bob Jamison | 2006-11-24 | 1 | -2/+2 |
| | | | | | | now. (bzr r2019) | ||||
| * | remove 'from=' from messages, to work better with googletalk. It mangles ↵ | Bob Jamison | 2006-11-24 | 1 | -32/+56 |
| | | | | | | the JID. (bzr r2018) | ||||
| * | trying to nail the elusive disabled-mouse bug: if you're going to grab ↵ | bulia byak | 2006-11-22 | 1 | -0/+8 |
| | | | | | | something, ungrab what you was holding before (bzr r2005) | ||||
| * | rearrange code to make rubberband a bit more interruptibility-proof | bulia byak | 2006-11-22 | 1 | -3/+4 |
| | | | | (bzr r2004) | ||||
| * | rearrange code to make button actions a bit more interruptibility-proof | bulia byak | 2006-11-22 | 1 | -4/+4 |
| | | | | (bzr r2003) | ||||
| * | button-down event may have been missed (e.g. when you do button-1 down while ↵ | bulia byak | 2006-11-22 | 1 | -2/+4 |
| | | | | | | 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 (bzr r2002) | ||||
| * | should fix compilation issues on 64bit arches | St??phane Gimenez | 2006-11-21 | 1 | -3/+3 |
| | | | | (bzr r2000) | ||||
| * | improve performance | Bob Jamison | 2006-11-21 | 1 | -5/+12 |
| | | | | (bzr r1999) | ||||
| * | bug 1500287: Arabic and other RTL text not being shaped correctly | Richard Hughes | 2006-11-20 | 1 | -5/+26 |
| | | | | (bzr r1998) | ||||
| * | yet another crash/freeze in ungrab. IMPORTANT: the document_done calls and ↵ | bulia byak | 2006-11-20 | 1 | -8/+6 |
| | | | | | | 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. (bzr r1997) | ||||
| * | correct annotation; fixme | bulia byak | 2006-11-20 | 1 | -1/+2 |
| | | | | (bzr r1996) | ||||
| * | ensure Enter in spinbuttons activates the Apply | bulia byak | 2006-11-20 | 1 | -0/+10 |
| | | | | (bzr r1995) | ||||
| * | patch 1598684: better trace quantization | bulia byak | 2006-11-20 | 7 | -569/+756 |
| | | | | (bzr r1994) | ||||
| * | patch for Preview out of the tabs and other fixes | bulia byak | 2006-11-19 | 1 | -63/+58 |
| | | | | (bzr r1993) | ||||
| * | string fixes from bug 1516157 | bulia byak | 2006-11-19 | 5 | -6/+5 |
| | | | | (bzr r1991) | ||||
| * | add % to the blur/opacity labels | bulia byak | 2006-11-19 | 1 | -2/+2 |
| | | | | (bzr r1989) | ||||
| * | change opacity display to 0..100 | bulia byak | 2006-11-19 | 2 | -15/+18 |
| | | | | (bzr r1988) | ||||
| * | Cleanup work for markers - adding some documentation to areas of code | Bryce Harrington | 2006-11-18 | 4 | -12/+30 |
| | | | | | | dealing with markers, and removing some marker debug stuff. (bzr r1987) | ||||
| * | Adding some documentation for things related to markers | Bryce Harrington | 2006-11-18 | 1 | -4/+15 |
| | | | | (bzr r1985) | ||||
| * | separate updating window from updating layers | bulia byak | 2006-11-18 | 6 | -2/+10 |
| | | | | (bzr r1984) | ||||
| * | update layers after effect | bulia byak | 2006-11-18 | 1 | -0/+1 |
| | | | | (bzr r1983) | ||||
| * | remove g++ 4.1.1 compiler errors | Bob Jamison | 2006-11-18 | 2 | -5/+5 |
| | | | | (bzr r1980) | ||||
| * | extend the range of cap rounding, rename it to make more sense | bulia byak | 2006-11-18 | 1 | -2/+2 |
| | | | | (bzr r1979) | ||||
| * | correct the cap rounding in the temporary (red) shape | bulia byak | 2006-11-18 | 1 | -4/+8 |
| | | | | (bzr r1978) | ||||
| * | patch 1219308 for embedding type 1 fonts into ps/eps output | bulia byak | 2006-11-18 | 10 | -38/+594 |
| | | | | (bzr r1977) | ||||
| * | enable Enter to activate filedialogs | bulia byak | 2006-11-18 | 1 | -3/+3 |
| | | | | (bzr r1973) | ||||
| * | Remove our "fake" location field from the open dialog. Gtk's FileChooser ↵ | Bob Jamison | 2006-11-17 | 1 | -84/+0 |
| | | | | | | has evolved enough that we don't need it any more. (bzr r1970) | ||||
| * | Slight include tweak | Bob Jamison | 2006-11-16 | 1 | -1/+1 |
| | | | | (bzr r1962) | ||||
| * | change include to not interfere with other instances of uri.h | Bob Jamison | 2006-11-16 | 1 | -1/+1 |
| | | | | (bzr r1961) | ||||
| * | cleanup filter handling, fix hreffing, implement release and modified signal ↵ | bulia byak | 2006-11-16 | 2 | -40/+90 |
| | | | | | | listening for filters (fixes numerous crashes) (bzr r1960) | ||||
| * | Fix non-basenames | Bob Jamison | 2006-11-15 | 1 | -1/+3 |
| | | | | (bzr r1956) | ||||
| * | More compile error cleanup | Bob Jamison | 2006-11-15 | 5 | -27/+30 |
| | | | | (bzr r1955) | ||||
| * | Make C++ - compilable. Mostly remove pointer casting problems. Fix a few ↵ | Bob Jamison | 2006-11-15 | 27 | -340/+259 |
| | | | | | | places where C++ is stricter than C. (bzr r1954) | ||||
