]> Pileus Git - ~andy/gtk/history - gtk/gtklabel.c
label: Clear layout on state change
[~andy/gtk] / gtk / gtklabel.c
2011-12-05 Benjamin Ottelabel: Clear layout on state change
2011-12-05 Benjamin Ottelabel: Move callback to new stuff
2011-12-01 Paolo BorelliIntroduce gtk_render_insertion_cursor
2011-12-01 Paolo BorelliRemove draw_insertion_cursor in label and entry
2011-11-29 Paolo BorelliAvoid shadowing a variable
2011-11-16 Benjamin Ottegtk: Fix compiler warnings from include fixes
2011-11-11 Rico TzschichholzFix some implicit declaration warnings
2011-10-23 Michael Natterergtk: move _gtk_modules_has_mixed_deps() to gtkmodlespri...
2011-10-15 Javier JardónUse G_VALUE_INIT
2011-09-27 Michael NattererBug 659406 - Abstract what triggers a context menu
2011-09-26 Michael NattererBug 659406 - Abstract what triggers a context menu
2011-09-13 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-09-05 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-09-04 Matthias ClasenGtkLabel: make patterns work a little better
2011-08-26 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-08-26 Tristan Van BerkomAvoid dereferencing NULL pointer in gtk_label_drag_data...
2011-08-20 Chun-wei FanInclude C89 fallback code
2011-08-10 Matthias ClasenMake focus rectangles optional
2011-08-02 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-27 Federico Mena QuinteroMerge branch 'bgo593793-filechooser-recent-folders...
2011-07-08 Federico Mena QuinteroMerge bgo593793-filechooser-recent-folders-master branch.
2011-07-06 Javier JardonDo not initialize the priv pointer before check type
2011-07-05 Matthias ClasenGtkLabel: optimize away some ::notify emissions
2011-07-05 Matthias ClasenAvoid warnings in clipboard code
2011-07-05 Matthias ClasenGtkLabel: factor out two getters
2011-07-05 Matthias ClasenGtkLabel: freeze property notification where appropriate
2011-07-05 Matthias ClasenGailLabel -> GtkLabelAccessible
2011-06-10 Javier Jardóngtk: Use const instead G_CONST_RETURN
2011-06-01 Matthias ClasenGtkLabel: Make selection behave more similar to GtkEntry
2011-05-31 Javier Jardónall: avoid boxed structs copying where possible (and 2)
2011-05-22 Benjamin Ottelabel: Account for y-translation when rotating
2011-05-18 Cosimo Cecchiall: avoid boxed structs copying where possible
2011-05-05 Benjamin Ottelabel: Compute label offset properly for wrapped justif...
2011-05-03 Benjamin Ottelabel: Allow using more underline modes
2011-04-26 Benjamin Ottelabel: Don't crash when a builder file contains unknown...
2011-04-22 Benjamin Ottelabel: Fix an invariant leading to required > minimum
2011-04-19 Benjamin Ottelabel: No need to special case single-line mode
2011-04-19 Benjamin Ottelabel: Request more natural size for ellipsizing wrappi...
2011-04-19 Benjamin Ottelabel: Pass the desired height to measuring layout
2011-04-19 Benjamin Ottelabel: Remove wrap width leftovers
2011-04-19 Benjamin Ottelabel: Set the height of the label when ellipsized...
2011-04-19 Benjamin Ottelabel: Don't use a rectangle variable if we don't use...
2011-04-19 Benjamin Ottelabel: Redo size computation
2011-04-19 Benjamin Ottelabel: Set wrap on the layout unconditionally
2011-04-19 Benjamin Ottelabel: Remove duplicated comment
2011-04-19 Benjamin Ottelabel: Don't try to guess a label's size
2011-04-19 Benjamin Ottelabel: Don't care about aux info
2011-04-17 Paolo BorelliSmall cleanup in label sizing code.
2011-04-17 Paolo BorelliFactor out a get_char_pixels method for clarity.
2011-04-15 Javier JardónMove documentation to inline comments: GtkLabel
2011-04-14 Benjamin Ottelabel: we can't ignore sizes on ellipsized labels
2011-04-12 Matthias ClasenGtkLabelPrivate: Improve struct packing
2011-04-12 Kristian HøgsbergMerge branch 'gdk-backend-wayland'
2011-03-30 Benjamin Ottelabel: Remove dead code
2011-03-29 Benjamin Ottelabel: Add another special case for measuring
2011-03-29 Benjamin Ottelabel: Don't create the layout in size_allocate() if...
2011-03-29 Benjamin Ottelabel: Move ellipsized layout width computation
2011-03-29 Benjamin Ottelabel: Factor out layout size measuring into its own...
2011-03-29 Benjamin Ottelabel: Move function to a better location
2011-03-29 Benjamin Ottelabel: Factor out layout size setting into a separate...
2011-03-29 Benjamin Ottelabel: Only get font metrics if we have to
2011-03-29 Benjamin Ottelabel: Add optimization for a common special case
2011-03-29 Benjamin Ottelabel: Remove unused boolean argument from ensure_layout()
2011-03-29 Benjamin Ottelabel: Don't recreate the layout just for measuring
2011-03-29 Benjamin Ottelabel: Add internal gtk_label_get_measuring_layout...
2011-03-25 Tristan Van BerkomAdded GTK_SIZE_REQUEST_CONSTANT_SIZE to GtkSizeRequestMode
2011-03-24 Matthias ClasenMake selectable labels work again
2011-02-26 Kristian HøgsbergMerge remote-tracking branch 'origin/master' into gdk...
2011-02-11 Alexander LarssonMerge branch 'master' into broadway
2011-02-07 Matthias ClasenAlways chain up in ::style-updated
2011-02-03 Matthias ClasenDon't g_object_unref cairo surfaces
2011-01-24 Matthias ClasenSilence new gcc warnings
2011-01-20 Pavel Holejsovsky[GI] Add missing (out) and (array) annotations
2011-01-20 Pavel Holejsovsky[GI] Add missing (transfer) annotations
2011-01-19 Alexander LarssonMerge branch 'master' into broadway2
2011-01-04 Matthias ClasenMove docs for gtkmain inline
2011-01-04 Matthias ClasenRemove gtktypeutils altogether
2011-01-04 Matthias ClasenDrop explicit includes of gdkkeysyms.h
2010-12-23 Matthias ClasenRemove sealed members from GtkMenuShell
2010-12-21 Benjamin Ottegtk: Use g_object_unref instead of gdk_cursor_unref
2010-12-08 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-07 Cosimo Cecchilabel: plug a memory leak
2010-12-05 Paolo BorelliUse the new style context API in GtkLabel.
2010-12-04 Alexander LarssonMerge branch 'master' into broadway
2010-12-04 Tristan Van BerkomMerge branch 'master' into treeview-refactor
2010-12-04 Carlos GarnachoGtkLabel: Use style context for rendering.
2010-12-02 Benjamin Ottelabel: Clarify docs for gtk_label_get_layout()
2010-11-13 Chun-wei Fangtklabel.c: Added hack for rint()
2010-11-10 Chun-wei Fangtklabel.c: Added hack for rint()
2010-10-20 Emmanuele Bassisettings: Move setting property registration in gtksett...
2010-09-27 Benjamin Ottelabel: Fix rendering of rotated labels
2010-09-27 Javier JardónMove destroy signal to GtkWidget
2010-09-26 Benjamin OtteMove GtkSizeRequest into GtkWidget
2010-09-26 Benjamin OtteAPI: Get rid of gtk_draw_insertion_cursor()
2010-09-26 Benjamin OtteAPI: Rename gtk_cairo_paint_*() to gtk_paint_*()
2010-09-26 Benjamin Ottelabel: Port to draw vfunc
2010-09-26 Benjamin Ottetext: Make _gtk_text_util_create_drag_icon() return...
2010-09-21 Cody RussellMerge branch 'notebooks-without-mouse-scrolling'
2010-09-21 Matthias ClasenTons of transfer annotations
2010-09-15 Javier JardónUse gtk_size_request_get_size() instead deprecated...
next