- 13 May, 2005 1 commit
-
-
Pawan chitrakar authored
2005-05-13 Pawan chitrakar <pawan@nplinux.org> * ne.po: Updated Nepali Translation
-
- 12 May, 2005 2 commits
-
-
Kostas Papadimas authored
-
Owen Taylor authored
2005-05-11 Owen Taylor <otaylor@redhat.com> * gtk/gtkcolorbutton.c: Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to avoid having an extraneous window.
-
- 11 May, 2005 1 commit
-
-
Owen Taylor authored
2005-05-11 Owen Taylor <otaylor@redhat.com> * gtk/gtkcolorbutton.c: Use a GtkAlignment rather than a GtkDrawingArea to draw the swatch in to avoid having an extraneous window. * gtk/gtkcolorsel.c (color_sample_draw_sample): Actually se tthe color when !has_opacity. 2005-05-10 Owen Taylor <otaylor@redhat.com> * gdk/gdkcairo.[ch] gdk/gdkcolor.[ch] gdk/Makefile.am: Add source files for Cairo convenience functionality. * gdk/gdkcairo.h (gdk_cairo_rectangle, gdk_cairo_region): Add a convenience functions to add GdkRectangle, GdkRegion to a cairo path. * gdk/gdkwindow.c gdk/gdkgc.c gtk/gtkcolorsel.c gtk/gtkiconview.c gtk/gtkstyle.c: Use gdk_cairo_rectangle/region(). * gdk/gdkcairo.[ch] gdk/gdkdrawable.h gdk/gdkdraw.c: Rename gdk_drawable_create_cairo_context() to gdk_cairo_create(). * gdk/gdkcairo.c gdk/gdkpixbuf.h gdk/gdkpixbuf-render.c: Rename gdk_pixbuf_set_as_cairo_source() to gdk_cairo_set_source_pixbuf(). * gdk/gdkdraw.c gdk/gdkpango.c gtk/gtkcolorsel.c gtk/gtkhruler.c gtk/gtkhsv.c gtk/gtkiconview.c gtk/gtkstyle.c gtk/gtkvruler.c: Adjust for renames. * gdk/gdk.symbols: Update. * gtk/gtkwidget.c (gtk_widget_queue_shallow_draw): Fix coordinate system problem that was causing the wrong portions to be invalidated. * gtk/gtkcellrenderer.c (gtk_cell_renderer_render) gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render) gtk/gtkcellrendererprogress.c (gtk_cell_renderer_progress_render) gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render) gtk/gtkcellview.c (gtk_cell_view_expose) gtk/gtkdnd.c (gtk_drag_highlight_expose) gtk/gtkentry.c (gtk_entry_draw_text) gtk/gtktextview.c (text_window_invalidate_rect): Some cairoization. * gtk/gtkcalendar.[ch]: Beat into something roughly resembling GTK+ style ... use instance-private data and standard names for private structure, etc. Move function docs inline. * gtk/gtkcalendar.[ch]: Switch to drawing everything in expose. Switch drawing to Cairo. * gtk/gtkcalendar.c (gtk_calendar_freeze): Deprecate gtk_calendar_freeze/thaw
-
- 10 May, 2005 3 commits
-
-
Tor Lillqvist authored
2005-05-10 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkproperty-win32.c (gdk_screen_get_setting): Check that GDK_IS_SCREEN(screen) (like the X11 backend does), not screen == gdk_screen_get_default(), as that might return NULL when this function is called.
-
Pawan Chitrakar authored
2005-05-10 Pawan Chitrakar <pawan@nplinux.org> * ne.po: updated Nepali Translation
-
Matthias Clasen authored
-
- 09 May, 2005 3 commits
-
-
Owen Taylor authored
2005-05-09 Owen Taylor <otaylor@redhat.com> * gdk/gdkrgb.c (gdk_rgb_convert_0888_br, gdk_rgb_convert_8880_br): Fill in unused bits so they can be used for the depth-32 target case. Rewrite so that that gives a marginal speedup rather than a marginal slowdown. (on x86) * gdk/gdkscreen.h gdk/x11/gdkscreen-x11.[ch] gdk/x11/gdkvisual-x11.c: Add gdk_screen_get_rgba_colormap/visual to get a visual for windows with an alpha channel, if one exists. * gdk/win32/gdkscreen-win32.c gdk/linux-fb/gdkscreen-fb.c: Stub out gdk_screen_get_rgba_colormap/visual. * gdk/x11/gdkcolor-x11.c (gdk_colormap_alloc_colors): computation of "unused" wasn't right for depth == 32, since it depended on shifting by 32. * gdk/gdkrgb.c: Fill in alpha bits with 1s. (Based on patch from Keith Packard, http://mail.gnome.org/archives/gtk-devel-list/2004-June/msg00080.html) * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture): Implement again, without using Xft. * tests/testgtk.c: Add a test for windows with an alpha channel.
-
Matthias Clasen authored
-
Matthias Clasen authored
2005-05-08 Matthias Clasen <mclasen@redhat.com> * gdk/tmpl/visuals.sgml: Fix a typo (#303473, Masao Mutoh)
-
- 08 May, 2005 8 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
2005-05-08 Matthias Clasen <mclasen@redhat.com> * gdk/Makefile.am (IGNORE_HFILES): Add keyname-table.h * gdk/gdk-sections.txt: Add gdk_cairo_set_source_color, gdk_drawable_create_cairo_context and gdk_pixbuf_set_as_cairo_source, remove gdk_draw_rectangle_alpha_libgtk_only * gdk/tmpl/pixbufs.sgml: * gdk/tmpl/cursors.sgml: Add long descriptions. * gdk/tmpl/events.sgml: * gdk/tmpl/dnd.sgml: * gdk/tmpl/windows.sgml: * gdk/tmpl/pixmaps.sgml: * gdk/tmpl/x_interaction.sgml: Small additions.
-
Matthias Clasen authored
2005-05-08 Matthias Clasen <mclasen@redhat.com> * gdk/gdkcolor.c (gdk_cairo_set_source_color): * gdk/gdkimage.h: * gdk/gdkdraw.c: * gdk/gdkcolor.h: * gdk/gdkcursor.h: * gdk/x11/gdkcolor-x11.c: Small documentation additions.
-
Matthias Clasen authored
-
Matthias Clasen authored
2005-05-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkscrolledwindow.h: * gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_hscrollbar): (gtk_scrolled_window_get_cscrollbar): Change the return type to GtkWidget*, proposed by Owen Taylor.
-
Matthias Clasen authored
2005-05-07 Matthias Clasen <mclasen@redhat.com> * gdk/tmpl/pango_interaction.sgml: Fix a reference. (#303403, Masao Mutoh)
-
Matthias Clasen authored
2005-05-07 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkscreen-x11.c (gdk_screen_get_width_mm) (gdk_screen_get_height_mm): Fix typos in the docs. (#303389, Masao Mutoh)
-
Matthias Clasen authored
-
- 07 May, 2005 2 commits
-
-
Owen Taylor authored
2005-05-07 Owen Taylor <otaylor@redhat.com> * gdk/gdkgc.c (gc_get_foreground): Get the foreground color, not the background color.
-
Owen Taylor authored
2005-05-07 Owen Taylor <otaylor@redhat.com> * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h (gdk_pixbuf_set_as_cairo_source): Change prototype to match cairo_set_source_surface(). * gdk/gdkdraw.c gdk/gdkgc.c gdk/gdkpixbuf-render.c gdk/gdkwindow.c gtk/gtkhsv.c tests/testcairo.c.
-
- 06 May, 2005 7 commits
-
-
Federico Mena Quintero authored
2005-05-06 Federico Mena Quintero <federico@ximian.com> Merged from gtk-2-6: * gtk/gtkfilesystemunix.c (fill_in_mime_type): Don't fill the mime types if this is an AFS directory. (fill_in_names): If we are in an AFS directory, set the MIME type blindly to "x-directory/normal".
-
Matthias Clasen authored
2005-05-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): Always initialize child-visible to FALSE, otherwise we may end up with the wrong page visible initially. (#302283, Patrik Fimml) * gtk/gtktreeview.c (gtk_tree_view_draw_arrow): Make expanders appear insensitive in insensitive treeviews.
-
Miloslav Trmac authored
2005-05-06 Miloslav Trmac <mitr@volny.cz> * cs.po: Updated Czech translation.
-
Matthias Clasen authored
2005-05-06 Matthias Clasen <mclasen@redhat.com> * tests/testiconview.c: Test DND. * gtk/gtk.symbols: * gtk/gtkiconview.[hc]: Add DND support similar to the DND support in the tree view. (#150270)
-
Matthias Clasen authored
2005-05-05 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreednd.h: * gtk/gtkwidget.h: Small cleanups.
-
Matthias Clasen authored
-
Matthias Clasen authored
-
- 05 May, 2005 4 commits
-
-
Matthias Clasen authored
-
Nguyen Thai Ngoc Duy authored
-
Owen Taylor authored
-
Owen Taylor authored
2005-05-04 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.h: Fix a bug in focus tracking when we move between has_pointer_focus and has_focus_window directly. (#109246, Billy Biggs, Niko Tyni and others) * gdk/x11/gdkevents-x11.c: Also fix some extremely confusion that could happen in the case of no window manager + keyboard grabs, by moving to a more consistent model of when we pay attention to mode=NotifyGrab/NotifyUngrab events. * docs/focus_tracking.txt: Extensive writeup about how to track focus under X11
-
- 04 May, 2005 5 commits
-
-
Søren Sandmann authored
Wed May 4 13:21:41 2005 Søren Sandmann <sandmann@redhat.com> * tests/testcairo.c (draw): Replace cairo_show_surface() uses with cairo_set_source_surface()/cairo_paint();
-
Matthias Clasen authored
-
Tor Lillqvist authored
2005-05-04 Tor Lillqvist <tml@novell.com> * gdk/win32/gdkdrawable-win32.c (generic_draw, blit_from_pixmap) * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values, _gdk_win32_gc_new, _gdk_windowing_gc_set_clip_region, gdk_win32_hdc_get): Minor fixes to make Win32 backend compile again.
-
Adam Weinberger authored
2005-05-04 Adam Weinberger <adamw@gnome.org> * en_CA.po: Updated Canadian English translation.
-
Matthias Clasen authored
2005-05-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilesystem.c: * gtk/gtkcelleditable.c: * gtk/gtktreemodel.c: Avoid getting the interface struct twice in the same function. (#300513, Billy Biggs)
-
- 03 May, 2005 4 commits
-
-
Matthias Clasen authored
2005-05-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreemodel.c: Avoid getting the interface struct twice in the same function. (#300513, Billy Biggs)
-
Matthias Clasen authored
2005-05-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-sections.txt: Add gtk_dialog_get_response_for_widget. Add new scrolled window getters.
-
Matthias Clasen authored
2005-05-03 Matthias Clasen <mclasen@redhat.com> * gtk/gtkscrolledwindow.h: * gtk/gtkscrolledwindow.c (gtk_scrolled_window_get_vscrollbar): * gtk/gtk.symbols: Add getters for the scrollbars. (#167181, Billy Biggs)
-
Matthias Clasen authored
-