[Pgui-devel] Video mode applet

2001-03-30 Thread Micah Dowty
A screenshot of the video mode switching applet is now available on pgui.sourceforge.net along with a good-sized description -- Only wimps use tape backup: _real_ men just upload their important stuff on ftp, and let the rest of the world mirror it ;) -- Linus Torvalds _

Re: [Pgui-devel] question

2001-03-30 Thread Micah Dowty
Well, after a quick look through appmgr/global.c I isolated the memory leak to the panel's app_info structure. When an application is registered, an app_info structure is saved with the registration info such as its name, owner, type, and widget. This structure is freed on app exit, but not wh

Re: [Pgui-devel] question

2001-03-30 Thread Pascal Bauermeister
Micah Dowty wrote: > > Okay, about the panel-bar-hiding. I got that done a while ago, but the crucial file >widget/panel_nobar.c got lost somewhere. Luckily, I found it in a backup on my >laptop. I tested it and comitted it, and now that config item works fine! :-) BACKUPS ARE EVERYTHING !

Re: [Pgui-devel] question

2001-03-30 Thread Micah Dowty
Okay, about the panel-bar-hiding. I got that done a while ago, but the crucial file widget/panel_nobar.c got lost somewhere. Luckily, I found it in a backup on my laptop. I tested it and comitted it, and now that config item works fine! On Fri, 30 March 2001, Philippe Ney wrote: > > Hi Micah,

Re: [Pgui-devel] question

2001-03-30 Thread Micah Dowty
Okay... I'll have to get back to you on the disable panelbars option, and the following code has a small memory leak (It's a bug in the server or client lib) but the following code should point you in the right direction. PicoGUI's contexts are a lot like variable scopes in C, and help to elimi

Re: [Pgui-devel] question

2001-03-30 Thread Micah Dowty
Yep! It works for any objects that have handles (which would be anything the server knows about) I originally added them for popup boxes and such, but they have plenty of uses. They don't actually use any memory themselves, just manage some vars in the handle tree, so you can do all sorts of

Re: [Pgui-devel] question

2001-03-30 Thread Pascal Bauermeister
Micah Dowty wrote: > > Okay... I'll have to get back to you on the disable panelbars option, and the >following code has a small memory leak (It's a bug in the server or client lib) but >the following code should point you in the right direction. > > PicoGUI's contexts are a lot like variable

[Pgui-devel] question

2001-03-30 Thread Philippe Ney
Hi Micah, We want to make a 'finder' (Mac) as follows: - the main app has to contain a toolbar and a background with img+text buttons. - when a button is pressed the background must disappear (but the toolbar has to stay displayed) and let the graphical place for the launched app (with a vf