Re: [Xournal-devel] Fwd: Arrow Tool / Getting into development

2017-03-17 Thread dmg
Hi Hans, thank you for trying this. Is there a place where we can download the patches? thank you! --dmg On Fri, Mar 17, 2017 at 2:25 PM, Hans Rochus wrote: > Hi, > > thanks for your very in depth answer. I just got to try this two days ago > and got it working!. I've added

[Xournal-devel] Bug in the PDF export of the line-widths-optimized

2016-09-15 Thread dmg
​Hi Immi, while using your code I found that I get (sometimes) an artifact in the PDF. It is a thin line. See the following files, that show a very simple XOJ file with the error. http://turingmachine.org/~dmg/temp/immi the .pdf background file is the along with the xournal file. I have

Re: [Xournal-devel] Bug in branch next, command line arguments

2016-09-14 Thread dmg
Hi Immi, There is one branch currently in dmgerman/xournal for the command line options. That is the code that must be debugged. I'll move it to dmgerman/xournal-dmg so it is connected to xournal/xournal and we can do pull requests. I'll take a look later today. On Wed, Sep 14, 2016

Re: [Xournal-devel] Locale-dependent config file

2016-09-13 Thread dmg
avoid compression.​ -- --dmg --- Daniel M. German http://turingmachine.org -- ___ Xournal-devel mailing list Xournal-devel@lists.sourceforge.net https://lists.sourceforge.n

Re: [Xournal-devel] scroll gestures

2016-09-06 Thread dmg
wow, it seems to work well in my thinkpad!!! at least with the simple test I am going to test it with the next PDF i edit and I'll report back. thanks a lot Immi, --dmg On Tue, Sep 6, 2016 at 2:34 PM, Immi Halupczok wrote: > > ... are now implemented in my new branch scro

Re: [Xournal-devel] endless page (was: Re: Further improvements)

2016-09-04 Thread dmg
> Xournal-devel mailing list > Xournal-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xournal-devel > > -- --dmg --- Daniel M. German http://turingmachine.org -- _

Re: [Xournal-devel] How to contribute?

2016-09-04 Thread dmg
ing list > Xournal-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xournal-devel > -- --dmg --- Daniel M. German http://turingmachine.org --

Re: [Xournal-devel] How to contribute?

2016-09-03 Thread dmg
ices is one more than the number of > segments). > I think that the n+1 vs n widths can be easily handled by patching xournal to accept a n+1 width (and ignore it). So when it reads a file with more than n, it works, rather than failing as it is currently. I'll write the patch today.​

Re: [Xournal-devel] How to contribute?

2016-09-03 Thread dmg
segments with rounded ends. So in theory, this could mean that we are doing 1 line and two half circles per each line-sgement, But i don't know if that is the case. --dmg On Sat, Sep 3, 2016 at 5:15 PM, Denis Auroux wrote: > Hi Daniel, > > From what I understand, the line rende

Re: [Xournal-devel] How to contribute?

2016-08-31 Thread dmg
ent of the other. what do you think? I have created it just now: github.com/xournal/xournal i will make sure it is updated to Denis repo. Immi, you can create your fork, add your feature and we can all test it. I can also integrate it to my "next" version of the repo. --dmg On Wed,

Re: [Xournal-devel] Xournal for Touch

2016-08-04 Thread dmg
, the gtk3 branch is almost complete, but it might have a couple of lingering bugs that need to be addressed before it can be used for "production". --dmg On Thu, Aug 4, 2016 at 5:30 AM, Denis Auroux wrote: > Xournal is intricately dependent on GTK+ (version 2) and a few other &g

Re: [Xournal-devel] anybody using xournal with the new lenovo's digitizer

2016-05-11 Thread dmg
so it is either rechargable (the one that goes into the silo of the laptop) or it uses batteries. I have not been able to use one yet. I am currently using xournal with a Thinkpad Yoga (Linux) and a Lenovo Thinkpad Tablet 2 (Windows). -- --dmg --- Daniel M. German http://tu

