summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* make gdk_pixmap_get_size and gdk_drawable_get_depth dynamicSilenio Quarti2012-10-243-5/+14
|
* remove gdk_pixmap_new from GTK3 - all calls are protectedSilenio Quarti2012-10-244-0/+12
|
* remove GdkImage from GTK3 - all calls are protectedSilenio Quarti2012-10-241-0/+1
|
* remove gdk_draw_drawable from GTK3Silenio Quarti2012-10-244-4/+12
|
* remove gdk_gc_set_values from GTK3Silenio Quarti2012-10-243-3/+4
|
* remove gdk_gc_set_subwindow from GTK3Silenio Quarti2012-10-244-3/+12
|
* remove gdk_gc_set_function from GTK3Silenio Quarti2012-10-244-3/+12
|
* remove gdk_gc_set_foreground from GTK 3Silenio Quarti2012-10-244-3/+13
|
* remove gdk_gc_set_clip_region from GTK3Silenio Quarti2012-10-245-21/+33
|
* remove gdk_draw_rectangle from GTK3Silenio Quarti2012-10-244-3/+12
|
* remove gdk_gc_new from GTK3, all calls are protected except for Tracker (see ↵Silenio Quarti2012-10-246-2/+18
| | | | bug#380287)
* gdk_gc_get_values is not available on GTK 3 and calls are protected by USE_CAIROSilenio Quarti2012-10-241-0/+1
|
* Bug 390041 - Use cairo instead of gdk_draw_pixbuf()Silenio Quarti2012-10-241-1/+9
|
* make gdk_drawable_get_image dynamicAnatoly Spektor2012-10-243-2/+11
|
* Bug 391742 - User can do nothing when both a normal dialog pop up and ↵Silenio Quarti2012-10-248-16/+30
| | | | FileDialog are there
* Remove GdkDrawPixbuf casts.Alexander Kurtakov2012-10-242-6/+2
| | | It's already dynamic so casts don't buy us anything.
* add string to propertiesCarolyn MacLeod2012-10-231-0/+1
|
* Bug 381974 - DBCS4.2: Can not choose Hanzi on Text editor with AIX ↵Silenio Quarti2012-10-231-1/+14
| | | | T/S-Chinese IME
* Use gdk_x11_get_default_xdisplay unconditionally.Alexander Kurtakov2012-10-233-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 GTK3Alexander Kurtakov2012-10-237-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 3Alexander Kurtakov2012-10-236-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.
* v4311Silenio Quarti2012-10-224-5/+5
|
* There is no GdkGCValues in GTK3.Alexander Kurtakov2012-10-221-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 Keller2012-10-222-1/+5
| | | | selected, unfocused table and tree items
* Skip GdkVisual and GtkColorSelectionDialog for GTK 3.x.Alexander Kurtakov2012-10-221-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 Keller2012-10-223-0/+31
| | | | selected, unfocused table and tree items
* Bug 391459 - cannot press/toggle Button with Space key any moreSilenio Quarti2012-10-221-6/+5
|
* Bug 392488 - [Browser] XULRunner 10 does not eat some traversals byGrant Gayed2012-10-221-24/+34
| | | default
* Bug 384886: [Bidi] Text#addSegmentListener(..) should not require client to ↵Markus Keller2012-10-223-22/+24
| | | | call setText(..)
* Bug 388105: StyledText#setSelection(..) sets caret at wrong end in block ↵Markus Keller2012-10-221-1/+5
| | | | selection mode
* Bug 250174: [BlockSelection] fix keyhandling in block selection modeMarkus Keller2012-10-221-2/+12
| | | added "Select to content start/end"
* Bug 388578: [Bidi] Text#addSegmentListener(..) not implemented on Mac/CocoaMarkus Keller2012-10-223-2/+14
| | | document restriction in API
* Bug 392569 - Obtain color selection using functionAlexander Kurtakov2012-10-226-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+3Anatoly Spektor2012-10-205-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 codeSilenio Quarti2012-10-191-1/+1
|
* Bug 392229 - [Browser] JS_EvaluateUCScriptForPrincipals crash withGrant Gayed2012-10-191-1/+5
| | | XULRunner 10 (IBM JRE only)
* Bug 391254: NPE in CTabFolder.onMouse; onDispose should not setMarkus Keller2012-10-191-2/+2
| | | folderListeners to null
* Bug 365934: MouseEvent#button, SWT#BUTTON*, and SWT#MOD* should spell out ↵Markus Keller2012-10-192-8/+23
| | | | usual mapping
* Bug 387204: Tree and Table tooltips cut second line on WindowsMarkus Keller2012-10-192-3/+30
|
* Bug 390514-there is no content shown in drop down list of comboLakshmi Shanmugam2012-10-191-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 Kurtakov2012-10-195-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.
* v4310Silenio Quarti2012-10-184-5/+5
|
* Bug 384887: [Bidi] Text#addSegmentListener(..) fails with line delimiter ↵Markus Keller2012-10-181-1/+15
| | | | (\n) as segmentsChar
* Bug 391364: StyledText#addBidiSegmentListener doesn't support multiple chars ↵Markus Keller2012-10-181-1/+2
| | | | per offset any more
* Bug 392214 - UnsatisfiedLinkError on Kepler - better nowSilenio Quarti2012-10-181-3/+3
|
* Bug 392214 - UnsatisfiedLinkError on KeplerSilenio Quarti2012-10-181-2/+8
|
* Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for ↵Markus Keller2012-10-184-12/+38
| | | | selected, unfocused table and tree items
* Use gdk_pixbuf_get_from_window instead of gdk_pixbuf_get_from_drawableAnatoly Spektor2012-10-188-14/+84
|
* Bug 391995 - Add tycho.scmUrl for eclipse.platform.swt.gitBogdan Gheorghe2012-10-171-0/+4
|
* Use gdk_window* instead of gdk_drawable_get_visible_region()Anatoly Spektor2012-10-177-4/+53
|