summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org
Commit message (Collapse)AuthorAgeFilesLines
...
* call gdk_window_get_visible_region for GTK3Silenio Quarti2012-10-272-2/+12
|
* forgot to returnSilenio Quarti2012-10-271-0/+1
|
* respect fill ruleSilenio Quarti2012-10-271-1/+5
|
* cleanup region changes - use macros to redefine gdk_region_XXX in terms of ↵Silenio Quarti2012-10-277-631/+295
| | | | cairo_region_XXX
* crash in cairo_region_get_rectanglesSilenio Quarti2012-10-263-155/+89
|
* cleanup Region.cairoPolygonRgnSilenio Quarti2012-10-261-5/+4
|
* fix other places with polygon regionsSilenio Quarti2012-10-263-41/+14
|
* fix polygon regions - still has bad performanceSilenio Quarti2012-10-261-25/+37
|
* Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for ↵Markus Keller2012-10-265-4/+16
| | | | selected, unfocused table and tree items
* call gtk_combo_box_text_insert in GTK3Silenio Quarti2012-10-261-3/+15
|
* Bug 392841 - [GTK3] Need to replace expose-event signal with draw signalSilenio Quarti2012-10-269-125/+152
|
* Bug 392785 - [GTK3] Need to reimplement B&W cursorsSilenio Quarti2012-10-261-1/+63
|
* Bug 392839 - [GTK3] need to replace GtkAdjustment with accessorsSilenio Quarti2012-10-257-128/+151
|
* Bug 387315 - Use gtk_entry_im_context_filter_keypress to omit direct ↵Silenio Quarti2012-10-254-1/+33
| | | | ImContext call
* Bug 392700 - Bad scrolling in editor (N20121022-1000)Silenio Quarti2012-10-251-13/+4
|
* Bug 392389 - Skip gtk_check_version for gtk 3.0+.Silenio Quarti2012-10-251-6/+15
|
* Bug 392841 - [GTK3] Need to replace expose-event signal with draw signalSilenio Quarti2012-10-254-5/+15
|
* IMContext is private in GTK3.Alexander Kurtakov2012-10-251-0/+1
| | | | There is no way to retrieve it. Note that gtk_*_im_context_filter_keypress should be called wherever needed.
* Don't use GTK_WIDGET_REQUISITION_HEIGHT in GTK 3.Alexander Kurtakov2012-10-251-1/+5
| | | Return requisition.height instead.
* Swap gtk_combo_box_entry_new_text with gtk_combo_box_text_new_with_entryAlexander Kurtakov2012-10-251-1/+5
| | | The later is the replacement for the former in GTK 3.x.
* Use requisition directly on Gtk 3.Alexander Kurtakov2012-10-251-2/+7
| | | | GTK_WIDGET_REQUISITION_[WIDTH|HEIGHT] are gone now.
* Bug 392811 - Replace gtk_combo_box_new_text with gtk_combo_box_text_newAlexander Kurtakov2012-10-251-1/+5
| | | | gtk_combo_box_new_text was renamedto gtk_combo_box_text_new in Gtk 3.x and the code needes tobe adapted to it.
* remove gdk_colormap_get_system from GTK3Silenio Quarti2012-10-241-0/+2
|
* missing version checkSilenio Quarti2012-10-241-7/+9
|
* 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-231-7/+1
| | | | It's available in all supported GTK version and for some reason if its dynamic it doesn't work on GTK3.
* Bug 392610 - Use gdk_x11_get_default_xdisplay for GTK 3Alexander Kurtakov2012-10-231-1/+7
| | | | | 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.
* Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for ↵Markus Keller2012-10-222-1/+5
| | | | selected, unfocused table and tree items
* 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 384886: [Bidi] Text#addSegmentListener(..) should not require client to ↵Markus Keller2012-10-221-10/+8
| | | | call setText(..)
* Bug 388578: [Bidi] Text#addSegmentListener(..) not implemented on Mac/CocoaMarkus Keller2012-10-221-0/+4
| | | document restriction in API
* Bug 392569 - Obtain color selection using functionAlexander Kurtakov2012-10-221-5/+12
| | | | 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-202-15/+18
| | | | | | | 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.
* Bug 392420 - Use g_type_query to query for sizes of GtkFixed.Alexander Kurtakov2012-10-191-2/+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.
* 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-183-11/+33
|
* Use gdk_window* instead of gdk_drawable_get_visible_region()Anatoly Spektor2012-10-172-2/+6
|
* Use gtk_widget_get_preferred_size() instead gtk_widget_size_request ()Anatoly Spektor2012-10-1715-19/+31
|
* Bug 391050 - Replace GdkRegion with Cairo methods for GTK + 3.0 and higher - ↵Silenio Quarti2012-10-173-9/+9
| | | | comment#21
* fix leaks when creating polygon region with cairo and fix formatingSilenio Quarti2012-10-172-87/+65
|
* Replace GdkRegion with Cairo methods for GTK + 3.0 and higherAnatoly Spektor2012-10-177-293/+814
|
* Remove Gtk 2.2-2.4 checks.Alexander Kurtakov2012-10-166-23/+6
| | | | Now that we require 2.6.0+ it makes no sense to clutter the code with useless checks.
* Bug 391127 - Displaying of find dialog very slowBogdan Gheorghe2012-10-151-27/+30
|
* Use gtk_cell_renderer_get_preferred_size() for GTK+ 3Anatoly Spektor2012-10-155-11/+21
| | | | | This patch replaces gtk_cell_renderer_get_size wth gtk_cell_renderer_get_preferred_size for GTK+ 3
* Bug 391263 Fix version check in GC.javaArun Thondapu2012-10-151-5/+4
|
* Bug 391722 - Avoid setting the same tooltip text in ToolItemBogdan Gheorghe2012-10-111-0/+1
|
* Use Cairo instead of gdk_draw_drawable and gdk_gc_set_exposuresAnatoly Spektor2012-10-101-5/+14
|
* Fix for bug#391398. Alexander Kurtakov2012-10-091-3/+7
| | | Use gdk_visual_ functions instead of accessing struct members.
* Fix gtk_render_frame parameters.Alexander Kurtakov2012-10-081-1/+1
| | | | There was an error in the GTK 3 (untestable for now) code. Spotted by Arun Thondapu.