Re: [Xournal-devel] anybody using xournal with the new lenovo's digitizer

2016-05-11 Thread dmg
he PCI bus instead of previously being a USB > device. Intel is working on a linux driver and I got a non-authorative info > they set as goal to get it into the 4.8 kernel release. > > Kind regards, Axel > > On Thu, May 12, 2016 at 8:01 AM, dmg wrote: > >> hi everybo

[Xournal-devel] anybody using xournal with the new lenovo's digitizer

2016-05-11 Thread dmg
hi everybody, has anybody acquired a lenovo tablet with the new (active) digitizer? if so, how is the xournal experience? thanks! -- --dmg --- Daniel M. German http://turingmachine.org -- Mobile security can be

Re: [Xournal-devel] anyone running xournal on epaper?

2016-04-18 Thread dmg
. --dmg On Mon, Apr 18, 2016 at 1:04 PM, Torsten Wagner wrote: > Hi, > > modern e-inks are much better with respect to refresh. > I do not want to be bash xournal or Linux, I am using both a lot for > my lectures and on PCs. However, if you go the way to use such a > reader, make su

Re: [Xournal-devel] Xournal handling a changing PDF background

2016-03-01 Thread dmg
fix, I suppose, but only in the case that the new PDF has more pages than the previous one, or the new pdf has less pages and there are no annotations in the last page. I usually solve this by hand (edit the .xoj file)

Re: [Xournal-devel] specify page number by command line and table of content for pdf annotation

2015-12-29 Thread dmg
> Xournal-devel mailing list > Xournal-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xournal-devel > -- --dmg --- Daniel M. German http://turingmachine.org -- _

Re: [Xournal-devel] Inclusion of PDFs

2015-12-14 Thread dmg
e in file size (embedded PNG), this > also makes it difficult to update an xoj with updated graphs. > You are asking for 2 different features: 1. References to external files instead of embedding them. 2. Ability to embed PDFs. I can provide advise on what parts of xournal need to be modifie

Re: [Xournal-devel] update on my code

2015-12-03 Thread dmg
nominal brush. I thought about it too, and I agree. It is fairly good to implement it this way. I'll implement it that way. The code is fairly simple. The most complicated way was to understand how to do the undo/redo. But that part is working now. Thanks Denis. -- --dmg --- Dani

Re: [Xournal-devel] update on my code

2015-12-03 Thread dmg
width. One way to do this would be to add a menu option (I see this as less frequent than resizing the width of the stroke). I have also created a branch that includes this fixed only: https://github.com/dmgerman/xournal/tree/fix-update-width On Wed, Dec 2, 2015 at 12:54 PM, Florian Bruhin wrote

Re: [Xournal-devel] update on my code

2015-12-02 Thread dmg
No worries. This is probably more effective than github. I'll fix the code and push the changes. thanks again, --dmg On Wed, Dec 2, 2015 at 2:00 PM, Florian Bruhin wrote: > * D M German [2015-12-02 13:42:31 -0800]: > > Florian Bruhin twisted the bytes to say: > > > &

Re: [Xournal-devel] update on my code

2015-12-02 Thread dmg
you click the button in the stylus, you cannot do anything else with the stylus within the canvas. It still works to select from the menus and buttons. --dmg -- --dmg --- Daniel M. German http://turingmachine.org --

Re: [Xournal-devel] update on my code

2015-12-02 Thread dmg
directory > > Any idea what's going wrong? > > Florian > > -- > http://www.the-compiler.org | m...@the-compiler.org (Mail/XMPP) >GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc >

Re: [Xournal-devel] touchscreen vs stylus has become very unstable

2015-10-30 Thread dmg
Mmm, no, I don't. On Fri, Oct 30, 2015 at 9:02 PM, Benjamin Blanz wrote: > Hi, > > do you have autosave turned on? > I had similar symptoms (non-responsiveness) due to autosave running in > the background. > > > On 30.10.2015 12:45, dmg wrote: > > Hi Den

