Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | make gdk_pixmap_get_size and gdk_drawable_get_depth dynamic | Silenio Quarti | 2012-10-24 | 3 | -5/+14 | |
| | ||||||
* | remove gdk_pixmap_new from GTK3 - all calls are protected | Silenio Quarti | 2012-10-24 | 4 | -0/+12 | |
| | ||||||
* | remove GdkImage from GTK3 - all calls are protected | Silenio Quarti | 2012-10-24 | 1 | -0/+1 | |
| | ||||||
* | remove gdk_draw_drawable from GTK3 | Silenio Quarti | 2012-10-24 | 4 | -4/+12 | |
| | ||||||
* | remove gdk_gc_set_values from GTK3 | Silenio Quarti | 2012-10-24 | 3 | -3/+4 | |
| | ||||||
* | remove gdk_gc_set_subwindow from GTK3 | Silenio Quarti | 2012-10-24 | 4 | -3/+12 | |
| | ||||||
* | remove gdk_gc_set_function from GTK3 | Silenio Quarti | 2012-10-24 | 4 | -3/+12 | |
| | ||||||
* | remove gdk_gc_set_foreground from GTK 3 | Silenio Quarti | 2012-10-24 | 4 | -3/+13 | |
| | ||||||
* | remove gdk_gc_set_clip_region from GTK3 | Silenio Quarti | 2012-10-24 | 5 | -21/+33 | |
| | ||||||
* | remove gdk_draw_rectangle from GTK3 | Silenio Quarti | 2012-10-24 | 4 | -3/+12 | |
| | ||||||
* | remove gdk_gc_new from GTK3, all calls are protected except for Tracker (see ↵ | Silenio Quarti | 2012-10-24 | 6 | -2/+18 | |
| | | | | bug#380287) | |||||
* | gdk_gc_get_values is not available on GTK 3 and calls are protected by USE_CAIRO | Silenio Quarti | 2012-10-24 | 1 | -0/+1 | |
| | ||||||
* | Bug 390041 - Use cairo instead of gdk_draw_pixbuf() | Silenio Quarti | 2012-10-24 | 1 | -1/+9 | |
| | ||||||
* | make gdk_drawable_get_image dynamic | Anatoly Spektor | 2012-10-24 | 3 | -2/+11 | |
| | ||||||
* | Bug 391742 - User can do nothing when both a normal dialog pop up and ↵ | Silenio Quarti | 2012-10-24 | 8 | -16/+30 | |
| | | | | FileDialog are there | |||||
* | Remove GdkDrawPixbuf casts. | Alexander Kurtakov | 2012-10-24 | 2 | -6/+2 | |
| | | | It's already dynamic so casts don't buy us anything. | |||||
* | add string to properties | Carolyn MacLeod | 2012-10-23 | 1 | -0/+1 | |
| | ||||||
* | Bug 381974 - DBCS4.2: Can not choose Hanzi on Text editor with AIX ↵ | Silenio Quarti | 2012-10-23 | 1 | -1/+14 | |
| | | | | T/S-Chinese IME | |||||
* | Use gdk_x11_get_default_xdisplay unconditionally. | Alexander Kurtakov | 2012-10-23 | 3 | -16/+1 | |
| | | | | It's available in all supported GTK version and for some reason if its dynamic it doesn't work on GTK3. | |||||
* | Bug 392616 - Use gtk_accessible_get_widget on GTK3 | Alexander Kurtakov | 2012-10-23 | 7 | -6/+55 | |
| | | | | | We are supposed to get the widget via the function call and not by reading the struct field (impossible in Gtk3). Also don't compile the GtkAccessible natives for Gtk 3.x. | |||||
* | Bug 392610 - Use gdk_x11_get_default_xdisplay for GTK 3 | Alexander Kurtakov | 2012-10-23 | 6 | -1/+40 | |
| | | | | | The GTK2 gdk_x11_display_get_xdisplay(gdk_display_get_default()) path fails. Also there is way more convenient GTK3 api gdk_x11_get_default_xdisplay. | |||||
* | v4311 | Silenio Quarti | 2012-10-22 | 4 | -5/+5 | |
| | ||||||
* | There is no GdkGCValues in GTK3. | Alexander Kurtakov | 2012-10-22 | 1 | -0/+1 | |
| | | | | The struct/class in not used anywhere in GTK 3 code paths, there are alternative paths. | |||||
* | Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for ↵ | Markus Keller | 2012-10-22 | 2 | -1/+5 | |
| | | | | selected, unfocused table and tree items | |||||
* | Skip GdkVisual and GtkColorSelectionDialog for GTK 3.x. | Alexander Kurtakov | 2012-10-22 | 1 | -0/+2 | |
| | | | | In Gtk 3.x we can not access the struct fields so we skip compiling the natives. | |||||
* | Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for ↵ | Markus Keller | 2012-10-22 | 3 | -0/+31 | |
| | | | | selected, unfocused table and tree items | |||||
* | Bug 391459 - cannot press/toggle Button with Space key any more | Silenio Quarti | 2012-10-22 | 1 | -6/+5 | |
| | ||||||
* | Bug 392488 - [Browser] XULRunner 10 does not eat some traversals by | Grant Gayed | 2012-10-22 | 1 | -24/+34 | |
| | | | default | |||||
* | Bug 384886: [Bidi] Text#addSegmentListener(..) should not require client to ↵ | Markus Keller | 2012-10-22 | 3 | -22/+24 | |
| | | | | call setText(..) | |||||
* | Bug 388105: StyledText#setSelection(..) sets caret at wrong end in block ↵ | Markus Keller | 2012-10-22 | 1 | -1/+5 | |
| | | | | selection mode | |||||
* | Bug 250174: [BlockSelection] fix keyhandling in block selection mode | Markus Keller | 2012-10-22 | 1 | -2/+12 | |
| | | | added "Select to content start/end" | |||||
* | Bug 388578: [Bidi] Text#addSegmentListener(..) not implemented on Mac/Cocoa | Markus Keller | 2012-10-22 | 3 | -2/+14 | |
| | | | document restriction in API | |||||
* | Bug 392569 - Obtain color selection using function | Alexander Kurtakov | 2012-10-22 | 6 | -5/+48 | |
| | | | | Due to sealing we would better use accessors instead of reading struct fields, which is impossible in Gtk 3.x. | |||||
* | Not use gdk_colormap_alloc_color and gdk_colormap_free_color in GTK+3 | Anatoly Spektor | 2012-10-20 | 5 | -19/+40 | |
| | | | | | | | This patch version guards calls to GdkColormap methods as they are not used in GTK+3, the only exception where GdkColormap is still used is Tracker.drawRectangles, as suitable Cairo implementation is not yet implemented for this method. | |||||
* | generated code | Silenio Quarti | 2012-10-19 | 1 | -1/+1 | |
| | ||||||
* | Bug 392229 - [Browser] JS_EvaluateUCScriptForPrincipals crash with | Grant Gayed | 2012-10-19 | 1 | -1/+5 | |
| | | | XULRunner 10 (IBM JRE only) | |||||
* | Bug 391254: NPE in CTabFolder.onMouse; onDispose should not set | Markus Keller | 2012-10-19 | 1 | -2/+2 | |
| | | | folderListeners to null | |||||
* | Bug 365934: MouseEvent#button, SWT#BUTTON*, and SWT#MOD* should spell out ↵ | Markus Keller | 2012-10-19 | 2 | -8/+23 | |
| | | | | usual mapping | |||||
* | Bug 387204: Tree and Table tooltips cut second line on Windows | Markus Keller | 2012-10-19 | 2 | -3/+30 | |
| | ||||||
* | Bug 390514-there is no content shown in drop down list of combo | Lakshmi Shanmugam | 2012-10-19 | 1 | -0/+13 | |
| | | | in GridLayout if the size of content list is 1 | |||||
* | Bug 392420 - Use g_type_query to query for sizes of GtkFixed. | Alexander Kurtakov | 2012-10-19 | 5 | -32/+7 | |
| | | | | | Because of sealing we can no longer access GtkFixed and GtkFixed sizeof so remove them with the standard gobject api for retrieving this documentation. | |||||
* | v4310 | Silenio Quarti | 2012-10-18 | 4 | -5/+5 | |
| | ||||||
* | Bug 384887: [Bidi] Text#addSegmentListener(..) fails with line delimiter ↵ | Markus Keller | 2012-10-18 | 1 | -1/+15 | |
| | | | | (\n) as segmentsChar | |||||
* | Bug 391364: StyledText#addBidiSegmentListener doesn't support multiple chars ↵ | Markus Keller | 2012-10-18 | 1 | -1/+2 | |
| | | | | per offset any more | |||||
* | Bug 392214 - UnsatisfiedLinkError on Kepler - better now | Silenio Quarti | 2012-10-18 | 1 | -3/+3 | |
| | ||||||
* | Bug 392214 - UnsatisfiedLinkError on Kepler | Silenio Quarti | 2012-10-18 | 1 | -2/+8 | |
| | ||||||
* | Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for ↵ | Markus Keller | 2012-10-18 | 4 | -12/+38 | |
| | | | | selected, unfocused table and tree items | |||||
* | Use gdk_pixbuf_get_from_window instead of gdk_pixbuf_get_from_drawable | Anatoly Spektor | 2012-10-18 | 8 | -14/+84 | |
| | ||||||
* | Bug 391995 - Add tycho.scmUrl for eclipse.platform.swt.git | Bogdan Gheorghe | 2012-10-17 | 1 | -0/+4 | |
| | ||||||
* | Use gdk_window* instead of gdk_drawable_get_visible_region() | Anatoly Spektor | 2012-10-17 | 7 | -4/+53 | |
| |