Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | gdk_cairo_reset_clip() does not exists in GTK3 | Silenio Quarti | 2012-10-31 | 1 | -1/+1 | |
| | ||||||
* | need to set num of rectangles in region | Silenio Quarti | 2012-10-31 | 1 | -0/+1 | |
| | ||||||
* | Bug 389910 - Substitute GdkColor with GdkRGBA | Silenio Quarti | 2012-10-30 | 36 | -227/+833 | |
| | ||||||
* | v4312 | Silenio Quarti | 2012-10-29 | 4 | -5/+5 | |
| | ||||||
* | Bug 390034 - Widget.gtk_widget_set_visible() for GTK>=3.0 | Silenio Quarti | 2012-10-29 | 1 | -4/+9 | |
| | ||||||
* | Bug 392784 - [GTK3] implement Control.print() | Silenio Quarti | 2012-10-29 | 6 | -0/+37 | |
| | ||||||
* | filterProc never called on GTK3 for Focus events - no activeShell - no ↵ | Silenio Quarti | 2012-10-29 | 1 | -4/+35 | |
| | | | | keyboard events | |||||
* | Bug 380875 - OS X: single line text field does not have undo support | Silenio Quarti | 2012-10-29 | 1 | -11/+23 | |
| | ||||||
* | Use macros to redefine gdk_region_XXX in terms of cairo_region_XXX in | Arun Thondapu | 2012-10-29 | 1 | -11/+0 | |
| | | | | Theme (was missed in earlier commit 21eb151f1a668a710645fe690cf473d0b86ddaf0) | |||||
* | call gdk_window_get_visible_region for GTK3 | Silenio Quarti | 2012-10-27 | 2 | -2/+12 | |
| | ||||||
* | forgot to return | Silenio Quarti | 2012-10-27 | 1 | -0/+1 | |
| | ||||||
* | respect fill rule | Silenio Quarti | 2012-10-27 | 1 | -1/+5 | |
| | ||||||
* | cleanup region changes - use macros to redefine gdk_region_XXX in terms of ↵ | Silenio Quarti | 2012-10-27 | 19 | -1306/+338 | |
| | | | | cairo_region_XXX | |||||
* | crash in cairo_region_get_rectangles | Silenio Quarti | 2012-10-26 | 3 | -155/+89 | |
| | ||||||
* | stack overflow | Silenio Quarti | 2012-10-26 | 1 | -1/+1 | |
| | ||||||
* | cleanup Region.cairoPolygonRgn | Silenio Quarti | 2012-10-26 | 1 | -5/+4 | |
| | ||||||
* | fix other places with polygon regions | Silenio Quarti | 2012-10-26 | 3 | -41/+14 | |
| | ||||||
* | fix polygon regions - still has bad performance | Silenio Quarti | 2012-10-26 | 1 | -25/+37 | |
| | ||||||
* | Bug 361373: StyledCellLabelProvider on Ubuntu: Wrong text color for ↵ | Markus Keller | 2012-10-26 | 5 | -4/+16 | |
| | | | | selected, unfocused table and tree items | |||||
* | call gtk_combo_box_text_insert in GTK3 | Silenio Quarti | 2012-10-26 | 6 | -3/+53 | |
| | ||||||
* | Bug 392841 - [GTK3] Need to replace expose-event signal with draw signal | Silenio Quarti | 2012-10-26 | 15 | -125/+245 | |
| | ||||||
* | Bug 392785 - [GTK3] Need to reimplement B&W cursors | Silenio Quarti | 2012-10-26 | 1 | -1/+63 | |
| | ||||||
* | Bug 392839 - [GTK3] need to replace GtkAdjustment with accessors | Silenio Quarti | 2012-10-25 | 13 | -129/+476 | |
| | ||||||
* | Bug 387315 - Use gtk_entry_im_context_filter_keypress to omit direct ↵ | Silenio Quarti | 2012-10-25 | 10 | -2/+98 | |
| | | | | ImContext call | |||||
* | Bug 392700 - Bad scrolling in editor (N20121022-1000) | Silenio Quarti | 2012-10-25 | 1 | -13/+4 | |
| | ||||||
* | Bug 392389 - Skip gtk_check_version for gtk 3.0+. | Silenio Quarti | 2012-10-25 | 1 | -6/+15 | |
| | ||||||
* | Bug 392841 - [GTK3] Need to replace expose-event signal with draw signal | Silenio Quarti | 2012-10-25 | 4 | -5/+15 | |
| | ||||||
* | Adding GTK3 library to x86_64 only | Silenio Quarti | 2012-10-25 | 2 | -3/+12 | |
| | ||||||
* | building GTK3 library | Silenio Quarti | 2012-10-25 | 1 | -1/+9 | |
| | ||||||
* | IMContext is private in GTK3. | Alexander Kurtakov | 2012-10-25 | 1 | -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 Kurtakov | 2012-10-25 | 1 | -1/+5 | |
| | | | Return requisition.height instead. | |||||
* | Swap gtk_combo_box_entry_new_text with gtk_combo_box_text_new_with_entry | Alexander Kurtakov | 2012-10-25 | 6 | -1/+38 | |
| | | | The later is the replacement for the former in GTK 3.x. | |||||
* | Prevent extra selection event: Bug 355200-Table and Tree | Lakshmi Shanmugam | 2012-10-25 | 2 | -0/+12 | |
| | | | selection wrong during widgetSelected | |||||
* | Use requisition directly on Gtk 3. | Alexander Kurtakov | 2012-10-25 | 1 | -2/+7 | |
| | | | | GTK_WIDGET_REQUISITION_[WIDTH|HEIGHT] are gone now. | |||||
* | Bug 392811 - Replace gtk_combo_box_new_text with gtk_combo_box_text_new | Alexander Kurtakov | 2012-10-25 | 6 | -1/+38 | |
| | | | | gtk_combo_box_new_text was renamedto gtk_combo_box_text_new in Gtk 3.x and the code needes tobe adapted to it. | |||||
* | exclue GdkWindowAttr.colormap when compile against GTK3 | Silenio Quarti | 2012-10-25 | 3 | -2/+8 | |
| | ||||||
* | simplify GtkWidgetClass to be able to compile against GTK3 | Silenio Quarti | 2012-10-25 | 3 | -310/+1 | |
| | ||||||
* | calling wrong native | Silenio Quarti | 2012-10-25 | 1 | -1/+1 | |
| | ||||||
* | GdkEventExpose has is binary compatible between GTK2 and GTK3 - just remove ↵ | Silenio Quarti | 2012-10-24 | 3 | -3/+2 | |
| | | | | casting | |||||
* | hacks to get libraries compiled and to load dynamic functions against GTK3 | Silenio Quarti | 2012-10-24 | 2 | -0/+11 | |
| | ||||||
* | remove GTK_WIDGET_REQUISITION_HEIGHT and GTK_WIDGET_REQUISITION_WIDTH from GTK3 | Silenio Quarti | 2012-10-24 | 1 | -0/+2 | |
| | ||||||
* | remove GTK_ENTRY_IM_CONTEXT and GTK_TEXTVIEW_IM_CONTEXT from GTK3 | Silenio Quarti | 2012-10-24 | 1 | -0/+3 | |
| | ||||||
* | make gdk_window_set_back_pixmap for GTK3 | Silenio Quarti | 2012-10-24 | 3 | -2/+11 | |
| | ||||||
* | make gdk_window_shape_combine_region dynamic - should work with cairo and ↵ | Silenio Quarti | 2012-10-24 | 3 | -2/+11 | |
| | | | | gdk regions | |||||
* | make gdk_window_invalidate_region dynamic - should work fine with cairo ↵ | Silenio Quarti | 2012-10-24 | 3 | -2/+11 | |
| | | | | (GDK3)or gdk (GTK2) regions | |||||
* | remove gdk_window_get_internal_paint_info from GTK3 | Silenio Quarti | 2012-10-24 | 3 | -2/+11 | |
| | ||||||
* | remove gdk_cursor_new_from_pixmap and gdk_bitmap_create_from_data from GTK3 | Silenio Quarti | 2012-10-24 | 3 | -3/+21 | |
| | ||||||
* | remove gdk_colormap_get_system from GTK3 | Silenio Quarti | 2012-10-24 | 4 | -0/+12 | |
| | ||||||
* | forgot os_custom.h | Silenio Quarti | 2012-10-24 | 1 | -0/+1 | |
| | ||||||
* | missing version check | Silenio Quarti | 2012-10-24 | 3 | -10/+20 | |
| |