[Xournal-devel] touchscreen vs stylus has become very unstable

2015-10-30 Thread dmg
my finger, I get unresponsive moments. -- --dmg --- Daniel M. German http://turingmachine.org -- ___ Xournal-devel mailing list Xournal-devel@lists.sourceforge

Re: [Xournal-devel] Xournal on touchscreen laptops - questions

2015-01-05 Thread dmg
Thanks Denis, this solves some of the issues i was having. I wish Lenovo would keep using the Wacom touchscreen, which did this automatically. But this work. I'll be curious to see how much power this consumes. --dmg On Wed, Dec 24, 2014 at 4:44 AM, Denis Auroux wrote: > See e.g

Re: [Xournal-devel] System_Requirements_Specifications_Xournal

2014-12-18 Thread dmg
hi Konstantinos, We don't have a system requirements document. The closest (and Denis can correct me if I am wrong) is its user documentation. --dmg On Thu, Dec 18, 2014 at 3:04 PM, Konstantinos Patsikas wrote: > I want to write a SRS documents for Xournal so i want to know if is the

[Xournal-devel] gtk3 branch

2014-12-10 Thread dmg
Today I tested the gtk3 xournal branch. I know it has stalled, but I got a bit disappointed with the performance of goocanvas. So we need to find a solution. but, the good news, under Ubuntu 14.10 it now supports kinetic scrolling! -- --dmg --- Daniel M. German http://turingmachine.org

Re: [Xournal-devel] MRU

2014-12-10 Thread dmg
this is the actual patch. https://github.com/dmgerman/xournal/commit/40470be71ddf130a6f64ac7581498500cd2d58be On Wed, Dec 10, 2014 at 1:51 AM, dmg wrote: > Here is the code I have been working on. I think it works, but needs testing > > It is the branch mru > > https://gith

Re: [Xournal-devel] MRU

2014-12-10 Thread dmg
number as part of the metadata of the file. It is a really nice implementation that puts the last page opened as part of the file (so to speak). the problem is that it only works in linux, not in windows. --dmg On Wed, Dec 10, 2014 at 1:40 AM, Denis Auroux wrote: > Hi Michael, >

Re: [Xournal-devel] MRU

2014-12-09 Thread dmg
not be very usable if the file is never saved. Mmm. I guess the top of the MRU should always have the current document (unless it does not have a name yet). The page should be updated when the file is disposed of, i guess. Hopefully the saving of the MRU happens after the file is disposed. -- --dmg

Re: [Xournal-devel] Batch preparing files?

2014-10-04 Thread dmg
PCI DSS 3.0 Compliance? Download White paper > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk > ___ > Xournal-devel mailing list > Xour

[Xournal-devel] vivotab note 8: works well

2014-09-20 Thread dmg
rnal works very well. They are around US$250 these days. -- --dmg --- Daniel M. German http://turingmachine.org -- Slashdot TV. Video for Nerds. Stuff that Matters. http://pubads.g.doubleclick.net/gampad/clk?id=16059147

Re: [Xournal-devel] xournal update: autosaves, new export to PDF

2014-06-29 Thread dmg
On Mon, Jun 30, 2014 at 10:56 AM, dmg wrote: > > The main issue I have found is a problem when selecting "use touch as > handtool" where I can't add a text box with the stylus. > I need to switch the option off before I can do it. It only happens in windows. I am

Re: [Xournal-devel] xournal update: autosaves, new export to PDF

2014-06-29 Thread dmg
t boxes without any problem. thanks for this feature! I'll use now text boxes much more!!! --daniel -- --dmg --- Daniel M. German http://turingmachine.org -- Open source business process management suite built on J

Re: [Xournal-devel] mingw compilation

2014-06-09 Thread dmg
you would also add the "do not scroll horizontally" feature and being able to jump to the previous-next annotations. there are other things I would like but that would be good enough. --dmg On Tue, Jun 10, 2014 at 1:42 PM, dmg wrote: > Oh, it is probably that it requries

