9c3bb90b6b
Fix minor compiler warnings
2011-06-29 18:41:26 +02:00
fd695a3677
Various critical warnings about comp-editor-pages and date edit
2011-06-29 18:41:26 +02:00
68e1dff622
Do not oversize New and Send/Receive toolbar buttons
2011-06-29 18:41:26 +02:00
b5aba428f4
Adapt size_request vfuncs to latest gtk+-3.0 API.
2011-06-29 18:41:26 +02:00
dbbe7408c5
Avoid using deprecated GTK_SELECTION_EXTENDED
...
Using GTK_SELECTION_MULTIPLE.
As Deprecated, GTK_SELECTION_EXTENDED behaves identical to
GTK_SELECTION_MULTIPLE.
2011-06-29 18:41:25 +02:00
9914970baa
gdk_cursor_unref() -> g_object_unref()
2011-06-29 18:41:25 +02:00
7a49a21178
Dialogs no longer have separators.
2011-06-29 18:41:25 +02:00
a3ba231fcc
Drop backward-compatibility cruft.
2011-06-29 18:41:25 +02:00
5b171af410
Bug #640517 - Runtime warnings when launching composer
2011-06-29 18:41:25 +02:00
c36bd27fa8
Bug #634403 - Mails Label popup menu is not updated properly
2011-06-29 18:41:20 +02:00
dfc4205ce5
libetable cleanups.
2011-06-29 18:41:19 +02:00
5cc2615a37
Remove some unused gnome-canvas options.
...
Simplifies the drawing code a bit.
Public API removed:
GnomeCanvas.center_scroll_region (is always TRUE)
GnomeCanvas.pixels_per_unit (is always 1.0)
gnome_canvas_set_center_scroll_region()
gnome_canvas_get_center_scroll_region()
gnome_canvas_set_pixels_per_unit()
2011-06-29 18:41:19 +02:00
855ac52765
Merge miscellaneous changes from gtk3 branch.
...
Mostly coding style and whitespace changes, to reduce diff noise.
2011-06-29 18:41:19 +02:00
80bc7035be
Fudge GtkScrollable for gtk2.
...
Yes, the GtkScrollable interface is implemented by more than just
GtkLayout, but it turns out GtkLayout is the only thing Evolution
uses the GtkScrollable API for on the gtk3 branch.
2011-06-29 18:41:19 +02:00
2485ba3936
Fudge gtk_widget_get_preferred_size() for gtk2.
...
Easy enough to fake gtk_widget_get_preferred_size() in gtk2 using
gtk_widget_size_request(). Reduces diff noise with gtk3 branch.
2011-06-29 18:41:19 +02:00
70bbf2c088
ETree: Fix runtime warnings with GTK3.
...
ETable has a "vertical-spacing" style property, ETree does not.
ECellText expects it to be in both.
2011-06-29 18:41:16 +02:00
34b9be960c
EAttachmentIconView: Fix runtime warnings with GTK3.
...
GtkIconView changed some implementation details, apparently.
2011-06-29 18:41:16 +02:00
a89aa52dc6
EActionComboBox: Fix runtime warnings with GTK3.
...
GtkComboBox changed some implementation details, apparently.
2011-06-29 18:41:16 +02:00
97fac153c5
Bug #567879 - Add View >> Gallery Option In Email Composer
2011-06-29 18:41:13 +02:00
c3d6ab4b55
Minor compiler warnings fix
2011-06-29 18:41:13 +02:00
ca3faa17a9
Free/busy meeting view doesn't work due to non-working extension
2011-06-29 18:41:08 +02:00
989c370729
Show calendar backend errors in an alert sink
2011-06-29 18:41:07 +02:00
e0cbce9595
Reset IM context when entering ECellText editing
2011-06-29 18:41:04 +02:00
c15a75e9ab
Bug #371705 - Calendar's day view does not reset its IM context
2011-06-29 18:41:04 +02:00
12a91dbb21
Bug #633779 - GtkComboBoxText issues
2011-06-29 18:41:01 +02:00
9e833a704c
Bug #633774 - Headers are gone in grouped view
2010-11-16 10:43:16 +01:00
889e52cb9d
Drop accessibility support for ECellText.
...
The accessibility code for ECellText is unmaintained and crashes
constantly. I'm evicting it from our code base until someone takes
ownership of the libgal accessibility support and deals with it.
2010-11-16 10:43:16 +01:00
7439ad9ca1
Fix distcheck errors.
2010-11-09 23:33:23 +01:00
7e9fc6d2b6
Coding style and whitespace cleanup.
2010-11-09 23:33:23 +01:00
033bed834e
Bug #632768 - Message list not realized when opening new folder
2010-11-09 23:33:21 +01:00
3b3b6cb0ab
Add forgotten cairo_destroy() calls
2010-11-09 23:33:21 +01:00
4a929caada
Pass an EAlertSink to e_alert_sink_submit_alert().
...
Passing a random GtkWidget and then searching its ancestors for an
EAlertSink turned out to be not as useful as I thought. Most of the
time we know about and have access to the widget that implements
EAlertSink, so just pass it directly as an EAlertSink.
2010-11-09 23:33:20 +01:00
c1d818a53f
Bug 633471 - EAttachmentStore store folder name where uri is expected
2010-11-09 23:33:18 +01:00
75f1dc888e
Fix cursor drawing in ECellText.
2010-10-29 13:51:38 -04:00
952ae5caec
Fix typo in eti_update().
2010-10-29 13:51:38 -04:00
d9d9d7f0ef
Restore update method in ECanvasBackground
...
Restore the update() method in ECanvasBackground. Without a redraw
request the draw() method is never called. For some reason this isn't
noticeable on gtk+-3.0 -- ETable and ETree backgrounds are still white
-- but on gtk+-2.0 the backgrounds are grey.
2010-10-29 13:51:38 -04:00
06943232b3
Fix typo in EText.
...
Fill color properties should be write-only, not read-only.
2010-10-29 13:51:38 -04:00
df5ff95999
Adapt branch for building with GTK+ 2.22.
2010-10-29 13:51:38 -04:00
d262e26a02
e-table: Remove unused dnd pixmaps
2010-10-29 13:50:05 -04:00
8563661b4e
e-table: Don't push/pop colormaps
...
It's not necessary anymore.
2010-10-29 13:50:04 -04:00
d98a5c50d4
e-table: Draw button with cairo
2010-10-29 13:50:04 -04:00
73ccbf4029
e-table: Draw ECellTree with cairo
2010-10-29 13:50:04 -04:00
7d2fc0cf9e
e-text: Draw EReflow with cairo
2010-10-29 13:50:04 -04:00
eaf4b5a865
e-text: Fix color handling
...
- "color" and "color-gdk" properties aren't readable (Their values would
be wrong if an alpha channel was set).
- Use the rgba color when rendering
- Don't allocate the color in the colormap anymore.
2010-10-29 13:50:04 -04:00
168b536e82
e-map: Take colormap and visual from the widget
...
No need to use magic visuals and colormaps anymore, we're all cairo
these days.
2010-10-29 13:50:04 -04:00
90c26d6fe6
e-table: Remove retro look
...
It's not used by themes so I don't see the need to port it.
2010-10-29 13:50:04 -04:00
68c2986245
e-table: Remove unused GdkGC
2010-10-29 13:50:04 -04:00
1e74b08c03
e-table: Draw ECellText with cairo
2010-10-29 13:50:04 -04:00
39a6c1b9e7
e-table: Use gdk_pango_layout_get_clip_region() in ECellText
2010-10-29 13:50:04 -04:00
1f1d70ba44
e-table: Remove unused GdkGC from ECellToggle
2010-10-29 13:50:03 -04:00