.. |
e_fm
|
Hi,
|
10 years ago |
Makefile.am
|
fix process updating for secure delete operations, efm_op now requires libmath
|
11 years ago |
e.h
|
e: Port battery module to upower and edbus
|
10 years ago |
e_about.c
|
e: Unicode makes you look better, gives you luck, brings back lost love,
|
10 years ago |
e_about.h
|
e17: whitespaces--
|
11 years ago |
e_acpi.c
|
From: Maxime Villard <rustyBSD@gmx.fr>
|
10 years ago |
e_acpi.h
|
e17: whitespaces--
|
11 years ago |
e_actions.c
|
Store and handle action names correctly. (patch from Igor Murzov)
|
10 years ago |
e_actions.h
|
formatting
|
11 years ago |
e_alert.c
|
formatting
|
11 years ago |
e_alert.h
|
e: full rewrite of our WBOD.
|
11 years ago |
e_alert_main.c
|
lets make e_alert noto also be bag with valgrind eh?
|
10 years ago |
e_atoms.c
|
fix atoms for zone geom. yay! works now.
|
11 years ago |
e_atoms.h
|
add zone geometry property to windows and keep it updated.
|
11 years ago |
e_backlight.c
|
e: remove some warning when compiling on FreeBSD.
|
10 years ago |
e_backlight.h
|
add E_EVENT_BACKLIGHT_CHANGE
|
11 years ago |
e_backlight_main.c
|
lots of buglet-fixing. this does:
|
10 years ago |
e_bg.c
|
hokay, last commit made bg_file_get leak, so now let's simplify and clean it up
|
10 years ago |
e_bg.h
|
ensure we get a properly stringshared return value here to match state of e_path_find
|
10 years ago |
e_bindings.c
|
handle NULL more gracefully in e_bindings_signal_handle
|
10 years ago |
e_bindings.h
|
break out bindings resets into functions based on their type for more fine-grained binding resets
|
11 years ago |
e_border.c
|
another focus bug: pointer no longer warps when closing a window if pointer was not over a window when window was closed
|
10 years ago |
e_border.h
|
unbreak compile with 1.7 branch
|
10 years ago |
e_box.c
|
fix box item finding as spotted by Igor Murzov
|
11 years ago |
e_box.h
|
add e_box function to return item size
|
11 years ago |
e_canvas.c
|
formatting
|
11 years ago |
e_canvas.h
|
remove all traces of selecting engine in e17 - wont actuallly ever be
|
11 years ago |
e_color.c
|
…
|
|
e_color.h
|
…
|
|
e_color_class.c
|
…
|
|
e_color_class.h
|
…
|
|
e_color_dialog.c
|
all dialogs are no longer resizable
|
10 years ago |
e_color_dialog.h
|
e17: whitespaces--
|
11 years ago |
e_config.c
|
fix wrong config value clamping for window autoraise delay
|
10 years ago |
e_config.h
|
flag config option as GUI
|
10 years ago |
e_config_data.c
|
e17: whitespaces--
|
11 years ago |
e_config_data.h
|
merge a big e17 doc patch
|
11 years ago |
e_config_dialog.c
|
prevent config dialogs from crashing if create/free data functions are not defined
|
10 years ago |
e_config_dialog.h
|
e17: whitespaces--
|
11 years ago |
e_configure.c
|
small leak in config registry item add
|
10 years ago |
e_configure.h
|
e17: fix: show evry 'start' and 'plugins' dialogs via settings panel action
|
12 years ago |
e_confirm_dialog.c
|
ensure that confirm dialogs call either the yes or no function when they are closed even if a button is not pressed
|
11 years ago |
e_confirm_dialog.h
|
ensure that confirm dialogs call either the yes or no function when they are closed even if a button is not pressed
|
11 years ago |
e_container.c
|
From: Gwanglim Lee <gl77.lee@samsung.com>
|
10 years ago |
e_container.h
|
From: Gwanglim Lee <gl77.lee@samsung.com>
|
10 years ago |
e_datastore.c
|
…
|
|
e_datastore.h
|
…
|
|
e_desk.c
|
argh more of that desktop profile insanity that didn't get #ifdefs
|
10 years ago |
e_desk.h
|
add enum for deskflip animation mode
|
10 years ago |
e_deskenv.c
|
always re-set xmodmap after changing kbd layout group
|
10 years ago |
e_deskenv.h
|
always re-set xmodmap after changing kbd layout group
|
10 years ago |
e_desklock.c
|
added function to hide all active menus, always hide menus when desklocking
|
10 years ago |
e_desklock.h
|
move desklock bg enum to desklock header
|
11 years ago |
e_dialog.c
|
set no_resizable state by default on dialogs
|
10 years ago |
e_dialog.h
|
add dialog helper function to set modal/transientfor on windows
|
11 years ago |
e_dnd.c
|
use event handler list macro
|
10 years ago |
e_dnd.h
|
e dnd xds handler now passes type string param as well as data
|
11 years ago |
e_dpms.c
|
lots of buglet-fixing. this does:
|
10 years ago |
e_dpms.h
|
work around x dpms bug which seems to forget about doing dpms 2nd time
|
11 years ago |
e_eap_editor.c
|
fix read-only status of file name in desktop editor
|
10 years ago |
e_eap_editor.h
|
e17: whitespaces--
|
11 years ago |
e_entry.c
|
dont focus noedit entries! :)
|
10 years ago |
e_entry.h
|
add function to disable entry menu
|
10 years ago |
e_entry_dialog.c
|
E entry: Move to edje_entry and remove e_editable.
|
11 years ago |
e_entry_dialog.h
|
another change I've been wanting to make for a long time: e_entry_dialog now has the data param first
|
11 years ago |
e_env.c
|
e17: whitespaces--
|
11 years ago |
e_env.h
|
e17 gets itself the ability to set environment variables (for itself..
|
12 years ago |
e_error.c
|
E: Fix formatting. (Really ??? 3 lines for something that can fit on
|
12 years ago |
e_error.h
|
fix usage of PATH_MAX when not working with files
|
11 years ago |
e_exec.c
|
it seems that this variable in e_exec does not actually need to be strdup()ed, and thus does not need to leak...
|
10 years ago |
e_exec.h
|
lets add prototype too in .h :)
|
11 years ago |
e_exehist.c
|
shut up e_exehist
|
10 years ago |
e_exehist.h
|
…
|
|
e_filereg.c
|
…
|
|
e_filereg.h
|
e17: whitespaces--
|
11 years ago |
e_flowlayout.c
|
add support for and use eina_list_last_data_get
|
11 years ago |
e_flowlayout.h
|
add flowlayout functions for getting prev/next items
|
11 years ago |
e_fm.c
|
Fix uninitialized variable warning(s).
|
10 years ago |
e_fm.h
|
okay, exposing icon object not such a great idea considering it gets deleted and recreated constantly
|
10 years ago |
e_fm_cmdline.c
|
e: Port fileman to edbus
|
10 years ago |
e_fm_custom.c
|
efm now remembers sort mode per-directory
|
11 years ago |
e_fm_custom.h
|
efm now remembers sort mode per-directory
|
11 years ago |
e_fm_device.c
|
whoops, ensure we unmount the deleted mount object after the mount ops are run
|
10 years ago |
e_fm_device.h
|
efm finally does something other than flail around helplessly when you drag stuff onto the icon of another device
|
10 years ago |
e_fm_mime.c
|
argh, another case of someone making callbacks with the data param last! fix fix! ABI borked again!
|
11 years ago |
e_fm_mime.h
|
argh, another case of someone making callbacks with the data param last! fix fix! ABI borked again!
|
11 years ago |
e_fm_op.c
|
Fix inverted arguments for lseek()
|
10 years ago |
e_fm_op.h
|
efm now checks (on startup) for stale device links on desktop and tries to remove them
|
11 years ago |
e_fm_op_registry.c
|
inlist_count is not O(1)
|
10 years ago |
e_fm_op_registry.h
|
e17: whitespaces--
|
11 years ago |
e_fm_prop.c
|
all dialogs are no longer resizable
|
10 years ago |
e_fm_prop.h
|
…
|
|
e_fm_shared_codec.c
|
…
|
|
e_fm_shared_codec.h
|
…
|
|
e_fm_shared_device.c
|
trivial changes
|
12 years ago |
e_fm_shared_device.h
|
…
|
|
e_fm_shared_types.h.in
|
efm finally does something other than flail around helplessly when you drag stuff onto the icon of another device
|
10 years ago |
e_focus.c
|
formatting
|
11 years ago |
e_focus.h
|
e17: whitespaces--
|
11 years ago |
e_font.c
|
revert some changes to e font that broke things; the hunt for #1284 begins
|
11 years ago |
e_font.h
|
e17: whitespaces--
|
11 years ago |
e_gadcon.c
|
Make some error dialogs translatable (patch from Igor Murzov)
|
10 years ago |
e_gadcon.h
|
gadcon location gadget_add callbacks now have a gadcon client param so the config can be retrieved since these callbacks are (currently) only used for changing locations of gadgets
|
11 years ago |
e_gadcon_popup.c
|
Dear all,
|
10 years ago |
e_gadcon_popup.h
|
…
|
|
e_grab_dialog.c
|
e: cleanup layer handling
|
11 years ago |
e_grab_dialog.h
|
break out mouse/keyboard grab dialogs into e_grab_dialog to be reused more easily in other places, replace original instances with this dialog
|
11 years ago |
e_grabinput.c
|
add function to return current key grab xwin
|
10 years ago |
e_grabinput.h
|
add function to return current key grab xwin
|
10 years ago |
e_hints.c
|
e now remembers left/right maximization state across restarts
|
11 years ago |
e_hints.h
|
…
|
|
e_icon.c
|
ahh never too late for an API/ABI break. e_icon_file_get now returns edje group, which fixes fileman border icons
|
10 years ago |
e_icon.h
|
ahh never too late for an API/ABI break. e_icon_file_get now returns edje group, which fixes fileman border icons
|
10 years ago |
e_ilist.c
|
unselecting all ilist items will no longer fail to unselect all ilist items
|
10 years ago |
e_ilist.h
|
break out ilist item label setting
|
11 years ago |
e_imc_main.c
|
e17: whitespaces--
|
11 years ago |
e_import_config_dialog.c
|
series of dialogs that were not resizable but should be, are now.
|
10 years ago |
e_import_config_dialog.h
|
break out wallpaper import dialog and import settings dialog into separate dialogs usable outside the wallpaper widget, also clean up this code
|
11 years ago |
e_import_dialog.c
|
series of dialogs that were not resizable but should be, are now.
|
10 years ago |
e_import_dialog.h
|
break out wallpaper import dialog and import settings dialog into separate dialogs usable outside the wallpaper widget, also clean up this code
|
11 years ago |
e_includes.h
|
hmm that didn't work like I expected, leave elm include here I guess even though this is awkward...
|
10 years ago |
e_init.c
|
formatting
|
11 years ago |
e_init.h
|
…
|
|
e_init_main.c
|
ok - give some size in printf.
|
10 years ago |
e_int_border_locks.c
|
border locks: deengrishify
|
11 years ago |
e_int_border_locks.h
|
…
|
|
e_int_border_menu.c
|
fix a tremendous number of stringshare leaks
|
10 years ago |
e_int_border_menu.h
|
forgot that we do data param first in callbacks...
|
11 years ago |
e_int_border_prop.c
|
series of dialogs that were not resizable but should be, are now.
|
10 years ago |
e_int_border_prop.h
|
…
|
|
e_int_border_remember.c
|
series of dialogs that were not resizable but should be, are now.
|
10 years ago |
e_int_border_remember.h
|
…
|
|
e_int_config_modules.c
|
series of dialogs that were not resizable but should be, are now.
|
10 years ago |
e_int_config_modules.h
|
…
|
|
e_int_gadcon_config.c
|
e gadcon settings: add icons.
|
10 years ago |
e_int_gadcon_config.h
|
allow gadcon config dialog hook to set gadcon site
|
11 years ago |
e_int_menus.c
|
don't generate menu on startup, just cache it after the first one
|
10 years ago |
e_int_menus.h
|
convert #defines in e_int_menus.h to enums
|
10 years ago |
e_int_shelf_config.c
|
fix shelf autohide on click
|
10 years ago |
e_int_shelf_config.h
|
…
|
|
e_int_toolbar_config.c
|
adjust efm fwin setup and popup to be... better theme friendly!
|
11 years ago |
e_int_toolbar_config.h
|
…
|
|
e_intl.c
|
don't return blank locale parts
|
10 years ago |
e_intl.h
|
unbreak e_intl.h #ifdefs
|
10 years ago |
e_intl_data.c
|
e17: whitespaces--
|
11 years ago |
e_intl_data.h
|
complete work for xim support in e - so e sets up env vars right.. and
|
12 years ago |
e_ipc.c
|
make e ipc socket string shorter. osx is unhappy with long paths for
|
11 years ago |
e_ipc.h
|
e17: whitespaces--
|
11 years ago |
e_ipc_codec.c
|
e17: whitespaces--
|
11 years ago |
e_ipc_codec.h
|
e17: whitespaces--
|
11 years ago |
e_layout.c
|
E: We don't need to run this comparison twice.
|
11 years ago |
e_layout.h
|
…
|
|
e_livethumb.c
|
formatting
|
11 years ago |
e_livethumb.h
|
e17: whitespaces--
|
11 years ago |
e_log.c
|
replace e17 logging "system" with custom eina log domain
|
11 years ago |
e_log.h
|
replace e17 logging "system" with custom eina log domain
|
11 years ago |
e_main.c
|
another pedantic free for the analyzers
|
10 years ago |
e_manager.c
|
Hi,
|
10 years ago |
e_manager.h
|
add new event for when managers regrab keys
|
10 years ago |
e_maximize.c
|
e17: whitespaces--
|
11 years ago |
e_maximize.h
|
…
|
|
e_menu.c
|
added function to hide all active menus, always hide menus when desklocking
|
10 years ago |
e_menu.h
|
added function to hide all active menus, always hide menus when desklocking
|
10 years ago |
e_mmx.h
|
E17: CPUID_MMX, CPUID_SSE and CPUID_SSE2 might already be defined (like on OpenBSD)
|
11 years ago |
e_module.c
|
add echievements to module whitelist: I (and others) maintain the hell out of this, so I consider it a real bug if there's a crash
|
10 years ago |
e_module.h
|
add function for determining whether modules are still loading
|
10 years ago |
e_mouse.c
|
e17: whitespaces--
|
11 years ago |
e_mouse.h
|
…
|
|
e_moveresize.c
|
e: cleanup layer handling
|
11 years ago |
e_moveresize.h
|
…
|
|
e_msg.c
|
e17: whitespaces--
|
11 years ago |
e_msg.h
|
…
|
|
e_msgbus.c
|
e: Port e_msgbus to edbus
|
10 years ago |
e_msgbus.h
|
e: Port e_msgbus to edbus
|
10 years ago |
e_obj_dialog.c
|
e dialog: Handle Escape keys on dialogs. This is very useful. Now e about, theme about, sys dialogs handles Escape key and closes the window.
|
10 years ago |
e_obj_dialog.h
|
add const
|
11 years ago |
e_object.c
|
fix infintie delfn loop waiting to happen.
|
10 years ago |
e_object.h
|
delay e_win and e_popup deletes to avoid bad mem accesses from
|
10 years ago |
e_open.c
|
e: fix build on Solaris 11.
|
10 years ago |
e_order.c
|
Hi,
|
10 years ago |
e_order.h
|
add function for cloning an e_order
|
10 years ago |
e_pan.c
|
e17: whitespaces--
|
11 years ago |
e_pan.h
|
e17: whitespaces--
|
11 years ago |
e_path.c
|
some stringshare improvements for e_path_find
|
10 years ago |
e_path.h
|
use stringshare return type
|
10 years ago |
e_place.c
|
fix border placement to not move away from iconified/hidden windows...
|
11 years ago |
e_place.h
|
e17: whitespaces--
|
11 years ago |
e_pointer.c
|
Hi,
|
10 years ago |
e_pointer.h
|
e17: whitespaces--
|
11 years ago |
e_popup.c
|
delay e_win and e_popup deletes to avoid bad mem accesses from
|
10 years ago |
e_popup.h
|
e: cleanup layer handling
|
11 years ago |
e_powersave.c
|
formatting
|
11 years ago |
e_powersave.h
|
e17: whitespaces--
|
11 years ago |
e_prefix.c
|
e17: whitespaces--
|
11 years ago |
e_prefix.h
|
e17 -> use eina prefix stuff.
|
12 years ago |
e_randr.c
|
Use proper function when config gets loaded to try and restore
|
10 years ago |
e_randr.h
|
Revert exposing the try_restore_config function.
|
10 years ago |
e_randr_11.c
|
even more leaks in randr11 refresh rates fail
|
10 years ago |
e_randr_11_serialization.c
|
Dear all,
|
10 years ago |
e_randr_12.c
|
Revert exposing the try_restore_config function.
|
10 years ago |
e_randr_12_ask_dialog.c
|
e17: whitespaces--
|
11 years ago |
e_randr_12_crtc.c
|
add support for and use eina_list_last_data_get
|
11 years ago |
e_randr_12_output.c
|
ecore_x_randr_output_name_get() returns a strdup for whatever reason, have to free that after you stringshare
|
11 years ago |
e_randr_12_serialization.c
|
Make sure we have a valid monitor edid_hash Before trying to append it
|
10 years ago |
e_randr_private.h
|
Remove generic EINTERNAL _try_restore_configuration. Combine the code
|
10 years ago |
e_randr_serialization.c
|
Include private header before public one (without this change, build
|
10 years ago |
e_remember.c
|
e internal dialogs now correctly remember their maximization state and are now less prone to moving around crazily if e is restarted while they are maximized
|
10 years ago |
e_remember.h
|
e internal dialogs now correctly remember their maximization state and are now less prone to moving around crazily if e is restarted while they are maximized
|
10 years ago |
e_resist.c
|
formatting
|
10 years ago |
e_resist.h
|
…
|
|
e_scale.c
|
…
|
|
e_scale.h
|
…
|
|
e_screensaver.c
|
lots of buglet-fixing. this does:
|
10 years ago |
e_screensaver.h
|
lots of buglet-fixing. this does:
|
10 years ago |
e_scrollframe.c
|
hide scrollbars by default in scrollframe
|
10 years ago |
e_scrollframe.h
|
E srcollframe: Added a mode to disable key navigation + fixed show region.
|
11 years ago |
e_sha1.c
|
doing configure checks for arpa/inet.h and so on is all fine and
|
10 years ago |
e_sha1.h
|
e17: whitespaces--
|
11 years ago |
e_shelf.c
|
e17/shelf: fix wrong autohide with systray on second zone
|
10 years ago |
e_shelf.h
|
fix shelf autohide on click
|
10 years ago |
e_signals.c
|
formatting
|
11 years ago |
e_signals.h
|
…
|
|
e_slidecore.c
|
e17: whitespaces--
|
11 years ago |
e_slidecore.h
|
…
|
|
e_slider.c
|
e:slider: delete timer early to avoid losing it. Fix #2050
|
10 years ago |
e_slider.h
|
…
|
|
e_slidesel.c
|
e17: whitespaces--
|
11 years ago |
e_slidesel.h
|
e17: whitespaces--
|
11 years ago |
e_spectrum.c
|
e17: whitespaces--
|
11 years ago |
e_spectrum.h
|
…
|
|
e_start_main.c
|
Hi,
|
10 years ago |
e_startup.c
|
warn--
|
10 years ago |
e_startup.h
|
…
|
|
e_static_grab.c
|
reorder some stuff in static_grab to be more successful
|
10 years ago |
e_stolen.c
|
…
|
|
e_stolen.h
|
…
|
|
e_sys.c
|
add new events for suspend/hibernate/resume
|
11 years ago |
e_sys.h
|
add new events for suspend/hibernate/resume
|
11 years ago |
e_sys_main.c
|
add small detail to error printf on e_sys.
|
10 years ago |
e_table.c
|
formatting
|
11 years ago |
e_table.h
|
…
|
|
e_test.c
|
e17: whitespaces--
|
11 years ago |
e_test.h
|
…
|
|
e_theme.c
|
Dear all,
|
10 years ago |
e_theme.h
|
argh, another case of someone making callbacks with the data param last! fix fix! ABI borked again!
|
11 years ago |
e_theme_about.c
|
add new about theme signals/text capabilities as per email - change 1
|
11 years ago |
e_theme_about.h
|
e17: whitespaces--
|
11 years ago |
e_thumb.c
|
Hi,
|
10 years ago |
e_thumb.h
|
e17: whitespaces--
|
11 years ago |
e_thumb_main.c
|
Hi,
|
10 years ago |
e_toolbar.c
|
delete smart callbacks when deleting efm toolbar
|
10 years ago |
e_toolbar.h
|
adjust efm fwin setup and popup to be... better theme friendly!
|
11 years ago |
e_update.c
|
fix usage of PATH_MAX when not working with files
|
11 years ago |
e_update.h
|
oooooh e can check for its own updates now. :) kind of generic to be
|
11 years ago |
e_user.c
|
…
|
|
e_user.h
|
…
|
|
e_utils.c
|
warn--
|
10 years ago |
e_utils.h
|
efm string functions are now EAPI util functions
|
11 years ago |
e_widget.c
|
e widget focus stealing should respect can_focus = false
|
11 years ago |
e_widget.h
|
e17: whitespaces--
|
11 years ago |
e_widget_aspect.c
|
e17: whitespaces--
|
11 years ago |
e_widget_aspect.h
|
…
|
|
e_widget_button.c
|
e button widget: same bad logic when removing text. See r81045.
|
10 years ago |
e_widget_button.h
|
…
|
|
e_widget_check.c
|
add function to change valptr on check widget
|
11 years ago |
e_widget_check.h
|
add function to change valptr on check widget
|
11 years ago |
e_widget_color_well.c
|
e17: whitespaces--
|
11 years ago |
e_widget_color_well.h
|
…
|
|
e_widget_config_list.c
|
e17: whitespaces--
|
11 years ago |
e_widget_config_list.h
|
…
|
|
e_widget_csel.c
|
oooh fix some infinite loops in entry .. and oh so much make color
|
11 years ago |
e_widget_csel.h
|
…
|
|
e_widget_cslider.c
|
oooh fix some infinite loops in entry .. and oh so much make color
|
11 years ago |
e_widget_cslider.h
|
e17: whitespaces--
|
11 years ago |
e_widget_deskpreview.c
|
fix a tremendous number of stringshare leaks
|
10 years ago |
e_widget_deskpreview.h
|
add method to disable deskpreview click-to-configure background image
|
11 years ago |
e_widget_entry.c
|
entry - read only mode (noedit) should be supported and use it from
|
11 years ago |
e_widget_entry.h
|
E entry: Move to edje_entry and remove e_editable.
|
11 years ago |
e_widget_filepreview.c
|
add some null checks before monitor deletion to account for people still affected by the frenchman's laziness
|
10 years ago |
e_widget_filepreview.h
|
fix fsel preview to work again. :)
|
11 years ago |
e_widget_flist.c
|
apparently scrollframe has its own key grabs??? wtf???
|
10 years ago |
e_widget_flist.h
|
add flist function to get config
|
11 years ago |
e_widget_font_preview.c
|
e17: whitespaces--
|
11 years ago |
e_widget_font_preview.h
|
e17: whitespaces--
|
11 years ago |
e_widget_framelist.c
|
e17: whitespaces--
|
11 years ago |
e_widget_framelist.h
|
…
|
|
e_widget_frametable.c
|
add object_repack function for frametable
|
10 years ago |
e_widget_frametable.h
|
add object_repack function for frametable
|
10 years ago |
e_widget_fsel.c
|
fix fsel path changing and entry setting
|
10 years ago |
e_widget_fsel.h
|
add method for checking if typebufs are visible in fsel widget using methods added in my previous commit that I cleverly did not mention to confuse my future self when I again go to work on this code
|
11 years ago |
e_widget_ilist.c
|
Dear all,
|
10 years ago |
e_widget_ilist.h
|
add method for setting a custom theme for ilist
|
11 years ago |
e_widget_image.c
|
E: Remove unused variable in image_add_from_file. Add trap in case
|
11 years ago |
e_widget_image.h
|
finally kill off the last of the e_icon_object_set uses;
|
11 years ago |
e_widget_label.c
|
update widget min size when changing label text
|
10 years ago |
e_widget_label.h
|
…
|
|
e_widget_list.c
|
add prepend/repack functions for e_widget_list
|
11 years ago |
e_widget_list.h
|
add prepend/repack functions for e_widget_list
|
11 years ago |
e_widget_preview.c
|
e: call e_widget_change() when preview widget changes
|
11 years ago |
e_widget_preview.h
|
desklock config now allows you to configure the image shown on each screen
|
11 years ago |
e_widget_radio.c
|
radios - if none is selected... the one u select gets selected. :)
|
10 years ago |
e_widget_radio.h
|
…
|
|
e_widget_scrollframe.c
|
e17: whitespaces--
|
11 years ago |
e_widget_scrollframe.h
|
e17: whitespaces--
|
11 years ago |
e_widget_slider.c
|
merge a big e17 doc patch
|
11 years ago |
e_widget_slider.h
|
…
|
|
e_widget_spectrum.c
|
oooh fix some infinite loops in entry .. and oh so much make color
|
11 years ago |
e_widget_spectrum.h
|
e17: whitespaces--
|
11 years ago |
e_widget_table.c
|
add e_widget_table_freeze/thaw
|
11 years ago |
e_widget_table.h
|
add e_widget_table_freeze/thaw
|
11 years ago |
e_widget_textblock.c
|
e: fix e_widget_textblock to use min: 1 0; on TEXTBLOCK part in theme
|
11 years ago |
e_widget_textblock.h
|
e17: whitespaces--
|
11 years ago |
e_widget_toolbar.c
|
add support for and use eina_list_last_data_get
|
11 years ago |
e_widget_toolbar.h
|
toolbar function to return count of toolbar items
|
11 years ago |
e_widget_toolbook.c
|
and actually explicitly make toolbooks scrollable by default.
|
11 years ago |
e_widget_toolbook.h
|
e17: whitespaces--
|
11 years ago |
e_win.c
|
e_win now traps elm_win_activate to avoid conflict with active hint ignore settings
|
10 years ago |
e_win.h
|
add new flag for preventing a window from being opened on restart by its remember, apply this to both the desktop editor and shelf config dialogs
|
11 years ago |
e_xinerama.c
|
e17: whitespaces--
|
11 years ago |
e_xinerama.h
|
formatting
|
11 years ago |
e_xkb.c
|
fix xkb variant construction, patch from Tomas Cech
|
10 years ago |
e_xkb.h
|
ton of xkb fixes:
|
11 years ago |
e_xsettings.c
|
correctly update gtk icons/themes when changed, also don't double update on icon events
|
10 years ago |
e_xsettings.h
|
e17: add xsettings. add option to icon config to use same theme for applications
|
12 years ago |
e_zone.c
|
in fact, if we're being serious, linear_flip_to doesn't need flip eval either since it calls a function which does a flip eval
|
10 years ago |
e_zone.h
|
add "Flip To Previous Desktop" action
|
11 years ago |