Re: [Xournal-devel] mingw compilation

2014-06-09 Thread dmg
Oh, it is probably that it requries a newer version of zlib --dmg On Tue, Jun 10, 2014 at 1:40 PM, dmg wrote: > Thanks. That fixed that problem. Now I am getting another one. I think > it is non-declared dependency. Where is gzopen_w supposed to be > defined? > > make[3]: Ent

Re: [Xournal-devel] mingw compilation

2014-06-09 Thread dmg
Thanks. That fixed that problem. Now I am getting another one. I think it is non-declared dependency. Where is gzopen_w supposed to be defined? make[3]: Entering directory `/home/dmg/git.dmg/hacking/mingw/xournal-denis/src' i686-w64-mingw32-gcc -g -O2 -lz -lm -o xournal.exe main.o xo-misc

Re: [Xournal-devel] Convert number of .xoj files to pdf easily

2014-05-31 Thread dmg
ith kind regards, > > Wouter Geelen > > -- > Time is money. Stop wasting it! Get your web API in 5 minutes. > www.restlet.com/download > http://p.sf.net/sf

Re: [Xournal-devel] Problem with Xournal on Windows?

2014-04-01 Thread dmg
. I am not sure who is to blame here :) -- --dmg --- Daniel M. German http://turingmachine.org -- ___ Xournal-devel mailing list Xournal-devel@lists.sourceforge.net https://l

Re: [Xournal-devel] Problem with Xournal on Windows?

2014-04-01 Thread dmg
. I have not bothered to look into the reason because xournal cannot properly export to pdf text fields. But we should fix it. > > Romano > > > -- > ___

Re: [Xournal-devel] fixed aspect and other snappy features

2014-03-24 Thread dmg
does not break the UI. --dmg -- --dmg --- Daniel M. German http://turingmachine.org -- Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph database

Re: [Xournal-devel] fixed aspect and other snappy features

2014-03-24 Thread dmg
On Mon, Mar 24, 2014 at 7:57 PM, dmg wrote: > If I remember correctly even non-closed polygons can be filled, but I > have to check. > > I think that a simple "fill" flag is all that is needed to make it work. I was wrong. In gnomecanvas only closed paths can be filled.

Re: [Xournal-devel] fixed aspect and other snappy features

2014-03-24 Thread dmg
Specially with circles. In my opinion circles and rectangles should always pass through the point where they are started. This is not the case for circles. I think circles pass through the last point, which is not the

Re: [Xournal-devel] fixed aspect and other snappy features

2014-03-24 Thread dmg
ners or center + radius are reasonably intuitive). Clicking >> successive corner points a la xfig or other vector drawing programs is a >> UI disaster in my opinion. >> >> Denis >> > > -- > Denis Auroux aur...@math.berkeley.edu &g

Re: [Xournal-devel] fixed aspect and other snappy features

2014-03-24 Thread dmg
hi Edward, Denis, how should boxes/circles be recorded in the .xoj file? --dmg On Mon, Mar 24, 2014 at 5:40 PM, Edward Z. Yang wrote: > I implemented box fill on my fork of Xournal: > https://github.com/ezyang/xournal/commits/master > It's a bit of a hack, but boxes are easy

Re: [Xournal-devel] fixed aspect and other snappy features

2014-03-24 Thread dmg
s and circles... or it's me that > can't make my mind around how doing it? > > Romano I want the same feature too. Denis, what do you think is the best way to implement this? Just add an "fill-in" flag and fill any polygon created (including non-rectangles/circles)? o

Re: [Xournal-devel] another annoyance: show layers above current

2014-03-22 Thread dmg
the features my students implemented). I am not suggesting this should be for this version, but it could help with future features. -- --dmg --- Daniel M. German http://turingmachine.org -- Learn Graph Databases - Downloa

Re: [Xournal-devel] low-hanging fruit for 0.4.8 release?

2014-03-21 Thread dmg
need is an option that defaults to set width. If not set, rescales width. I guess the problem is that strokes do not record the maximum width text was written with them. The only feasible way is to scan the text, find the maximum width, and rescale accordingly: newWidth = oldWidth * currentWidth/

Re: [Xournal-devel] low-hanging fruit for 0.4.8 release?

2014-03-21 Thread dmg
is the definitive new guide to graph databases and their > applications. Written by three acclaimed leaders in the field, > this first edition is now available. Download your free book today! > http://p.sf.net/sfu/13534_NeoTech > _______ > Xo

Re: [Xournal-devel] [xournal:feature-requests] Re: #181 horizontal scrollbar

2014-03-21 Thread dmg
wnload your free book today! > http://p.sf.net/sfu/13534_NeoTech > ___ > Xournal-devel mailing list > Xournal-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xournal-de

Re: [Xournal-devel] Bad performance after about 14 pages of notes.

2013-12-09 Thread dmg
which version are you using? gtk2 or gtk3? --dmg On Mon, Dec 9, 2013 at 5:51 PM, Shuhao wrote: > So I'm currently studying and doing questions on Xournal. Up to 34 pages and > saving + load time is pretty painful. Also, when I initially load the > program it shows a blank scre

Re: [Xournal-devel] Dev status and how-to start?

2013-11-21 Thread dmg
t that can be reused in any application. that would be really nice > > Not sure what you mean by widget. Do you mean a new gtk widget which by some > way contains the drawing canvas of a running xournal? > How to create the communication? Socket, dbus or does GTK has its own &g

Re: [Xournal-devel] contributing to xournal

2013-11-21 Thread dmg
n by the developers. I just started with xournal and my feeling is > that developers want to keep xournal clean from feature cluttering. That's > OK for me, but then I asked before I started to work on a new feature. > > Just an idea > Torwag good idea. I have updated the file. -

Re: [Xournal-devel] Bad performance after about 14 pages of notes.

2013-11-20 Thread dmg
would it be possible for somebody to share with me a "real" test case with lots of handwriting? My typical use case is PDF annotations. I am light user of the note handwriting. --dmg On Wed, Nov 20, 2013 at 2:10 PM, Shuhao Wu wrote: > I get pretty bad performance after about 14 p

Re: [Xournal-devel] Bad performance after about 14 pages of notes.

2013-11-20 Thread dmg
> ___ > Xournal-devel mailing list > Xournal-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/xournal-devel > -- --dmg --- Daniel M. German http://turingmachine.org --

Re: [Xournal-devel] Dev status and how-to start?

2013-11-19 Thread dmg
zoom-in to parts of a frame (albeit since it is entirely > Torsten> pixel-based it would get ugly for large zooms). Have you used the screenshot option in xournal? it is great for something like this. I used in lectures here and there. --dmg -- -

Re: [Xournal-devel] bug in xournal

2013-11-13 Thread dmg
gt; the regular paste code for selection items) ? > > Further comments or suggestions welcome. Won't have time to do this > immediately, but within the next week or two I should be able to get to it > -- pretty high priority, as usual for bugs. > > Denis -- --dmg --- Danie

Re: [Xournal-devel] Antialiasing rendering of pixbufs

2013-10-16 Thread dmg
problem. Sorry for the noise, and thanks for your help, --daniel On Wed, Oct 16, 2013 at 10:16 AM, D M German wrote: > > Hi Damon, > > Damon> On Tue, 2013-10-15 at 23:27 -0700, dmg wrote: > >> I forgot to add. I have been fixing our code to make sure the pixbuf > >

[Xournal-devel] Compiling poppler in mingw

2013-08-27 Thread dmg
hi everybody, I am trying to create a setup to compile Xournal. I have been having problems getting poppler to compile. If I might ask, which version are you using? and does anybody have problems with ...undefined reference to `munmap' ... thanks! -- --dmg --- Daniel M. German

