platform/upstream/enlightenment.git
2013-02-20 Carsten Haitzlerummmm... focus out should just be 255 across the board...
2013-02-20 Mike Blumenkrantzfix syscon to use popups more effectively
2013-02-20 Mike Blumenkrantze_flowlayout is just not done correctly at all...some...
2013-02-20 Mike Blumenkrantzuse separate delay del function for popups to ensure...
2013-02-20 Mike Blumenkrantze toolbar gadgets no longer crash when trying to displa...
2013-02-20 Christopher... Re-enable Restore button for RandR dialog.
2013-02-20 Christopher... Remove commented fixme (no time to optimize this routin...
2013-02-20 Mike Blumenkrantzadd flag in comp match for disabling shadows, disable...
2013-02-19 Carsten Haitzlerpopups... STAY UP!
2013-02-19 Mike Blumenkrantzfix gadget event object layering for dnd
2013-02-19 Mike Blumenkrantzfix comp canvas win finding for some dnd operations
2013-02-19 Mike Blumenkrantzonly delete popup's comp win if the popup has been...
2013-02-19 Christopher... Hook into monitor_resized callback and update adjacent...
2013-02-19 Christopher... Add a monitor_resized callback so positions of other...
2013-02-19 Christopher... Disable Restore on Startup for now until larger randr...
2013-02-19 Christopher... Add exists field to crtc and output.
2013-02-19 Christopher... Add monitor_moved callback and update position (if...
2013-02-19 Christopher... Add missing function prototypes.
2013-02-19 Christopher... When we do a current_geometry set, repack the monitor...
2013-02-19 Christopher... Remove poller code for now (broken, does not work as...
2013-02-19 Christopher... Start on poller code.
2013-02-19 Christopher... Add poll_interval to e_randr_cfg.
2013-02-19 Christopher... Add poll_interval field to config.
2013-02-19 Christopher... When we get randr events, check for actual config diffe...
2013-02-19 Christopher... Add restore checkbox to dialog.
2013-02-19 Christopher... Add connected flag for outputs, and add a restore confi...
2013-02-19 Christopher... When we get an output changed event, check for matching...
2013-02-19 Christopher... Add some comments.
2013-02-19 Christopher... Add missing function prototypes.
2013-02-19 Christopher... Handle apply of monitor changes to X.
2013-02-19 Christopher... Add randr_changed function.
2013-02-19 Christopher... Add hook for randr widget changed.
2013-02-19 Christopher... Simplify changed enum.
2013-02-19 Christopher... Start on monitor Changes.
2013-02-19 Christopher... Add code to handle when cloning monitors so that the...
2013-02-19 Christopher... Update some comments.
2013-02-19 Christopher... Add the clone object as a smart member for monitor.
2013-02-19 Christopher... Fix cloning box to now be over the indicator event...
2013-02-19 Christopher... Add function prototype for monitor clone set.
2013-02-19 Christopher... Add cloning support for monitor.
2013-02-19 Christopher... Add support for an outputs clones in e_randr and e_rand...
2013-02-19 Christopher... Color the clip of the frame when monitor is disabled...
2013-02-19 Christopher... Rename monitor name style
2013-02-19 Christopher... Simplify the monitor rotation code and make sure new...
2013-02-19 Christopher... Correctly calculate disabled monitor position(s).
2013-02-19 Christopher... Remove useless mod_dir variable (and associated code).
2013-02-19 Christopher... Remove useless defines and variables.
2013-02-19 Christopher... Remove unused variable and some dead printfs.
2013-02-19 Christopher... When calculating virtual size, also account for 'possib...
2013-02-19 Christopher... Actually, allow move/resize/rotate for disabled monitor...
2013-02-19 Christopher... Set current size and position text when we set current...
2013-02-19 Christopher... Add function prototype for setting current geometry.
2013-02-19 Christopher... Fix move_stop to use current geometry.
2013-02-19 Christopher... Handle setting monitor to enabled/disabled based on...
2013-02-19 Christopher... When calculating virtual size, we only need to fetch
2013-02-19 Christopher... Add 'current' field values so we can use these durring...
2013-02-19 Christopher... Add code to handle manual monitor movement.
2013-02-19 Christopher... Fix grid offset
2013-02-19 Christopher... Add in refresh_rate code for filling refresh rate list...
2013-02-19 Christopher... Use ecore_x_randr_crtc_info_free function to free retur...
2013-02-19 Christopher... Reduce variable usage
2013-02-19 Christopher... Fix comment.
2013-02-19 Christopher... Add ROTATE_FUZZ amount.
2013-02-19 Christopher... Add current rotation to smart_data structure.
2013-02-19 Christopher... Add inline function to return the degree of rotation...
2013-02-19 Christopher... Remove Big Fat Fixme warning as it's fixed now :)
2013-02-19 Christopher... Add code to check EFL version.
2013-02-19 Christopher... Add current mode and refresh rate to crtc field.
2013-02-19 Christopher... Add function to get the amount of rotation from a mouse...
2013-02-19 Christopher... Turn 'crtc' field into a structure (mainly for making...
2013-02-19 Christopher... Add code to check if rotations for a given crtc are...
2013-02-19 Christopher... Only get edid (an expensive process) if getting the...
2013-02-19 Christopher... Add flag for rotating to structure.
2013-02-19 Christopher... Add some comments.
2013-02-19 Christopher... Remove all code which tried to maintain aspect ratio...
2013-02-19 Christopher... Remove dead comments about layout object.
2013-02-19 Christopher... Change structure to store grid geometry.
2013-02-19 Christopher... Change monitor_grid_set function to also accept the...
2013-02-19 Christopher... Add missing LOGFN's where needed.
2013-02-19 Christopher... Add flag to structure for resizing.
2013-02-19 Christopher... Add edje callbacks to frame for resize_start & resize_stop.
2013-02-19 Christopher... Fix variable type of "name" to be char (not const char).
2013-02-19 Christopher... Cleanup some memory returned from ecore_x_randr when...
2013-02-19 Christopher... Fix comment.
2013-02-19 Christopher... Add function to push & pop e_pointers.
2013-02-19 Christopher... Set aspect width & height on the same line
2013-02-19 Christopher... Also pass in crtc geometry to the monitor when we set...
2013-02-19 Christopher... Modifiy crtc_set function to also take the current...
2013-02-19 Christopher... When we set the crtc of the monitor, we can update...
2013-02-19 Christopher... Add private functions for setting monitor position...
2013-02-19 Christopher... Add code to set the monitor name.
2013-02-19 Christopher... Pack the monitor into the grid first, then do setup.
2013-02-19 Christopher... Add note about screen_reset.
2013-02-19 Christopher... Add code to handle setting of background preview on...
2013-02-19 Christopher... Remove function call to monitor_virtual_size_set.
2013-02-19 Christopher... Remove virtual_size_set code (turns out, it's not needed).
2013-02-19 Christopher... Add base & grid object to randr widget.
2013-02-19 Christopher... Add function prototype for min_size_get.
2013-02-19 Christopher... Add function prototypes.
2013-02-19 Christopher... Add min & max mode sizes to monitor structure.
next