Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-09Revert "Bug 384743-CTabFolderRenderer can no longer be used in SWT 42"Bogdan Gheorghe1-1/+1
2012-08-09Bug 386177 - [OpenGL] Closing RCP editor with GLCanvas breaks all remaining o...Silenio Quarti2-11/+19
2012-08-09Bug 378168-Group client Area is wrongLakshmi Shanmugam1-5/+13
2012-08-09Bug 386778 Omit use of GTK_WIDGET_SET_X and GTK_WIDGET_SET_Y in newer GTK+Anatoly Spektor6-5/+64
2012-08-09Bug 384743-CTabFolderRenderer can no longer be used in SWT 42Lakshmi Shanmugam1-1/+1
2012-08-08Bug 379590 - Run event loop while Tracker is upBogdan Gheorghe3-1/+10
2012-08-08Omit use of deprecated GTK_RANGE_SLIDER_END and GTK_RANGE_SLIDER_STARTAnatoly Spektor6-10/+74
2012-08-08Bug 386260 - NPE in org.eclipse.swt.program.Program.gnome_getProgramBogdan Gheorghe1-1/+2
2012-08-08forgot to fix Widget.gtk_widget_set_receives_defaultSilenio Quarti1-1/+5
2012-08-08fix: use helper instead of OS native. And fix helpers to call OS.GTK_WIDGET_U...Silenio Quarti2-5/+21
2012-08-08Omit use of deprecated GTK_WIDGET_UNSET_FLAGSAnatoly Spektor13-14/+53
2012-08-08Omit use of deprecated GTK_WIDGET_SET_FLAGAnatoly Spektor15-16/+175
2012-08-08Remove unused GTK_WIDGET_SET_HEIGHT and GTK_WIDGET_SET_WIDTHAnatoly Spektor5-32/+2
2012-08-07Bug 386759 os.c regenerated to avoid warningsArun Thondapu1-14/+363
2012-08-07Revert unnecessary changes in Combo.java made via Bug 386401 comment #2Arun Thondapu1-0/+2
2012-08-06Bug 386145 undoing minor formatting changes introduced in previousArun Thondapu2-2/+1
2012-08-06Bug 386145 Use gtk_widget_get_window() instead of GTK_WIDGET_WINDOW in newer ...Anatoly Spektor24-413/+149
2012-08-06Bug 385070 Use gtk_widget_has_focus instead of deprecated GTK_WIDGET_HAS_FOCUSAnatoly Spektor14-10/+54
2012-08-04Bug 385315 - Omit use of deprecated GTK_WIDGET_SET_FLAGS (error when compilin...Silenio Quarti1-1/+7
2012-08-04Bug 386594 - Use gtk_widget_get_visible instead of GTK_WIDGET_VISIBLE for new...Anatoly Spektor11-23/+27
2012-08-03Bug 385939 - Omit use of deprecated GTK_TOOLTIPS_TIP_WINDOW and gtk_tooltips_newSilenio Quarti5-64/+89
2012-08-03Fix gtk_widget_get_allocation naming in OS.javaArun Thondapu3-5/+6
2012-08-03Use gtk_widget_get_allocation in newer GTK+Anatoly Spektor30-160/+785
2012-08-03g_object_ref_sink is in GOBJECT not GIOSilenio Quarti1-1/+4
2012-08-03fix unmerged codeSilenio Quarti1-1/+0
2012-08-03fix unmerged codeSilenio Quarti1-2/+1
2012-08-03Omit use of deprecated GTK_WIDGET_FLAGSAnatoly Spektor14-19/+188
2012-08-03Use g_object_ref_sink() method instead of deprecated gtk_object_sink()Anatoly Spektor12-10/+133
2012-08-02Bug 345296 - Remove qt from org.eclipse.swtGrant Gayed81-55059/+0
2012-08-02calling native directly instead of helperSilenio Quarti2-2/+2
2012-08-02Solve build errors regarding 2 GTK_TOOLTIPS constantsAnatoly Spektor1-0/+8
2012-08-02Uses gtk_widget_get_sensitive instead of deprecated GTK_WIDGET_SENSITIVEAnatoly Spektor10-9/+53
2012-08-01Bug 379590 - Run event loop while Tracker is upBogdan Gheorghe1-0/+4
2012-08-01Bug 245388 - [consistency] Combo.pack() does not consider item lengthsBogdan Gheorghe1-1/+31
2012-08-01Bug 368543 - Odd Display of WindowBuilder in Eclipse 3.8/4.2 on LinuxBogdan Gheorghe1-0/+3
2012-08-01Bug 377961 - A combo in a toolbar gets shrunkBogdan Gheorghe1-3/+19
2012-08-01Bug 377600 - SWT Cocoa Shell class doesn't implement SWT.NO_FOCUS styleBogdan Gheorghe1-1/+11
2012-08-01Removes warning for GTK_WIDGET_MAPPED when gtk deprecated is disabledAnatoly Spektor1-0/+3
2012-08-01remove unused function GTK_WIDGET_STATEAnatoly Spektor4-25/+2
2012-08-01rename setHasWindow() to gtk_widget_set_has_window(). Better naming conventionSilenio Quarti20-28/+28
2012-08-01add gtk_widhet_get_mapped() helper function to simply codeSilenio Quarti5-39/+17
2012-08-01Use gtk_widget_get_mapped() instead of deprecated GTK_WIDGET_MAPPEDAnatoly Spektor9-11/+74
2012-08-01fix 64 bit problemsSilenio Quarti2-12/+12
2012-08-01add helper setHasWindowSilenio Quarti20-100/+28
2012-08-01Use gtk_widget_set_has_window() instead of gtk_fixed_set_has_window()Anatoly Spektor24-25/+145
2012-08-01fix formattingSilenio Quarti1-22/+22
2012-08-01Omit use of gdk_drawable_get_size deprecated function in GCAnatoly Spektor6-9/+157
2012-08-01fix formattingSilenio Quarti1-2/+2
2012-08-01Use gtk_widget_has_default instead of deprecated GTK_WIDGET_HAS_DEFAULTAnatoly Spektor6-6/+49
2012-07-30Bug 381974 - DBCS4.2: Can not choose Hanzi on Text editor with AIX T/S-Chines...v4301cBogdan Gheorghe1-5/+6

Back to the top