You are not logged in.

#61 2016-10-04 12:24:53

o9000
tint2 developer
From: Network Neighborhood
Registered: 2015-10-24
Posts: 417
Website

Re: tint2 16.2 released :)

Should be fine now. It was just a line of code I changed accidentally when I patched in the gradients.

Offline

#62 2016-10-04 12:29:02

damo
....moderator....
Registered: 2015-08-20
Posts: 6,734

Re: tint2 16.2 released :)

o9000 wrote:

Should be fine now. It was just a line of code I changed accidentally when I patched in the gradients.

...and within 4 minutes of your post, I've git pulled, built, installed and.....everything is cool big_smile

EDIT: Screenshot

Last edited by damo (2016-10-04 13:33:35)


Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt  «» BunsenLabs on DeviantArt

Offline

#63 2017-02-19 18:19:00

o9000
tint2 developer
From: Network Neighborhood
Registered: 2015-10-24
Posts: 417
Website

Re: tint2 16.2 released :)

I removed all the element_gradient_id config options, instead the backgrounds have 3 options gradient_id, hover_gradient_id and pressed_gradient_id. Documented in https://gitlab.com/o9000/tint2/blob/mas … #gradients

Still no tint2conf support. I'd like to release a new version, as a few old bugs have been fixed, but without tint2conf in sync it's not right.

But I hate writing config GUIs, so I really don't feel like doing it any time soon sad

Or I could just add a text edit for the gradients and be done with it big_smile

Last edited by o9000 (2017-02-19 18:38:55)

Offline

#64 2017-02-20 19:02:13

brontosaurusrex
Middle Office
Registered: 2015-09-29
Posts: 2,738

Re: tint2 16.2 released :)

Do I really need to define separator block twice to use it twice? (or I'am missing something)

if true;

   perhaps last one should be just reused by default (same for E)?

Last edited by brontosaurusrex (2017-02-20 19:04:35)

Offline

#65 2017-02-20 19:39:46

o9000
tint2 developer
From: Network Neighborhood
Registered: 2015-10-24
Posts: 417
Website

Re: tint2 16.2 released :)

Yes. I will think about it more.

Offline

#66 2017-02-20 23:13:28

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: tint2 16.2 released :)

i recently noticed that tint2-git depends on gtk2 - is that really so? i'm a little surprised. maybe it's only for tint2conf?

Offline

#67 2017-02-20 23:51:05

o9000
tint2 developer
From: Network Neighborhood
Registered: 2015-10-24
Posts: 417
Website

Re: tint2 16.2 released :)

Offline

#68 2017-02-21 19:54:19

ohnonot
...again
Registered: 2015-09-29
Posts: 5,592

Re: tint2 16.2 released :)

^ just like i thought.
i'm not concerned by this; i was having a discussion with someone who was vaguely annoyed that even the most lightweight panels have "too many dependencies"...
roll
but thanks anyway.

Offline

#69 2017-02-21 21:13:53

o9000
tint2 developer
From: Network Neighborhood
Registered: 2015-10-24
Posts: 417
Website

Re: tint2 16.2 released :)

I could get rid of glib too, and I would actually like to, since it has an idiotically designed memory management that has caused some crazy problems (basically it hides under the carpet certain bugs, that end up biting you later; it's so bad that even advanced memory checking tools like Google's ASAN are unable detect the bugs). But it would have to be replaced with something else, maybe C++, which is something I don't have time for this spring.

Offline

#70 2017-02-21 21:15:24

o9000
tint2 developer
From: Network Neighborhood
Registered: 2015-10-24
Posts: 417
Website

Re: tint2 16.2 released :)

Heck, I think even valgrind wouldn't catch those problems. It's insane.

Offline

#71 2017-02-21 22:29:31

Unia
Octo-portal-pussy
From: Stockholm, Sweden
Registered: 2015-09-17
Posts: 355
Website

Re: tint2 16.2 released :)

o9000 wrote:

Heck, I think even valgrind wouldn't catch those problems. It's insane.

https://github.com/dtrebbien/GNOME.supp

Might help...

Nevermind, you're talking about detection, not suppression. Leaving the link anyway!


If you can't sit by a cozy fire with your code in hand enjoying its simplicity and clarity, it needs more work. --Carlos Torres

Offline

#72 2017-02-23 14:12:05

o9000
tint2 developer
From: Network Neighborhood
Registered: 2015-10-24
Posts: 417
Website

Re: tint2 16.2 released :)

twoion wrote:
o9000 wrote:

Heck, I think even valgrind wouldn't catch those problems. It's insane.

I can recommend looking at libtalloc from the Samba project. It's a well-written tree allocator with special support for arrays and suchlike, has helped me tremendously in C when it came to more complex memory management. No hash tables however (though a simple HT implementation is simple, and existing small implementations could easily get adapted for talloc).

Looks interesting, thank you.

Offline

#73 2017-02-26 14:55:38

o9000
tint2 developer
From: Network Neighborhood
Registered: 2015-10-24
Posts: 417
Website

Re: tint2 16.2 released :)

Now there is almost complete support for gradients in tint2conf (except for extra color stops; but if you add them by hand to the config file, tint2conf will preserve them).

Feedback would be appreciated. Once I add support for the color stops, I will release 0.13.

Offline

#74 2017-03-04 14:22:47

o9000
tint2 developer
From: Network Neighborhood
Registered: 2015-10-24
Posts: 417
Website

Re: tint2 16.2 released :)

New release.

Offline

#75 2017-03-04 15:15:46

malm
jgmenu developer
Registered: 2016-10-13
Posts: 735
Website

Re: tint2 16.2 released :)

Big moment big_smile

I've compiled and installed.

Have you pushed the v0.13 tag?

Offline

#76 2017-03-04 15:18:07

o9000
tint2 developer
From: Network Neighborhood
Registered: 2015-10-24
Posts: 417
Website

Re: tint2 16.2 released :)

Oops. It's pushed now smile Thanks.

Offline

#77 2017-03-04 15:26:04

o9000
tint2 developer
From: Network Neighborhood
Registered: 2015-10-24
Posts: 417
Website

Re: tint2 16.2 released :)

Will try to add start button in 0.14.

Offline

#78 2017-03-04 16:39:17

Head_on_a_Stick
Member
From: London
Registered: 2015-09-29
Posts: 9,065
Website

Re: tint2 16.2 released :)

^ Nice work! cool

I've just flagged the Arch package as out-of-date, let's see how long it takes them to catch up...

8)

Offline

#79 2017-03-04 18:41:28

o9000
tint2 developer
From: Network Neighborhood
Registered: 2015-10-24
Posts: 417
Website

Re: tint2 16.2 released :)

Here is a demo of the new config options: whats-new-0.13.0.gif

Offline

#80 2017-03-04 19:58:17

hhh
Gaucho
From: High in the Custerdome
Registered: 2015-09-17
Posts: 16,032
Website

Re: tint2 16.2 released :)

re: demo, wow wow wow.

Thanks for your hard work!


No, he can't sleep on the floor. What do you think I'm yelling for?!!!

Offline

Board footer

Powered by FluxBB