summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/gtk/org
Commit message (Expand)AuthorAgeFilesLines
...
* add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti2012-11-0232-105/+105
* background of toolbar in Eclipse is wrongSilenio Quarti2012-11-021-2/+6
* Bug 393156 - [ GTK+ 3 ] Shell.forceResize() gives Critical error when running...Silenio Quarti2012-11-027-18/+41
* button content alignment not working in controlexampleSilenio Quarti2012-10-311-0/+14
* fix tree/table rendering and inherit backgroundSilenio Quarti2012-10-315-59/+154
* fixing background image and inherit backgroundSilenio Quarti2012-10-311-0/+12
* use GTK API to convert RGB to/from HSVSilenio Quarti2012-10-311-16/+24
* gdk_cairo_reset_clip() does not exists in GTK3Silenio Quarti2012-10-311-1/+1
* need to set num of rectangles in regionSilenio Quarti2012-10-311-0/+1
* Bug 389910 - Substitute GdkColor with GdkRGBASilenio Quarti2012-10-3025-178/+387
* Bug 390034 - Widget.gtk_widget_set_visible() for GTK>=3.0Silenio Quarti2012-10-291-4/+9
* Bug 392784 - [GTK3] implement Control.print()Silenio Quarti2012-10-291-0/+4
* filterProc never called on GTK3 for Focus events - no activeShell - no keyboa...Silenio Quarti2012-10-291-4/+35
* 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 ca...Silenio Quarti2012-10-277-631/+295
* 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 selected,...Markus Keller2012-10-265-4/+16
* 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 ImContex...Silenio Quarti2012-10-254-1/+33
* 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
* Don't use GTK_WIDGET_REQUISITION_HEIGHT in GTK 3.Alexander Kurtakov2012-10-251-1/+5
* Swap gtk_combo_box_entry_new_text with gtk_combo_box_text_new_with_entryAlexander Kurtakov2012-10-251-1/+5
* Use requisition directly on Gtk 3.Alexander Kurtakov2012-10-251-2/+7
* Bug 392811 - Replace gtk_combo_box_new_text with gtk_combo_box_text_newAlexander Kurtakov2012-10-251-1/+5
* 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 T/S-Chines...Silenio Quarti2012-10-231-1/+14
* Use gdk_x11_get_default_xdisplay unconditionally.Alexander Kurtakov2012-10-231-7/+1
* Bug 392610 - Use gdk_x11_get_default_xdisplay for GTK 3Alexander Kurtakov2012-10-231-1/+7
* Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for selected,...Markus Keller2012-10-222-1/+5
* Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for selected,...Markus Keller2012-10-223-0/+31
* 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 c...Markus Keller2012-10-221-10/+8
* Bug 388578: [Bidi] Text#addSegmentListener(..) not implemented on Mac/CocoaMarkus Keller2012-10-221-0/+4
* Bug 392569 - Obtain color selection using functionAlexander Kurtakov2012-10-221-5/+12
* Not use gdk_colormap_alloc_color and gdk_colormap_free_color in GTK+3Anatoly Spektor2012-10-202-15/+18
* Bug 392420 - Use g_type_query to query for sizes of GtkFixed.Alexander Kurtakov2012-10-191-2/+7
* Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for selected,...Markus Keller2012-10-184-12/+38
* Use gdk_pixbuf_get_from_window instead of gdk_pixbuf_get_from_drawableAnatoly Spektor2012-10-183-11/+33