summaryrefslogtreecommitdiffstats
path: root/bundles
Commit message (Expand)AuthorAgeFilesLines
* v4312Silenio Quarti2012-10-294-5/+5
* 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-296-0/+37
* filterProc never called on GTK3 for Focus events - no activeShell - no keyboa...Silenio Quarti2012-10-291-4/+35
* Bug 380875 - OS X: single line text field does not have undo supportSilenio Quarti2012-10-291-11/+23
* Use macros to redefine gdk_region_XXX in terms of cairo_region_XXX inArun Thondapu2012-10-291-11/+0
* 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-2719-1306/+338
* crash in cairo_region_get_rectanglesSilenio Quarti2012-10-263-155/+89
* stack overflowSilenio Quarti2012-10-261-1/+1
* 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-266-3/+53
* Bug 392841 - [GTK3] Need to replace expose-event signal with draw signalSilenio Quarti2012-10-2614-125/+190
* 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-2513-129/+476
* Bug 387315 - Use gtk_entry_im_context_filter_keypress to omit direct ImContex...Silenio Quarti2012-10-2510-2/+98
* 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
* Adding GTK3 library to x86_64 onlySilenio Quarti2012-10-252-3/+12
* building GTK3 librarySilenio Quarti2012-10-251-1/+9
* 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-256-1/+38
* Prevent extra selection event: Bug 355200-Table and TreeLakshmi Shanmugam2012-10-252-0/+12
* 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-256-1/+38
* exclue GdkWindowAttr.colormap when compile against GTK3Silenio Quarti2012-10-253-2/+8
* simplify GtkWidgetClass to be able to compile against GTK3Silenio Quarti2012-10-253-310/+1
* calling wrong nativeSilenio Quarti2012-10-251-1/+1
* GdkEventExpose has is binary compatible between GTK2 and GTK3 - just remove c...Silenio Quarti2012-10-243-3/+2
* hacks to get libraries compiled and to load dynamic functions against GTK3Silenio Quarti2012-10-242-0/+11
* remove GTK_WIDGET_REQUISITION_HEIGHT and GTK_WIDGET_REQUISITION_WIDTH from GTK3Silenio Quarti2012-10-241-0/+2
* remove GTK_ENTRY_IM_CONTEXT and GTK_TEXTVIEW_IM_CONTEXT from GTK3Silenio Quarti2012-10-241-0/+3
* make gdk_window_set_back_pixmap for GTK3Silenio Quarti2012-10-243-2/+11
* make gdk_window_shape_combine_region dynamic - should work with cairo and gdk...Silenio Quarti2012-10-243-2/+11
* make gdk_window_invalidate_region dynamic - should work fine with cairo (GDK3...Silenio Quarti2012-10-243-2/+11
* remove gdk_window_get_internal_paint_info from GTK3Silenio Quarti2012-10-243-2/+11
* remove gdk_cursor_new_from_pixmap and gdk_bitmap_create_from_data from GTK3Silenio Quarti2012-10-243-3/+21
* remove gdk_colormap_get_system from GTK3Silenio Quarti2012-10-244-0/+12
* forgot os_custom.hSilenio Quarti2012-10-241-0/+1
* missing version checkSilenio Quarti2012-10-243-10/+20
* 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