GTK+ 2.XX sources

2013-03-24 Thread John Emmas
If I'm working on an application which still uses GTK+ version 2, is it 
still possible to obtain the sources (using subversion or git) or is 
version 2 only available from tarballs now?


John
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: GTK+ 2.XX sources

2013-03-24 Thread Milan Bouchet-Valat
Le dimanche 24 mars 2013 à 12:39 +, John Emmas a écrit :
 If I'm working on an application which still uses GTK+ version 2, is it 
 still possible to obtain the sources (using subversion or git) or is 
 version 2 only available from tarballs now?
Of course, git stores all of GTK's history. You can find the last GTK 2
code in the gtk-2-24 branch.

Use 'git checkout gtk-2-24', or see
https://git.gnome.org/browse/gtk+/log/?h=gtk-2-24


Regards
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: GTK+ 2.XX sources

2013-03-24 Thread Paul Davis
On Sun, Mar 24, 2013 at 8:39 AM, John Emmas john...@tiscali.co.uk wrote:

 If I'm working on an application which still uses GTK+ version 2, is it
 still possible to obtain the sources (using subversion or git) or is
 version 2 only available from tarballs now?


   git clone git://git.gnome.org/gtk+
   cd gtk+
   git checkout --track -b gtk-2-24 origin/gtk-2-24
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: GTK+ 2.XX sources

2013-03-24 Thread John Emmas

On 24/03/2013 13:12, Paul Davis wrote:


   git clone git://git.gnome.org/gtk+ http://git.gnome.org/gtk+
   cd gtk+
   git checkout --track -b gtk-2-24 origin/gtk-2-24



That worked, thanks!

John
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: Is GTK+ a cross-platform toolkit ?

2013-03-24 Thread tarnyko
Markus, 


You're right, there was a typo. The correct one is :
-background-color: blue;
+background-color: gray; 


BTW, I submitted it to Bugzilla before I saw your mail :
https://bugzilla.gnome.org/show_bug.cgi?id=696171 

As for colors, I chose gray because it's, at the same time, neutral and 
readable ; others options could be :

- keep background blue, and make font white ;
- choose background using system settings for highlighted text (Display - 
Appearance tab under Windows), and make font white. 

The latter has my preference, though I have no idea how to implement this 
:-(. 


Regards,
Tarnyko 



Markus Elfring writes: 


Changed it to gray.

...

-background-c: gray;
+background-color: blue;


I find that this patch indicates a different information.
(Would you like to reorder the time sequence?) 


Which colours do you really prefer for improved readability of the affected user
interface? (Is it necessary to consider any further adjustments because of
system settings?) 


Regards,
Markus

___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list


Re: Is GTK+ a cross-platform toolkit ?

2013-03-24 Thread Markus Elfring
 - choose background using system settings for highlighted text (Display -
 Appearance tab under Windows), and make font white.
 The latter has my preference, though I have no idea how to implement this :-(.

I imagine that user preferences and accessibility options might also be relevant
here because of style and user interface theme selection.

Regards,
Markus
___
gtk-devel-list mailing list
gtk-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-devel-list