Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-11-02USE_CAIRO has to be true on GTK3silenio/Bug389910Silenio Quarti1-1/+1
2012-11-02the GTK3 version check is not necessary -> all calls already have a USE_CAIRO...Silenio Quarti3-33/+14
2012-11-02cleanup imports in WidgetSilenio Quarti1-1/+0
2012-11-02cleanup imports in ShellSilenio Quarti1-1/+0
2012-11-02inline to avoid compiler warnings-> override non public methodSilenio Quarti1-18/+8
2012-11-02unused gtk_render_box and gdk_window_at_pointer only runs for GTK < 2.12Silenio Quarti1-22/+1
2012-11-02add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti1-1/+1
2012-11-02add OS.GTK3 flag and use everywhere instead of VERSION(3,0,0)Silenio Quarti49-131/+132
2012-11-02background of toolbar in Eclipse is wrongSilenio Quarti1-2/+6
2012-11-02Bug 393156 - [ GTK+ 3 ] Shell.forceResize() gives Critical error when running...Silenio Quarti14-19/+559
2012-11-01remove call from ATK (conflicts with OS.call)Silenio Quarti4-43/+1
2012-10-31button content alignment not working in controlexampleSilenio Quarti1-0/+14
2012-10-31fix tree/table rendering and inherit backgroundSilenio Quarti9-66/+222
2012-10-31fixing background image and inherit backgroundSilenio Quarti6-0/+43
2012-10-31use GTK API to convert RGB to/from HSVSilenio Quarti6-16/+114
2012-10-31gdk_cairo_reset_clip() does not exists in GTK3Silenio Quarti1-1/+1
2012-10-31need to set num of rectangles in regionSilenio Quarti1-0/+1
2012-10-30Bug 389910 - Substitute GdkColor with GdkRGBASilenio Quarti36-227/+833
2012-10-29v4312v4312Silenio Quarti4-5/+5
2012-10-29Bug 390034 - Widget.gtk_widget_set_visible() for GTK>=3.0Silenio Quarti1-4/+9
2012-10-29Bug 392784 - [GTK3] implement Control.print()Silenio Quarti6-0/+37
2012-10-29filterProc never called on GTK3 for Focus events - no activeShell - no keyboa...Silenio Quarti1-4/+35
2012-10-29Bug 380875 - OS X: single line text field does not have undo supportSilenio Quarti1-11/+23
2012-10-29Use macros to redefine gdk_region_XXX in terms of cairo_region_XXX inArun Thondapu1-11/+0
2012-10-27call gdk_window_get_visible_region for GTK3Silenio Quarti2-2/+12
2012-10-27forgot to returnSilenio Quarti1-0/+1
2012-10-27respect fill ruleSilenio Quarti1-1/+5
2012-10-27cleanup region changes - use macros to redefine gdk_region_XXX in terms of ca...Silenio Quarti19-1306/+338
2012-10-27crash in cairo_region_get_rectanglesSilenio Quarti3-155/+89
2012-10-27stack overflowSilenio Quarti1-1/+1
2012-10-26cleanup Region.cairoPolygonRgnSilenio Quarti1-5/+4
2012-10-26fix other places with polygon regionsSilenio Quarti3-41/+14
2012-10-26fix polygon regions - still has bad performanceSilenio Quarti1-25/+37
2012-10-26Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for selected,...Markus Keller5-4/+16
2012-10-26call gtk_combo_box_text_insert in GTK3Silenio Quarti6-3/+53
2012-10-26Bug 392841 - [GTK3] Need to replace expose-event signal with draw signalSilenio Quarti15-125/+245
2012-10-26Bug 392785 - [GTK3] Need to reimplement B&W cursorsSilenio Quarti1-1/+63
2012-10-25Bug 392839 - [GTK3] need to replace GtkAdjustment with accessorsSilenio Quarti13-129/+476
2012-10-25Bug 387315 - Use gtk_entry_im_context_filter_keypress to omit direct ImContex...Silenio Quarti10-2/+98
2012-10-25Bug 392700 - Bad scrolling in editor (N20121022-1000)Silenio Quarti1-13/+4
2012-10-25Bug 392389 - Skip gtk_check_version for gtk 3.0+.Silenio Quarti1-6/+15
2012-10-25Bug 392841 - [GTK3] Need to replace expose-event signal with draw signalSilenio Quarti4-5/+15
2012-10-25Adding GTK3 library to x86_64 onlySilenio Quarti2-3/+12
2012-10-25building GTK3 librarySilenio Quarti1-1/+9
2012-10-25IMContext is private in GTK3.Alexander Kurtakov1-0/+1
2012-10-25Don't use GTK_WIDGET_REQUISITION_HEIGHT in GTK 3.Alexander Kurtakov1-1/+5
2012-10-25Swap gtk_combo_box_entry_new_text with gtk_combo_box_text_new_with_entryAlexander Kurtakov6-1/+38
2012-10-25Prevent extra selection event: Bug 355200-Table and TreeLakshmi Shanmugam2-0/+12
2012-10-25Use requisition directly on Gtk 3.Alexander Kurtakov1-2/+7
2012-10-25Bug 392811 - Replace gtk_combo_box_new_text with gtk_combo_box_text_newAlexander Kurtakov6-1/+38

Back to the top