Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GDK: Prefix key names with KEY_ | Colin Walters | 2010-09-08 | 16 | -402/+402 |
| | | | | | | | | | | | | | The keysyms create a lot of potential namespace conflicts for C, and are especially problematic for introspection, where we take constants into the namespace, so GDK_Display conflicts with GdkDisplay. For C application compatiblity, add gdkkeysyms-compat.h which uses the old names. Just one user in GTK+ continues to use gdkkeysyms-compat.h, which is the gtkimcontextsimple.c, since porting that requires porting more custom Perl code. | ||||
* | Replace gtk_debug_flags with getter and setter functions | Tor Lillqvist | 2010-09-08 | 1 | -1/+1 |
| | | | | | | Preferrably should be made just into a local variable for libgtk like _gdk_debug_flags for libgdk. But for now used by gtk/tests/textbuffer.c and modules/printbackends/cups/gtkprintbackendcups.c. | ||||
* | MS Windows engine: draw elements in the right place. | Martin Schlemmer | 2010-09-03 | 2 | -49/+28 |
| | | | | Work in progress, still remains to be solved the problem of clipping. | ||||
* | Oops, make the MS Windows theme really compile. | Fridrich Štrba | 2010-09-02 | 1 | -3/+2 |
| | |||||
* | Make the MS Windows engine compile again. | Fridrich Štrba | 2010-09-02 | 2 | -0/+38 |
| | | | | | Nevertheless, it is not working and needs a lot of fixing before it can be useful. | ||||
* | Avoid potential DLL hijacking in ms-windows theme engine | Tor Lillqvist | 2010-09-02 | 1 | -1/+27 |
| | | | | | | Load uxtheme.dll from an absolute path. A proper uxtheme.dll, if present, will always be in the Windows system directory, so load it from there. | ||||
* | Adapt to progressbar api change | Fridrich Štrba | 2010-09-02 | 1 | -3/+2 |
| | |||||
* | Porting MS Windows theme engine to cairo - Part 1: stippling | Fridrich Štrba | 2010-08-31 | 1 | -72/+127 |
| | |||||
* | Porting the MS Windows theme engine to cairo - Part 2 rectangle and line drawing | Fridrich Štrba | 2010-08-31 | 1 | -255/+168 |
| | |||||
* | Gail: use accessor functions to access GtkScrolledWindow | Javier Jardón | 2010-08-31 | 2 | -12/+12 |
| | |||||
* | Fixed minimum increment calculation of GailScaleButton. | Szilárd Pfeiffer | 2010-08-30 | 2 | -49/+106 |
| | | | | | | | | Also implemented to use the adjustment to determine the current, minimum, maximum values and mimimum increment just as the other widgets which have adjustment. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=626710 | ||||
* | [win32] Properly draw the menu separator for Windows Vista/7. | Martin Schlemmer | 2010-08-30 | 4 | -2/+91 |
| | | | | Also adds the bits for transparency. | ||||
* | [win32] Use pango_win32_font_description_from_logfontw() to get | Martin Schlemmer | 2010-08-30 | 1 | -295/+40 |
| | | | | the system font, instead of the code duplication. | ||||
* | [win32] Fix some warnings related to type differences and unused variables | Martin Schlemmer | 2010-08-30 | 1 | -18/+15 |
| | |||||
* | modules/other/gail/gailtogglebutton.c: Add/remove indeterminate state | Szilárd Pfeiffer | 2010-08-29 | 1 | -11/+14 |
| | | | | | | | GailToggleButton does not set/unset ATK_STATE_INDETERMINATE according to the value of GtkToggleButton's inconsistent property. Fixes https://bugzilla.gnome.org/show_bug.cgi?id=626537 | ||||
* | Use accessor functions to access GtkRange | Javier Jardón | 2010-08-23 | 1 | -6/+10 |
| | |||||
* | gail: Use accessor functions to access GtkWindow | Javier Jardón | 2010-08-23 | 5 | -18/+16 |
| | |||||
* | modules/input/gtkimcontextxim.c: Use accessors to GtkWidget | Javier Jardón | 2010-08-22 | 1 | -9/+18 |
| | |||||
* | Gail: use accessor functions to access GtkWidget | Javier Jardón | 2010-08-22 | 10 | -49/+73 |
| | |||||
* | Miscellaneous string fixes | Philip Withnall | 2010-08-22 | 1 | -1/+1 |
| | | | | Mostly capitalisation fixes. Closes: bgo#528257 | ||||
* | Make print backends use standard icon names for printers | Matthias Clasen | 2010-08-18 | 5 | -9/+9 |
| | | | | | This is to make the print dialog work with the previous commit. See bug 626474. | ||||
* | API: Remove GtkTextTag's stipple properties | Benjamin Otte | 2010-08-10 | 1 | -32/+0 |
| | | | | | They seem pretty much unused and the only reason why GtkTextView uses a GdkPangoRenderer and not a PangoCairoRenderer. | ||||
* | image: remove GdkImage as a possible image type | Benjamin Otte | 2010-08-10 | 1 | -8/+0 |
| | | | | GdkImage is about to be deprecated. | ||||
* | Fix gail_notebook_get_selection_count() | Matthias Clasen | 2010-08-09 | 1 | -1/+1 |
| | | | | | This function should return 0 for empty notebooks. Based on a patch by Mike Gorse, bug 557263. | ||||
* | Add missing accessors for notebook details | Sam Thursfield | 2010-08-09 | 1 | -6/+6 |
| | | | | | The ms-windows theme engine needs to access the tab-{h,v}border, so add accessors. Bug 625655. | ||||
* | Towards GSEAL-clean build on win32 | Sam Thursfield | 2010-08-09 | 1 | -1/+1 |
| | | | | | Use accessors instead of direct member access in a few places. Bug 625655. | ||||
* | Implement GailAdjustment::get_minimium_increment | Szilárd Pfeiffer | 2010-08-09 | 3 | -0/+84 |
| | | | | ...and use it in GailRange and GailSpinButton. Bug 625953. | ||||
* | Make Gail work with custom treemodels | Szilárd Pfeiffer | 2010-08-09 | 1 | -6/+6 |
| | | | | | | Gail did set the role to ATK_ROLE_TABLE for anything that is not a GtkTreeStore. The propery way to do this is to look at the tree model flags for list-onlyness. Bug 580291. | ||||
* | pixbuf-engine: Draw mask with Cairo | Benjamin Otte | 2010-07-26 | 1 | -6/+10 |
| | | | | No more gdk_pixbuf_render_threshold_alpha() | ||||
* | pixbuf-engine: replace call to gdk_draw_pixbuf() with Cairo equivalent | Benjamin Otte | 2010-07-26 | 1 | -7/+12 |
| | |||||
* | pixbuf-engine: Replace gdk_draw_pixbuf() with Cairo equivalent | Benjamin Otte | 2010-07-26 | 1 | -26/+10 |
| | | | | This replaces the tiled fill call only. | ||||
* | imcontextxim: Draw with Cairo | Benjamin Otte | 2010-07-26 | 1 | -10/+15 |
| | |||||
* | cups: Fix cast warnings | Benjamin Otte | 2010-07-26 | 1 | -2/+2 |
| | |||||
* | gail-util: Constify gchar argument | Emmanuele Bassi | 2010-07-16 | 2 | -2/+2 |
| | | | | | | And avoid a compiler warning. https://bugzilla.gnome.org/show_bug.cgi?id=624349 | ||||
* | Use accessor functions to access GtkStatusbar | Javier Jardón | 2010-07-13 | 1 | -1/+4 |
| | |||||
* | Use accessor functions to access GtkSpinButton | Javier Jardón | 2010-07-13 | 1 | -5/+9 |
| | |||||
* | Use accessor functions to access GtkScrolledWindow | Javier Jardón | 2010-07-13 | 1 | -13/+21 |
| | |||||
* | Use accessor functions to access GtkPaned | Javier Jardón | 2010-07-13 | 1 | -2/+6 |
| | |||||
* | Use accessor funtions to acces GtkImage | Javier Jardón | 2010-07-13 | 1 | -3/+5 |
| | |||||
* | Use accessor functions to access GtkDialog | Javier Jardón | 2010-07-13 | 1 | -12/+11 |
| | |||||
* | Use GtkBin accessors | Javier Jardón | 2010-07-13 | 5 | -8/+11 |
| | |||||
* | Use accessor functions to access GtkCheckMenuItem | Javier Jardón | 2010-07-13 | 3 | -9/+9 |
| | |||||
* | gtkcellrendererpixbuf: Move public members to private structure | Javier Jardón | 2010-07-13 | 1 | -1/+1 |
| | |||||
* | Use accessor functions to access GtkCellRendererText | Javier Jardón | 2010-07-13 | 1 | -38/+98 |
| | |||||
* | Use accessor functions to access GtkCellRenderer | Javier Jardón | 2010-07-13 | 1 | -5/+9 |
| | |||||
* | Use accessor functions to access GtkAccesible variables | Javier Jardón | 2010-07-13 | 46 | -352/+359 |
| | |||||
* | gtkarrow: Move public members to private structure | Javier Jardón | 2010-07-13 | 1 | -7/+14 |
| | |||||
* | Use accessor functions to access GtkNotebook | Javier Jardón | 2010-07-13 | 3 | -31/+18 |
| | |||||
* | Deprecate GtkNotebookPage as used in switch-page | Christian Dywan | 2010-07-13 | 1 | -0/+4 |
| | | | | Fixes: 618327 | ||||
* | Move sealed attributes to private struct. | Ignacio Casal Quinteiro | 2010-07-12 | 1 | -22/+22 |
| |