Complete the RTL flipping support for GtkCalendar, make it possible to

* gtk/gtkcalendar.c: Complete the RTL flipping support for GtkCalendar, make it
	possible to flip the headings using the "magic translated string" technique.
	Translators, note the comment in gtk_calendar_init() explaining this.
This commit is contained in:
Matthias Clasen
2003-08-08 22:17:34 +00:00
parent 35b3fd8915
commit 40f0f447f7
6 changed files with 237 additions and 87 deletions

View File

@ -4,6 +4,10 @@
to let the mouse wheels select the month. Scrolling down
moves forward in time. (#53134, Abigail Brady)
* gtk/gtkcalendar.c: Complete the RTL flipping support for GtkCalendar, make it
possible to flip the headings using the "magic translated string" technique.
Translators, note the comment in gtk_calendar_init() explaining this.
2003-08-08 Matthias Clasen <maclas@gmx.de>
* gdk/gdkregion-generic.c (gdk_region_spans_intersect_foreach): Fix