pkgsrc-WIP-cvs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: wip/ecore
Module name: wip
Committed by: roelants
Date: Sun Dec 30 19:41:18 UTC 2012
Modified Files:
wip/ecore: Makefile PLIST buildlink3.mk distinfo
Log Message:
Update ecore to 1.7.4 + steal maintainership.
NEWS up to 1.1.0 (which is in pkgsrc/devel/ecore):
Changes since Ecore 1.7.3:
Fixes:
* Fix XCB compile with screensaver support
* Fix build without IPv6.
* Fix possible memory corruption in xrandr EDID functions.
* Backport 81304, which fixes memory errors in ecore_evas_extn
* Fix big rendering/conversion problem in kvm/qemu 24bpp.
Changes since Ecore 1.7.2:
Fixes:
* Fix small leak in Ecore Wayland.
* Fix Ecore_Evas_SDL resize bug.
* Fix Ecore_Evas_Extn build on Solaris 11.
* Fix Wayland support to latest API.
* Don't leak fd on exec.
Changes since Ecore 1.7.1:
No changes, just updating to keep in sync with last release.
Changes since Ecore 1.7.0:
Fixes:
* ecore_con_ssl: fix crash on failure with privkeys and certificate.
* ecore_con_ssl: fix ssl connections.
* ecore_con: fix race condition with event from disconnected clients.
* ecore_con_url: properly reschedule call to curl.
* ecore_evas: rotation handling on some driver implementations
* ecore_file: ecore_file_escape_name() escape taba nd newline right.
* ecore_x_image_is_argb32_get() returns correctly given endianness.
* ecore_x: fix ecore_x_randr.
* ecore_x: send ECORE_X_EVENT_SELECTION_NOTIFY even if there is no data.
* ecore_imf: ibus module potential segv fixed.
* ecore: ecore_thread_feedback() memory allocation and corruption fixed.
* ecore_wayland:
- Update to work with latest wayland (0.99) from git.
- Fix leak of struct wl_registry
* ecore_evas: fix Ecore_Evas_Extn build on Solaris 11.
Changes since Ecore 1.2.0:
Additions:
* ecore:
- Add ecore_main_fd_handler_file_add()
- Add ecore_fork_reset()
* ecore_evas:
- Add transparency support on Windows (GDI engine only)
- Add API functions to get/set an Ecore_Evas's profile.
* ecore_x:
- Add Ecore_X_Error_Code enumeration
- ECORE_X_RANDR_OUTPUT_POLICY_ASK
- Add API functions to get/set an Ecore_X window's profile
- Fix ecore_x_randr functions to work properly.
- Add missing atom strings for ECORE_X_ATOM_E_ILLUME_WINDOW_STATE
- Add missing atom strings for ECORE_X_ATOM_E_ILLUME_WINDOW_STATE_NORMAL
- Add missing atom strings for ECORE_X_ATOM_E_ILLUME_WINDOW_STATE_FLOATING
* ecore_con:
- ECORE_{CON,IPC}_NO_PROXY now available for disabling proxying on certain
connections
- New dns.c resolver backend for faster dns lookups
* immodule:
- Add immodule for supporing ibus
Fixes:
* ecore
- Prevent running out of fd when cycling ecore_init/ecore_shutdown.
- Reduce rounding error in ecore_animator_pos_map.
- Send mouse move event before mouse down event in ecore_extn
- Reduce race condition on shutdown of Ecore_Thread.
- Force cancel of all running Ecore_Thread on shutdown.
- Make Ecore_Thread work reliably when called without a running main loop.
- Correctly shutdown Ecore_Thread.
- Fix usage of FD_SET and al. when fd_set pointers are NULL (Windows)
- Fix ecore_thread seg fault on Windows where PHS() was returning a wrong
value
- Always call evas_render_update_free to prevent leak in Ecore_Evas X
bakcend.
* ecore_x
- Fix unitialized Ecore_X_Atom use.
Changes since Ecore 1.1.0:
Additions:
* ecore
- ecore_timer_reset()
* ecore_con
- ecore_con_socks api
- ecore_con_ssl_server_verify_name_set/get
- ecore_con_ssl_server_cafile_add() now accepts directories
- ECORE_CON_REMOTE_CORK
- ecore_con_url_proxy_set()
- ecore_con_url_timeout_set()
- ecore_con_url_proxy_username_set()
- ecore_con_url_proxy_password_set()
- ecore_con_url_http_version_set()
- ecore_con_url_status_code_get()
* ecore_x:
- ecore_x_randr_output_backlight_available()
- ecore_x_randr_window_crtcs_get()
- Add ability to get resource id of last x error
- get keycode from keyname
- ecore_x_randr_mode_add()
- ecore_x_randr_mode_del()
- ecore_x_randr_output_mode_add()
- ecore_x_randr_output_mode_del()
- Add indicator controls
- ecore_x_netwm_icons_set()
- ecore_x_illume_clipboard_state_set()
- ecore_x_illume_clipboard_state_get()
- ecore_x_illume_clipboard_geometry_set()
- ecore_x_illume_clipboard_geometry_get()
- Add indicator rotation and transparency controls
* ecore_evas:
- Add Shm and Egl engines for ecore_evas to draw in Wayland.
- Add Socket and Plug to draw other process area.
- Ability to set pointer for wayland support
- Add override_set support on Windows XP
- ecore_evas_window_group_set()
- ecore_evas_window_group_get()
- ecore_evas_aspect_set()
- ecore_evas_aspect_get()
- ecore_evas_urgent_set()
- ecore_evas_urgent_get()
- ecore_evas_modal_set()
- ecore_evas_modal_get()
- ecore_evas_demand_attention_set()
- ecore_evas_demand_attention_get()
- ecore_evas_focus_skip_set()
- ecore_evas_focus_skip_get()
- ecore_evas_callback_state_change_set()
* ecore_wayland
- Add Ecore_Wayland (backend to support Wayland).
* ecore_imf
- ecore_imf_context_event_callback_add()
- ecore_imf_context_event_callback_del()
- ecore_imf_context_event_callback_call()
- ecore_imf_context_input_panel_imdata_set()
- ecore_imf_context_input_panel_imdata_get()
- ecore_imf_context_input_panel_return_key_type_set()
- ecore_imf_context_input_panel_return_key_type_get()
- ecore_imf_context_input_panel_return_key_disabled_set()
- ecore_imf_context_input_panel_return_key_disabled_get()
- ecore_imf_context_input_panel_caps_lock_mode_set()
- ecore_imf_context_input_panel_caps_lock_mode_get()
- add XIM attribute support
- add HEX, TERMINAL and PASSWORD layouts
- panel-specific data set/get
- panel show/hide
- set return key type or disable return on panel
* ecore_win32:
- ecore_win32_focus()
- ecore_win32_focus_get()
- ecore_win32_window_focus()
- ecore_win32_window_focus_get()
* ecore_wince:
- ecore_wince_focus()
- ecore_wince_focus_get()
- ecore_wince_window_focus()
- ecore_wince_window_focus_get()
* ecore_wayland:
- Add wayland support to ecore
Fixes:
* ecore:
- animator adding another animator that adds another animator ... loop.
- possible leak related to g_static_mutex's on some architectures.
- stop leaking signal events
* ecore_thread:
- ecore_thread_feedback_run now handle try_no_queue the way it logically
should.
- prevent double free that could cause crash when an Ecore_Thread stop.
* ecore_x:
- ecore_x_randr_modes_info_get does not cut off the trailing '\0' anymore.
- possible 0 byte allocation.
* ecore_win32/wince:
- do not autorepeat Ctrl, Shift, Alt and Win keys.
- Check control charater and convert into printing character
* ecore_con:
- fix case where SSL certificates not being used.
- post data corruption due to it not being copied to the con struct.
* ecore_evas:
- mouse down count handling when grabs happen.
- ecore_evas_fb support works again now with keyboard input
* ecore_file:
- do not limit downloads to 30sec with ecore_file_download().
* ecore_fb:
- bring ecore_fb back to a working state
Improvements:
* ecore:
- most allocations moved to mempools
- ecore_thread rewrite to use eina_lock and other ecore infra
* ecore_con:
- certificates can now be added for STARTTTLS
* ecore_win32:
- fix modifiers value on Windows XP
* ecore_thread:
- use eina_lock
- use Ecore thread safe async call
* ecore_evas:
- use Evas buffer backend for SDL software engine
- clean up ecore-evas-buffer code somewhat
Deprecations:
* ecore_x:
- ecore_x_randr_crtc_current_get()
Removal:
* ecore_win32:
- ecore_win32_focus_set()
To generate a diff of this commit:
cvs -z3 rdiff -u -r1.11 -r1.12 wip/ecore/PLIST
cvs -z3 rdiff -u -r1.15 -r1.16 wip/ecore/distinfo
cvs -z3 rdiff -u -r1.20 -r1.21 wip/ecore/buildlink3.mk
cvs -z3 rdiff -u -r1.35 -r1.36 wip/ecore/Makefile
To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ecore/PLIST?r1=1.11&r2=1.12
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ecore/distinfo?r1=1.15&r2=1.16
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ecore/buildlink3.mk?r1=1.20&r2=1.21
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/ecore/Makefile?r1=1.35&r2=1.36
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. ON SALE this month only -- learn more at:
http://p.sf.net/sfu/learnmore_123012
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs
Home |
Main Index |
Thread Index |
Old Index