AboutDialog.cs (pinta-1.7) | : | AboutDialog.cs (pinta-1.7.1) | ||
---|---|---|---|---|
skipping to change at line 64 | skipping to change at line 64 | |||
int textTop; | int textTop; | |||
int scrollPause; | int scrollPause; | |||
int scrollStart; | int scrollStart; | |||
Gdk.GC backGc; | Gdk.GC backGc; | |||
internal uint TimerHandle; | internal uint TimerHandle; | |||
string[] authors = new string[] { | string[] authors = new string[] { | |||
"Cameron White (@cameronwhite)", | "Cameron White (@cameronwhite)", | |||
"Jonathan Pobst (@jpobst)", | "Jonathan Pobst (@jpobst)", | |||
"Robert Nordan (@robpvn)", | "Jami Kettunen (@JamiKettunen)", | |||
"A. Karon @akaro2424", | ||||
"Alberto Fanjul (@albfan)", | ||||
"Andrija Rajter (@rajter)", | ||||
"André Veríssimo (@averissimo)", | ||||
"Dan Dascalescu (@dandv)", | "Dan Dascalescu (@dandv)", | |||
"Don McComb (@don-mccomb)", | "Mykola Franchuk (@thekolian1996)", | |||
"Jared Kells (@jkells)", | "Timon de Groot (@tdgroot)", | |||
"Jennifer Nguyen (@jeneira94)", | "Balló György (@City-busz)", | |||
"Jeremy Burns (@jaburns)", | "@darkdragon-001", | |||
"Julian Ospald (@hasufell)", | "@jefetienne", | |||
"Matthias Mailänder (@Mailaender)", | "@nikita-yfh", | |||
"Miguel Fazenda (@miguelfazenda)", | "@pikachuiscool2", | |||
"Romain Racamier (@Shuunen)", | "@yaminb", | |||
"Stefan Moebius (@codeprof)", | ||||
"@aivel", | ||||
"@anadvu", | ||||
"@scx", | ||||
"@skkestrel", | ||||
"@tdaffin" | ||||
}; | }; | |||
string[] oldAuthors = new string[] { | string[] oldAuthors = new string[] { | |||
"A. Karon @akaro2424", | ||||
"Aaron Bockover", | "Aaron Bockover", | |||
"Adam Doppelt", | "Adam Doppelt", | |||
"Adolfo Jayme Barrientos", | "Adolfo Jayme Barrientos", | |||
"Akshara Proddatoori", | "Akshara Proddatoori", | |||
"Andrew Davis", | "Alberto Fanjul (@albfan)", | |||
"Anirudh Sanjeev", | "Anirudh Sanjeev", | |||
"Balló György", | "Andrija Rajter (@rajter)", | |||
"André Veríssimo (@averissimo)", | ||||
"Andrew Davis", | ||||
"Balló György (@City-busz)", | ||||
"Cameron White (@cameronwhite)", | "Cameron White (@cameronwhite)", | |||
"Ciprian Mustiata", | "Ciprian Mustiata", | |||
"David Nabraczky", | "David Nabraczky", | |||
"Don McComb (@don-mccomb)", | "Don McComb (@don-mccomb)", | |||
"Elvis Alistar", | "Elvis Alistar", | |||
"Felix Schmutz", | "Felix Schmutz", | |||
"Greg Lowe", | "Greg Lowe", | |||
"Hanh Pham", | "Hanh Pham", | |||
"James Gifford", | "James Gifford", | |||
"Jared Kells (@jkells)", | ||||
"Jean-Michel Bea", | "Jean-Michel Bea", | |||
"Jennifer Nguyen (@jeneira94)", | ||||
"Jeremy Burns (@jaburns)", | ||||
"Joe Hillenbrand", | "Joe Hillenbrand", | |||
"John Burak", | "John Burak", | |||
"Jon Rimmer", | "Jon Rimmer", | |||
"Jonathan Bergknoff", | "Jonathan Bergknoff", | |||
"Jonathan Pobst (@jpobst)", | "Jonathan Pobst (@jpobst)", | |||
"Juergen Obernolte", | "Juergen Obernolte", | |||
"Julian Ospald (@hasufell)", | ||||
"Khairuddin Ni'am", | "Khairuddin Ni'am", | |||
"Krzysztof Marecki", | "Krzysztof Marecki", | |||
"Maia Kozheva", | "Maia Kozheva", | |||
"Manish Sinha", | "Manish Sinha", | |||
"Marco Rolappe", | "Marco Rolappe", | |||
"Marius Ungureanu", | "Marius Ungureanu", | |||
"Martin Geier", | "Martin Geier", | |||
"Mathias Fussenegger", | "Mathias Fussenegger", | |||
"Matthias Mailänder (@Mailaender)", | ||||
"Miguel Fazenda (@miguelfazenda)", | ||||
"Mikhail Makarov", | "Mikhail Makarov", | |||
"Obinou Conseil", | "Obinou Conseil", | |||
"Olivier Dufour", | "Olivier Dufour", | |||
"Richard Cohn", | "Richard Cohn", | |||
"Robert Nordan (@robpvn)", | "Robert Nordan (@robpvn)", | |||
"Tom Kadwill" | "Romain Racamier (@Shuunen)", | |||
"Stefan Moebius (@codeprof)", | ||||
"Tom Kadwill", | ||||
"@aivel", | ||||
"@anadvu", | ||||
"@scx", | ||||
"@skkestrel", | ||||
"@tdaffin", | ||||
}; | }; | |||
public ScrollBox () | public ScrollBox () | |||
{ | { | |||
this.Realized += new EventHandler (OnRealized); | this.Realized += new EventHandler (OnRealized); | |||
this.ModifyBg (Gtk.StateType.Normal, new Gdk.Color (49, 4 9, 74)); | this.ModifyBg (Gtk.StateType.Normal, new Gdk.Color (49, 4 9, 74)); | |||
image = PintaCore.Resources.GetIcon ("About.Image.png"); | image = PintaCore.Resources.GetIcon ("About.Image.png"); | |||
image_top = PintaCore.Resources.GetIcon ("About.ImageTop. png"); | image_top = PintaCore.Resources.GetIcon ("About.ImageTop. png"); | |||
monoPowered = PintaCore.Resources.GetIcon ("About.MonoPow ered.png"); | monoPowered = PintaCore.Resources.GetIcon ("About.MonoPow ered.png"); | |||
skipping to change at line 321 | skipping to change at line 328 | |||
Notebook notebook = new Notebook (); | Notebook notebook = new Notebook (); | |||
notebook.BorderWidth = 6; | notebook.BorderWidth = 6; | |||
notebook.AppendPage (new AboutPintaTabPage (), new Label (Title)); | notebook.AppendPage (new AboutPintaTabPage (), new Label (Title)); | |||
notebook.AppendPage (new VersionInformationTabPage (), ne w Label (Catalog.GetString ("Version Info"))); | notebook.AppendPage (new VersionInformationTabPage (), ne w Label (Catalog.GetString ("Version Info"))); | |||
VBox.PackStart (notebook, true, true, 4); | VBox.PackStart (notebook, true, true, 4); | |||
AddButton (Gtk.Stock.Close, (int)ResponseType.Close); | AddButton (Gtk.Stock.Close, (int)ResponseType.Close); | |||
this.Resizable = true; | ||||
ShowAll (); | ShowAll (); | |||
} | } | |||
void ChangeColor (Gtk.Widget w) | void ChangeColor (Gtk.Widget w) | |||
{ | { | |||
w.ModifyBg (Gtk.StateType.Normal, new Gdk.Color (69, 69, 94)); | w.ModifyBg (Gtk.StateType.Normal, new Gdk.Color (69, 69, 94)); | |||
w.ModifyBg (Gtk.StateType.Active, new Gdk.Color (69, 69, 94)); | w.ModifyBg (Gtk.StateType.Active, new Gdk.Color (69, 69, 94)); | |||
w.ModifyFg (Gtk.StateType.Normal, new Gdk.Color (255, 255 , 255)); | w.ModifyFg (Gtk.StateType.Normal, new Gdk.Color (255, 255 , 255)); | |||
w.ModifyFg (Gtk.StateType.Active, new Gdk.Color (255, 255 , 255)); | w.ModifyFg (Gtk.StateType.Active, new Gdk.Color (255, 255 , 255)); | |||
w.ModifyFg (Gtk.StateType.Prelight, new Gdk.Color (255, 2 55, 255)); | w.ModifyFg (Gtk.StateType.Prelight, new Gdk.Color (255, 2 55, 255)); | |||
End of changes. 11 change blocks. | ||||
22 lines changed or deleted | 31 lines changed or added |