8157bd8886
Bug 644066 - Text selection is cleared when right-clicking on a link
2011-03-07 10:41:43 -05:00
c6fd77460f
Coding style and whitespace cleanup.
2011-03-05 12:34:28 -05:00
2533e52b8c
Do not leak attachments in a mail view
2011-03-02 15:13:40 +01:00
b22ac14482
Fix Gtk-Doc comment notation.
...
Seeing lots of what I assume to be doxygen syntax in comment blocks.
2011-03-01 13:09:11 -05:00
c973419aca
Bug #641374 - "Send new mail to..." popup action doesn't work
2011-02-28 13:54:50 +01:00
1301cf02ef
Bug #614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly
2011-02-25 16:20:41 +01:00
cb2362dee0
Bug #623593 - Cannot drag&drop attached messages from mails
2011-02-22 17:00:10 +01:00
065b166b06
Bug #642088 - Crash when changing advanced send options in GroupWise
2011-02-17 08:58:10 +01:00
7a1677520d
Remove NULL checks for GObject methods.
...
As of GLib 2.28 all GObject virtual methods, including constructed(),
are safe to chain up to unconditionally. Remove unnecessary checks.
2011-02-12 12:54:08 -05:00
2c31a5bc23
Bug 641756 - Fix warnings from GCC 4.6
...
GCC learned how to find dead assignments.
2011-02-08 11:57:50 -05:00
9a8f21c44b
Composer: Add Edit -> Preferences
...
Opens the Preferences window to the Composer Preferences section.
2011-02-03 14:11:02 -05:00
0478e01708
Bug #641011 - Ugly appointment editing windows
2011-02-03 10:45:03 +01:00
0109aa3a92
More whitespace cleanup.
2011-01-30 11:33:28 -05:00
21ab8044da
Coding style and whitespace cleanup.
2011-01-29 20:22:57 -05:00
1329a58151
Adapt ECanvasBackground to latest gtk+-3.0 API.
2011-01-26 08:49:12 -05:00
4caf1c8acb
Adapt EMap to latest gtk+-3.0 API.
2011-01-26 08:49:11 -05:00
3722dc8d82
Adapt ECanvas to latest gtk+-3.0 API.
2011-01-26 08:49:11 -05:00
ad0d776c30
Adapt ECalendarItem to latest gtk+-3.0 API.
2011-01-26 08:49:11 -05:00
4825c38b48
Fix minor compiler warnings
2011-01-25 12:06:09 -05:00
9bd1641646
Various critical warnings about comp-editor-pages and date edit
2011-01-25 10:37:39 -05:00
25f3050756
Do not oversize New and Send/Receive toolbar buttons
2011-01-25 10:37:16 -05:00
b7c2f49973
Adapt size_request vfuncs to latest gtk+-3.0 API.
2011-01-25 10:37:16 -05:00
ba05584de5
Dialogs no longer have separators.
2011-01-25 10:28:26 -05:00
753c60fc67
Drop backward-compatibility cruft.
2011-01-25 10:28:26 -05:00
2f65dede9f
Bug #640517 - Runtime warnings when launching composer
2011-01-25 10:27:37 -05:00
3cce94edcb
Bug #634403 - Mails Label popup menu is not updated properly
2011-01-19 14:56:35 +01:00
d1b440a268
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-01-15 12:11:31 -05:00
a4d8c30310
Merge miscellaneous changes from gtk3 branch.
...
Mostly coding style and whitespace changes, to reduce diff noise.
2011-01-14 15:58:16 -05:00
d47adb5922
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-01-14 14:58:30 -05:00
0af3ff804c
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-01-14 14:58:29 -05:00
9c74ed8a46
EAttachmentIconView: Fix runtime warnings with GTK3.
...
GtkIconView changed some implementation details, apparently.
2011-01-08 13:50:51 -05:00
3e09259db4
EActionComboBox: Fix runtime warnings with GTK3.
...
GtkComboBox changed some implementation details, apparently.
2011-01-08 13:20:28 -05:00
e861630f11
Bug #567879 - Add View >> Gallery Option In Email Composer
2010-12-21 21:11:10 +01:00
22b2d26d04
Free/busy meeting view doesn't work due to non-working extension
2010-12-06 14:23:20 +01:00
ab0430a3f3
Show calendar backend errors in an alert sink
2010-12-03 21:33:01 +01:00
b09b3e9cca
Bug #633779 - GtkComboBoxText issues
2010-11-18 13:35:36 +01:00
a891b81cfb
Coding style and whitespace cleanup.
2010-11-07 21:13:03 -05:00
82925c6be9
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-10-31 22:54:30 -04:00
83627486d5
Bug 633471 - EAttachmentStore store folder name where uri is expected
2010-10-29 16:41:06 -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
df5ff95999
Adapt branch for building with GTK+ 2.22.
2010-10-29 13:51:38 -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
d6a0c006c1
e-map: Stuff tween duration into a macro so it's easier to change
2010-10-29 13:50:03 -04:00
5d73cd320f
e-map: Add simplification API to zoom from a certain state
2010-10-29 13:50:03 -04:00
963d59c44a
e-map: Zoom out smoothly, too
2010-10-29 13:50:03 -04:00
6c15378fc0
e-map: Redo zooming
...
Instead of hacky magic, we now use cairo and a naïve implementation of
tweening.
2010-10-29 13:50:03 -04:00
edb4b36b8d
e-map: Make center_at() function take longitude/latitude
...
Way easier than to try to get the coordinates right.
Includes refactoring to introduce e_map_world_to_render_surface() that
computes coordinates on the background surface to make this stuff
easier.
2010-10-29 13:50:03 -04:00
eda95a9c33
e-map: Introduce e_map_get_current_location()
...
... and use it when zooming out
2010-10-29 13:50:03 -04:00
b5ee0e3e82
e-map: Use gtk_alignment_configure()
...
Nothing but a massive code cleanup
2010-10-29 13:50:03 -04:00
abe994285a
e-map: Repaint points unconditionally
...
The in_view() check is broken because it doesn't repaint points that are
1px outside the window. The point take 2 extra pixels in every direction
after all. And gtk_widget_queue_draw_area() will automatically discard
out-of-range rects anyway.
2010-10-29 13:50:03 -04:00