summaryrefslogtreecommitdiff
path: root/typing-break
AgeCommit message (Collapse)AuthorFilesLines
2018-02-12avoid deprecated GtkStockPablo Barciela1-2/+2
2018-01-30require GTK+ 3.22 and GLib 2.50monsta2-73/+0
2018-01-13drop unused variablesPablo Barciela1-2/+1
2017-12-20WidthOfScreen and HeightOfScreen implementationPablo Barciela3-17/+13
This commit reverts: https://github.com/mate-desktop/mate-control-center/commit/fe782c673262e861334bb48265abf5075ff02680 https://github.com/mate-desktop/mate-control-center/commit/061f3780a3af6224a804d239f9b9dfc5c81873f6 And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height gdk_screen_width gdk_screen_height
2017-08-19gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker1-0/+8
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_window
2017-08-15avoid deprecated gdk_screen_get_width/heightZenWalker3-10/+17
2017-08-15typing-break: avoid deprecated GDK pointer and keyboard typesraveit652-9/+78
2017-08-01avoid deprecated gdk_display_get_screen and gdk_display_get_n_screensZenWalker1-7/+3
2017-07-14typing-break: avoid deprecated GtkMiscraveit651-0/+17
- replace gtk_misc_get_alignment () - replace gtk_misc_get_padding ()
2017-07-14typing-break: avoid deprecated gtk_alignment_new ()raveit651-20/+12
2016-12-02move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta2-148/+0
and require libmatekbd, libmate-desktop, marco, m-s-d >= 1.17
2016-02-04[GTK+3] don't set x/y align to 0.5 - it's the default value anywaymonsta1-6/+0
2016-01-26GTK3: improve GtkMisc deprecation commitWolfgang Ulbrich1-3/+3
2016-01-15[GTK+3] typing-break: fix deprecated usage of GtkMisc, GtkHBox, GtkVBoxmonsta1-1/+27
2016-01-15typing-break: use gtk_image_new_from_icon_name in both GTK+ buildsmonsta1-1/+1
2016-01-13typing-break: less #if'smonsta1-18/+30
2016-01-13typing-break: remove unused variablemonsta1-10/+0
2016-01-13typing-break: fix indent a bitmonsta1-14/+14
2015-12-22Use GDK convenient functionRoy Zhang1-1/+1
Use gdk_x11_get_xatom_by_name (), and take advantage of GDK's caches.
2015-07-15typing break: Remove forgotten bitsinfirit1-18/+0
This should have been in 2208d0af94aeb5b68d1209ad2b11cd46c14c8d23
2015-07-12Replace Gdk drawing with Cairoinfirit2-31/+21
2015-01-13typing-break: use mate_gdk_spawn_command_line_on_screen alwaysMonsta1-4/+1
Closes https://github.com/mate-desktop/mate-control-center/pull/139
2014-11-28zero-init signals arraymonsta2-2/+2
2014-05-27Cleanup GTK_CHECK_VERSION and unify where possibleinfirit2-8/+0
gdk_display_get_default | since 2.2 gdk_x11_display_get_xdisplay | since 2.2 gdk_drag_context_list_targets | since 2.22 gdk_x11_window_foreign_new_for_display | since 2.24 gdk_drawable_get_screen | since 2.24 gtk_widget_hide | always
2014-05-20Drop support for glib < 2.36infirit1-2/+0
2014-02-04typing-break: Fix defineStefano Karapetsas1-1/+1
2014-02-04typing-break: Add GTK3 supportStefano Karapetsas6-4/+95
2012-10-22migrate typing-break to gsettingsStefano Karapetsas3-65/+34
2012-08-02Fixed incorrect fsf address.Steve Zesch11-22/+22
2012-05-03rename typing-monitor icon to mate-typing-monitor ↵Perberos5-4/+4
(https://github.com/mate-desktop/mate-control-center/issues/6)
2012-01-26removing autogenerated filesPerberos1-899/+0
2011-12-08removing deprecated GDK_DISPLAY()Perberos2-4/+4
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos22-0/+3890