Re: [Xournal-devel] compiling xournal for windows

2013-08-20 Thread dmg
mmm, i swear it had the xinput enabled yesterday after I installed the drivers. Today the option is gone... it requires investigation. --dmg On Tue, Aug 20, 2013 at 9:10 AM, dmg wrote: > Hi Denis, > > I finally got my Lenovo Tablet 2 (a very good deal, in my opinion, since

[Xournal-devel] compiling xournal for windows

2013-08-20 Thread dmg
. thanks Denis, --daniel -- --dmg --- Daniel M. German http://turingmachine.org -- Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysi

Re: [Xournal-devel] question about glade

2013-05-30 Thread dmg
they have is having problems using glade. > > > > I haven't used glade in a very long time (I used to modify the UI by > > hand instead). I tried loading the xournal.glade file but I am getting > > an error: > > > > (glade:25179): GladeUI-WARNING **: Couldnt

Re: [Xournal-devel] Pencil cursor patch

2012-11-07 Thread dmg
I just checked, and you did indeed modify the config file. Great! On Wed, Nov 7, 2012 at 9:53 AM, dmg wrote: > Hi Luciano, > > I am not the offiicial maintainer, but I have two recommendations to > make this patch better: > > 1. Move it to options. I should not be part of

Re: [Xournal-devel] Pencil cursor patch

2012-11-07 Thread dmg
Hi Luciano, I am not the offiicial maintainer, but I have two recommendations to make this patch better: 1. Move it to options. I should not be part of the tool, since it does not alter its behaviour (it is only aesthetic). 2. Have you implemented saving the option to the config file? --dmg

Re: [Xournal-devel] working with git

2012-07-04 Thread dmg
we need to keep rebasing to his HEAD, otherwise there might be conflicts. Ideally, upstream developers should be the ones doing the core of the integration work, not the integrator (particuarly given that he doesn't have much time). -- --dmg --- Daniel M.

Re: [Xournal-devel] image patch revised and included in CVS

2012-06-29 Thread dmg
l include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > ___ > Xournal-devel mailing list > Xournal-devel@lists.sourceforge.net > https://lists.sourc

Re: [Xournal-devel] Emergency save / custom ruling.

2012-06-17 Thread dmg
I agree. On Sun, Jun 17, 2012 at 10:16 PM, Leo Alekseyev wrote: > > If a bunch of us are already using github, I don't see an advantage to > using a different venue.  We should just focus on creating an > authoritative branch and attracting contributors. -- --dmg --- Dani

Re: [Xournal-devel] Emergency save / custom ruling.

2012-06-17 Thread dmg
cess. Anyone > for/against it? > > The following is an example of what lanchpad look like, just in case:-) > https://code.launchpad.net/do > > > Lizao Li > Graduate Assistant > School of Mathematics > University of Minnesota, Twin C

Re: [Xournal-devel] Emergency save / custom ruling.

2012-06-17 Thread dmg
On Sun, Jun 17, 2012 at 3:41 PM, wrote: > > Is there an effort to move to Git officially? It's pretty inconvenient > to maintain individual patches through a tracker. where is your repo? Mine is github/dmgerman/xournal -- --dmg --- Daniel M. German http://tur

Re: [Xournal-devel] Implementing an optional background for text notes

2012-05-11 Thread dmg
ny way. It will be great to have a solid successor of xournal. --dmg On Thu, May 10, 2012 at 10:59 PM, Andreas Butti wrote: > Hi > > I have currently no time for Xournal, because I'm working on my Bachelor > work until July. But you noted that there is Xournal++, which will

Re: [Xournal-devel] Implementing an optional background for text notes

2012-05-09 Thread dmg
y the UI to allow only some text annotations to have a background * I think that printing requires modification Available as branch "notes" in my repo: http://github.com/xournal A .deb file can be found here: http://turingmachine.org/~dmg/xournal It should be stable, but please

[Xournal-devel] Implementing an optional background for text notes

2012-05-07 Thread dmg
7;ll like to be able to control per note. But this scratches the itch I had nicely (once the printinf/PDF output is completed). I created a branch called "notes" that contains it in http://github.com/dmgerman/xo

Re: [Xournal-devel] Hiding menu bars in fullscreen mode.

2012-03-17 Thread dmg
ion. There are also config variables to make the features persistent across sessions. you can check it out at https://github.com/dmgerman/xournal --dmg On 3/17/12, julia.jacob...@arcor.de wrote: > Hello everybody out there using Xournal, > > There are already some hints around the web

[Xournal-devel] x201 tablet and ubuntu 11.04

2011-05-21 Thread dmg
now. 10.10 works very well on this laptop. -- --dmg --- Daniel M. German http://turingmachine.org -- What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of

Re: [Xournal-devel] Delayed drawing flavour Alice and flavour Bob

2011-05-17 Thread dmg
sion of it. --dmg On Fri, May 13, 2011 at 7:17 PM, wrote: > On Wed, May 11, 2011 at 10:36:33AM +0200, Jonas wrote: > >> From: Jonas >> To: xournal-devel >> Date: Wed, 11 May 2011 10:36:33 +0200 >> Subject: Re: [Xournal-devel] Delayed drawing flavour Alice and f

Re: [Xournal-devel] Delayed drawing flavour Alice and flavour Bob

2011-05-11 Thread dmg
) the bug did not appear (X61T with latest git head). But it does appear in non-rotated more. -- --dmg --- Daniel M. German http://turingmachine.org -- Achieve unprecedented app performance and reliability What every

