|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Nowe gg i fonty z kosmosu ?Witam. Upgrade z 2.2.8 na 2.2.9 wykonal u mnie dziwne zachowanie, a mianowicie fonty wyswietlane maja wielki rozmiar i nawet ustawianie ich na inne reaguje dziwnie... W wolnej chwili sie przyjrze tej sytuacji natomiast pytam czy ktos sie spotkal z podobnym ? Kanedaaa -- [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][].. [+] You can take our lives,but you will never take our Freedom - W.Wallace [+] Peace on earth depends on the peace in the peoples hearts - Dalai Lama [+] Revolution the only solution - System of a down... [+] Dalej idac dalej dojdziesz dalej siedzac dalej siedzisz - etoe aka ok0 [-] Kanedaaa... Bohateur... Cucumber Team Member... kaneda@... ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ GGadu-devel mailing list GGadu-devel@... https://lists.sourceforge.net/lists/listinfo/ggadu-devel |
|
|
Re: Nowe gg i fonty z kosmosu ?kaneda@... napisał(a):
> Witam. > > Upgrade z 2.2.8 na 2.2.9 wykonal u mnie dziwne zachowanie, a mianowicie > fonty wyswietlane maja wielki rozmiar i nawet ustawianie ich na inne > reaguje dziwnie... > > W wolnej chwili sie przyjrze tej sytuacji natomiast pytam czy ktos sie > spotkal z podobnym ? Osobiście nie przypominam sobie żeby coś się w tej kwestii zmieniło w kodzie pomiędzy 2.2.8 a 2.2.9. A zrób eksperyment polegający na tym że skompilujesz 2.2.8 na obecnych wersjach gtk itd... i zobacz czy również masz większe czcionki. -- Marcin Krzyżanowski http://www.hakore.com ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ GGadu-devel mailing list GGadu-devel@... https://lists.sourceforge.net/lists/listinfo/ggadu-devel |
|
|
|
|
|
Re: Nowe gg i fonty z kosmosu ?W wersji z 2005 mam w debugu tak: FONT FACE :Luxi Sans: FONT SIZE :0:12288 albo tak: FONT FACE :Luxi Sans: FONT SIZE :10240:12288 Natomiast w 2006 nie mam w ogole FONT SIZE czyli tylko: FONT FACE :Luxi Sans: Takie info zauwazone... Kanedaaa -- [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][].. [+] You can take our lives,but you will never take our Freedom - W.Wallace [+] Peace on earth depends on the peace in the peoples hearts - Dalai Lama [+] Revolution the only solution - System of a down... [+] Dalej idac dalej dojdziesz dalej siedzac dalej siedzisz - etoe aka ok0 [-] Kanedaaa... Bohateur... Cucumber Team Member... kaneda@... ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ GGadu-devel mailing list GGadu-devel@... https://lists.sourceforge.net/lists/listinfo/ggadu-devel |
|
|
Re: Nowe gg i fonty z kosmosu ?On Mon, 7 Aug 2006, kaneda@... wrote:
:] :] W wersji z 2005 mam w debugu tak: :] :] FONT FACE :Luxi Sans: :] FONT SIZE :0:12288 :] :] albo tak: :] :] FONT FACE :Luxi Sans: :] FONT SIZE :10240:12288 :] :] :] Natomiast w 2006 nie mam w ogole FONT SIZE czyli tylko: :] FONT FACE :Luxi Sans: :] w src/plugins/gui_chat.c zostalo to wyhaszowane... Dodatkowo ciekawostka: [porownuje wersje 2.2.8 i 2.2.9] src/plugins/gtkimhtml.c #define MAX_FONT_SIZE 24 #define POINT_SIZE(x) (options & GTK_IMHTML_USE_POINTSIZE ? x : _point_sizes [MIN ((x), MAX_FONT_SIZ$ static gdouble _point_sizes [] = { .69444444, .8333333, 1, 1.2, 1.44, 1.728, 2.0736}; a w 2.2.9: #define MAX_FONT_SIZE 7 #define POINT_SIZE(x) (_point_sizes [MIN ((x > 0 ? x : 1), MAX_FONT_SIZE) - 1]) static gdouble _point_sizes [] = { .69444444, .8333333, 1, 1.2, 1.44, 1.728, 2.0736}; To na pewno ok jest ? Kanedaaa -- [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][].. [+] You can take our lives,but you will never take our Freedom - W.Wallace [+] Peace on earth depends on the peace in the peoples hearts - Dalai Lama [+] Revolution the only solution - System of a down... [+] Dalej idac dalej dojdziesz dalej siedzac dalej siedzisz - etoe aka ok0 [-] Kanedaaa... Bohateur... Cucumber Team Member... kaneda@... ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ GGadu-devel mailing list GGadu-devel@... https://lists.sourceforge.net/lists/listinfo/ggadu-devel |
|
|
Re: Nowe gg i fonty z kosmosu ?Przepraszam, ze tak zasmiecam zamiast podsumowac w jednym mailu znaleziska ale mysle, ze wlasnie tu gdzies jest przyczyna... :] src/plugins/gtkimhtml.c :] :] #define MAX_FONT_SIZE 24 :] #define POINT_SIZE(x) (options & GTK_IMHTML_USE_POINTSIZE ? x : :] _point_sizes [MIN ((x), MAX_FONT_SIZ$ :] static gdouble _point_sizes [] = { .69444444, .8333333, 1, 1.2, 1.44, :] 1.728, 2.0736}; :] :] a w 2.2.9: :] #define MAX_FONT_SIZE 7 :] #define POINT_SIZE(x) (_point_sizes [MIN ((x > 0 ? x : 1), MAX_FONT_SIZE) :] - 1]) :] static gdouble _point_sizes [] = { .69444444, .8333333, 1, 1.2, 1.44, :] 1.728, 2.0736}; :] Zrobilem bardzo prosty experyment i zamienilem #define MAX_FONT_SIZE 7 na #define MAX_FONT_SIZE 24 i skompilowalem ponownie 2.2.9 i mam efekt taki, ze nie slucha sie nadal moich fontow natomiast ustawia mega wielke fonty ale robi to dokladnie w tych samych miejscach co poprzednio czyli jakby cos w tym miejscu robilo takie dziwnie zachowanie... na dzien dzisiejszy starczy... Kanedaaa -- [][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][][].. [+] You can take our lives,but you will never take our Freedom - W.Wallace [+] Peace on earth depends on the peace in the peoples hearts - Dalai Lama [+] Revolution the only solution - System of a down... [+] Dalej idac dalej dojdziesz dalej siedzac dalej siedzisz - etoe aka ok0 [-] Kanedaaa... Bohateur... Cucumber Team Member... kaneda@... ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ GGadu-devel mailing list GGadu-devel@... https://lists.sourceforge.net/lists/listinfo/ggadu-devel |
| Free Forum Powered by Nabble | Forum Help |