- 07 Dec, 2012 1 commit
-
-
Matthew Barnes authored
-
- 05 Dec, 2012 2 commits
-
-
-
Milan Crha authored
-
- 04 Dec, 2012 8 commits
-
-
Milan Crha authored
-
Milan Crha authored
-
Matthew Barnes authored
-
Matthew Barnes authored
There's no need to check whether the 'parsers' GQueue is NULL since we assert that it's non-NULL just a few lines above.
-
Matthew Barnes authored
Use the existing AsyncContext struct instead of defining a new struct.
-
Matthew Barnes authored
-
Milan Crha authored
-
Nilamdyuti Goswami authored
-
- 03 Dec, 2012 5 commits
-
-
Milan Crha authored
-
Milan Crha authored
-
Milan Crha authored
-
Milan Crha authored
-
Milan Crha authored
-
- 02 Dec, 2012 2 commits
-
-
Dr.T.Vasudevan authored
-
Dr.T.Vasudevan authored
-
- 01 Dec, 2012 1 commit
-
-
Matthew Barnes authored
Use gtk_css_provider_load_from_data() instead.
-
- 30 Nov, 2012 12 commits
-
-
Matthew Barnes authored
Use gdk_device_get_position().
-
Matthew Barnes authored
Call gtk_widget_style_get(). No need to get GtkStyle involved.
-
Matthew Barnes authored
Documentation claims this step is unnecessary with GtkStyleContext, and indeed the current gtk_style_attach() code does nothing at all.
-
Matthew Barnes authored
Use GtkStyleContext-based "render" functions instead. gtk_paint_arrow() --> gtk_render_arrow() gtk_paint_box() --> gtk_render_background() gtk_paint_expander() --> gtk_render_expander() gtk_paint_flat_box() --> gtk_render_background() gtk_paint_shadow() --> gtk_render_frame() gtk_paint_vline() --> gtk_render_line()
-
Matthew Barnes authored
Use gtk_widget_get_preferred_size() instead.
-
Matthew Barnes authored
Use gdk_display_get_app_launch_context() instead.
-
Matthew Barnes authored
Use gdk_device_grab() and gdk_device_ungrab() instead. In some cases this requires stashing the grabbed device so it can be ungrabbed outside of an GdkEvent handler.
-
Milan Crha authored
-
Shankar Prasad authored
-
Shankar Prasad authored
-
Shankar Prasad authored
-
Milan Crha authored
-
- 29 Nov, 2012 9 commits
-
-
Matthew Barnes authored
GnomeCanvas will stash the GdkDevice and reuse it in the subsequent gnome_canvas_item_ungrab() call.
-
Matthew Barnes authored
-
Matthew Barnes authored
-
Matthew Barnes authored
Prefer dealing with GdkEvent pointers and using accessor functions like gdk_event_get_button(). This is complicated by the fact that some GtkWidget method declarations still use GdkEventButton pointers, and synthesizing button events pretty much requires direct GdkEventButton access. But GDK seems to be nudging itself toward sealing the GdkEvent union. Likely to happen in GDK4. Mainly clean up signal handlers and leave method overrides alone for now.
-
Matthew Barnes authored
-
Matthew Barnes authored
Adding temporary printf() calls to aid in debugging is fine, but leaving them in the code permanently is not useful, especially when maintenance duties are passed on to others.
-
Matthew Barnes authored
Adding temporary printf() calls to aid in debugging is fine, but leaving them in the code permanently is not useful, especially when maintenance duties are passed on to others.
-
Matthew Barnes authored
Will be needed for grabs in response to button events.
-
Matthew Barnes authored
Use gdk_window_get_device_position() instead.
-