Re: [Xournal-devel] Delayed drawing when rotated

2011-05-10 Thread dmg
r/lib/xorg/modules/drivers/intel_drv.so [ 4.568] (II) Module intel: vendor="X.Org Foundation" [ 4.568]compiled for 1.10.1, module version = 2.15.0 [ 4.568]Module class: X.Org Video Driver (the previous version was 2.14) --dmg On Tue, May 10, 2011 at 3:57 PM, Deni

Re: [Xournal-devel] Delayed drawing when rotated

2011-05-09 Thread dmg
place the harddrive on my X201 to see if it video card related. --dmg On Mon, May 9, 2011 at 8:38 PM, wrote: > >> Sorry for the lack of good suggestions, I'm completely in the dark >> here. As I mentioned earlier, if a printf() fixes it, it's going to be >>

Re: [Xournal-devel] Delayed drawing when rotated

2011-05-09 Thread dmg
Here is my homework: Here info about xournal: dmg@phosphorus:~$ dpkg -S `which xournal` xournal: /usr/bin/xournal dmg@phosphorus:~$ dpkg --list xournal Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst

Re: [Xournal-devel] Delayed drawing when rotated

2011-05-09 Thread dmg
h a lower performance cost than --sync, since it'd synchronize things > only in the motion event processing code) ? > --dmg -- Achieve unprecedented app performance and reliability What every C/C++ and Fortran

Re: [Xournal-devel] Delayed drawing when rotated

2011-05-07 Thread dmg
This might or might not be related. I installed Ubuntu 11.04 on an X61T and xournal in some cases the strokes are not displayed when created (but they are saved). Only when the page is refreshed. I didn't really look much into it, but it was odd, given that I use in Ubuntu 10.10. --dmg O

Re: [Xournal-devel] Fwd: Re: Xournal++ online

2011-01-04 Thread dmg
What type of tablet? Xournal has been working wel for me in a X201 and a X61. (Running ubuntu). the only issue I have is that when the resolution changes, xournal has to be restarted. --dmg On Tue, Jan 4, 2011 at 1:15 PM, Andreas Butti wrote: >> This has been fixed in xournal's CV

Re: [Xournal-devel] Xournal

2011-01-01 Thread dmg
, 2011 at 8:19 AM, Denis Auroux wrote: > >> I have attached some screenshots from my work. I'm working since more >> then 3 or 4 months on this, but now its nearly finished, I think I have >> more than 80% of all working... -- --dmg --- Daniel M. Germa