E CVS: libs/ewl rbdpngn

2006-03-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_window.c Log Message: Now that the window is storing position correctly, don't query the X server and incur the round trip. =

E CVS: libs/ewl rbdpngn

2006-03-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_events.c Log Message: Only store position changes from the window manager, not the real configure events relative to the reparenting window.

E CVS: libs/ewl rbdpngn

2006-03-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_window.c Log Message: This should be saving the coordinates passed to move the window. ==

E CVS: libs/ewl rbdpngn

2006-03-21 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_image.c Log Message: Fix scaling smaller images when constraint is set. === RCS file: /cv

E CVS: libs/ewl rbdpngn

2006-03-15 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin/tests Modified Files: ewl_entry.c Log Message: Add an ewl_entry tutorial. === RCS file: /cvsroot/enlightenmen

E CVS: libs/ewl rbdpngn

2006-03-14 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin/tests Modified Files: ewl_image.c Log Message: Start the image tutorial. === RCS file: /cvsroot/enlightenment

E CVS: libs/ewl rbdpngn

2006-03-14 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_image.c Log Message: Don't scale to the constrain size if the image is already smaller than that size. ==

E CVS: libs/ewl rbdpngn

2006-03-14 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin Modified Files: main.c Log Message: Use a global instead of the data set, more efficient and the const string won't have the same pointer address under all compilers. ==

E CVS: libs/ewl rbdpngn

2006-03-13 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_iconbox.c ewl_image.c Log Message: Fix image display when using ewl_image_constrain_set.

E CVS: libs/ewl rbdpngn

2006-03-13 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_iconbox.c Log Message: Wrong type for ewl_image_proportional_set === RCS file: /cvsroot/e

E CVS: libs/ewl rbdpngn

2006-03-13 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_debug.h Log Message: Don't disable debug. === RCS file: /cvsroot/enlightenment/e17/libs/e

E CVS: libs/ewl rbdpngn

2006-03-13 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_button.h ewl_debug.h ewl_misc.c ewl_object.c ewl_object.h Log Message: Remove explicit inlining and let the compiler make that decision, will hopefully ma

E CVS: libs/ewl rbdpngn

2006-03-13 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_image.c Log Message: Recalculate the preferred size after a constraint change. === RCS fi

E CVS: libs/ewl rbdpngn

2006-03-13 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_events.c Log Message: Convert another event dispatching function to use window instead of embed API, add a comment so we remember why it's setup this way.

E CVS: libs/ewl rbdpngn

2006-03-12 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_events.c Log Message: Only use matched windows for these X events, not embed's otherwise you start seeing duplicate events when using ewl_embed directly.

E CVS: libs/ewl rbdpngn

2006-03-11 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_paned.c Log Message: Use the accessor functions and not macros when handling child widgets in the paned configure callbacks.

E CVS: libs/ewl rbdpngn

2006-03-10 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin Modified Files: main.c Log Message: Hook in progress bar for unit tests. === RCS file: /cvsroot/enlightenment

E CVS: libs/ewl rbdpngn

2006-03-09 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_image.c ewl_image.h Log Message: Able to retrieve proportional setting on an image. === R

E CVS: libs/ewl rbdpngn

2006-03-09 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin Modified Files: main.c Log Message: Added more simple unit tests to the image test. Added a menu bar to the test app, only Exit is hooked up. ===

E CVS: libs/ewl rbdpngn

2006-03-09 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin/tests Modified Files: ewl_image.c Log Message: Added more simple unit tests to the image test. Added a menu bar to the test app, only Exit is hooked up.

E CVS: libs/ewl rbdpngn

2006-03-09 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin/tests Modified Files: Makefile.am ewl_text.c Added Files: ewl_image.c Log Message: Add the image test to ewl_test2.

E CVS: libs/ewl rbdpngn

2006-03-08 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_image.c Log Message: Remove the debugging printf's for the image. === RCS file: /cvsroot/

E CVS: libs/ewl rbdpngn

2006-03-08 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_button.c ewl_button.h ewl_image.c ewl_image.h ewl_menu_item.c Log Message: Change the image API to be more symmetric. Improve the behavior when m

E CVS: libs/ewl rbdpngn

2006-03-03 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin/tests Modified Files: Makefile.am Added Files: ewl_entry.c Log Message: Add the entry test to ewl_test2. ===

E CVS: libs/ewl rbdpngn

2006-03-03 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin/tests Modified Files: Makefile.am Added Files: ewl_text_editor.c Log Message: Add text editor test to ewl_test2. ===

E CVS: libs/ewl rbdpngn

2006-03-02 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_notebook.c Log Message: Give the notebook pages better resizing behavior. === RCS file: /

E CVS: libs/ewl rbdpngn

2006-03-02 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin Modified Files: main.c Log Message: Quit when the main window is closed and we're running tests in a tab. ===

E CVS: libs/ewl rbdpngn

2006-03-01 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin/tests Added Files: Makefile.am ewl_border.c ewl_box.c ewl_button.c ewl_colordialog.c ewl_datepicker.c Log Message: Initial work for a modular test application done b

E CVS: libs/ewl rbdpngn

2006-03-01 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl Modified Files: configure.in Log Message: Initial work for a modular test application done by dj2. === RCS file: /cvs

E CVS: libs/ewl rbdpngn

2006-03-01 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin Modified Files: Makefile.am Added Files: Test.h main.c Log Message: Initial work for a modular test application done by dj2. ===

E CVS: libs/ewl rbdpngn

2006-03-01 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin/tests Log Message: Directory /cvsroot/enlightenment/e17/libs/ewl/src/bin/tests added to the repository --- This SF.Net email

E CVS: libs/ewl rbdpngn

2006-02-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl Modified Files: configure.in Log Message: Use AC_DEFINE for config.h defines. === RCS file: /cvsroot/enlightenment/e1

E CVS: libs/ewl rbdpngn

2006-02-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin Modified Files: Makefile.am Log Message: Media test is no longer separate. === RCS file: /cvsroot/enlightenme

E CVS: libs/ewl rbdpngn

2006-02-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_tree.c Log Message: Adjust the width of the row in a node for the expansion point. === RC

E CVS: libs/ewl rbdpngn

2006-02-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_tree.c ewl_tree.h Log Message: Flag to hint the tree that rows won't be expandable. === R

E CVS: libs/ewl rbdpngn

2006-02-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin Modified Files: ewl_test.c Log Message: Flag to hint the tree that rows won't be expandable. === RCS file: /c

E CVS: libs/ewl rbdpngn

2006-02-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_button.c ewl_button.h Log Message: Additional controls for button internals. === RCS file

E CVS: libs/ewl rbdpngn

2006-02-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin Modified Files: ewl_imenu_test.c ewl_menu_bar_test.c ewl_menu_test.c ewl_combo_test.c ewl_theme_test.c Log Message: Convert the menu item to inherit from the button.

E CVS: libs/ewl rbdpngn

2006-02-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/data/themes Modified Files: Makefile.am e17.edc Log Message: Convert the menu item to inherit from the button. Allows for simple reuse of existing stock methods and reduces potential

E CVS: libs/ewl rbdpngn

2006-02-21 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_window.c Log Message: Indentation fix for the window code. === RCS file: /cvsroot/enlight

E CVS: libs/ewl rbdpngn

2006-02-21 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_button.c ewl_button.h Log Message: Add some control over nested image size in the button. ===

E CVS: libs/ewl rbdpngn

2006-02-20 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_button.c ewl_button.h Log Message: Add button content alignment control. Change redirection in the button when doing internal packing to improve inheritan

E CVS: libs/ewl rbdpngn

2006-02-17 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_container.c Log Message: On a container remove, just remove the child from whatever parent container its in. Checking parent heirarchy can cause issues wi

E CVS: libs/ewl rbdpngn

2006-02-16 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_box.c ewl_cell.c ewl_combo.c ewl_container.c ewl_container.h ewl_freebox.c ewl_grid.c ewl_menu_base.c ewl_overlay.c ewl_paned.c ewl_row.c e

E CVS: libs/ewl rbdpngn

2006-02-14 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_widget.c Log Message: Centralize cleanup of embed widget references on container remove. Testing removal of default reparent callback, as it is probably n

E CVS: libs/ewl rbdpngn

2006-02-13 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_callback.c ewl_label.c ewl_label.h ewl_menu_item.c ewl_tree.c ewl_widget.c ewl_widget.h Log Message: Reduce the limit on callbacks of each type o

E CVS: libs/ewl rbdpngn

2006-02-10 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl Modified Files: TODO Log Message: Combo work todo. === RCS file: /cvsroot/enlightenment/e17/libs/ewl/TODO,v retrievin

E CVS: libs/ewl rbdpngn

2006-02-09 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl Modified Files: TODO Log Message: Remove some completed items and add a table TODO. === RCS file: /cvsroot/enlightenm

E CVS: libs/ewl rbdpngn

2006-02-09 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_menubar.c Log Message: Better default fill policies for the menubars. === RCS file: /cvsr

E CVS: libs/ewl rbdpngn

2006-02-09 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_grid.c Log Message: Use ewl_object_place so that we get alignment respected correctly. ==

E CVS: libs/ewl rbdpngn

2006-02-05 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_tree2.c Log Message: Update debugging output and configure header for view development. =

E CVS: libs/ewl rbdpngn

2006-02-05 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin Modified Files: ewl_tree2_test.c Log Message: Update debugging output and configure header for view development.

E CVS: libs/ewl rbdpngn

2006-02-03 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_notebook2.c Log Message: Fill policy adjustment. === RCS file: /cvsroot/enlightenment/e17

E CVS: libs/ewl rbdpngn

2006-01-30 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_container.c Log Message: Remove configure calls that are no longer necessary. === RCS fil

E CVS: libs/ewl rbdpngn

2006-01-26 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_container.c ewl_widget.c Log Message: Improve widget teardown to use the common code. ===

E CVS: libs/ewl rbdpngn

2006-01-26 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_grid.c Log Message: Another fix to grid sizing and reseting by Christopher Klug. === RCS

E CVS: libs/ewl rbdpngn

2006-01-17 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_seeker.c Log Message: Fix drag button placement on seekers/scrollbars based on size accepted. ===

E CVS: libs/ewl rbdpngn

2006-01-12 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_overlay.c Log Message: Fix indentation. === RCS file: /cvsroot/enlightenment/e17/libs/ewl

E CVS: libs/ewl rbdpngn

2006-01-11 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_overlay.c Log Message: Fix the configure callback to use the same sizing as calced by the show callback.

E CVS: libs/ewl rbdpngn

2006-01-08 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_menu_item.c ewl_menu_item.h Log Message: Remove what appears to be a left over configure callback from before the menu item inherited from the box. =

E CVS: libs/ewl rbdpngn

2006-01-06 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_embed.h Log Message: Missed the header. === RCS file: /cvsroot/enlightenment/e17/libs/ewl

E CVS: libs/ewl rbdpngn

2006-01-06 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_embed.c ewl_events.c Log Message: Trigger mouse up on window focus out. === RCS file: /cv

E CVS: libs/ewl rbdpngn

2005-12-29 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_tree.c Log Message: Revert header hiding shortcut. === RCS file: /cvsroot/enlightenment/e

E CVS: libs/ewl rbdpngn

2005-12-29 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/data/themes Modified Files: e17.edc Log Message: Add debugging theme groups. Port the tree header theme to the changed header type. =

E CVS: libs/ewl rbdpngn

2005-12-29 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/data/themes/e17/bits Modified Files: treebg-groups.edc Added Files: debug-groups.edc Log Message: Add debugging theme groups. Port the tree header theme to the changed heade

E CVS: libs/ewl rbdpngn

2005-12-29 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_container.c ewl_grid.c ewl_grid.h ewl_misc.c ewl_notebook.c ewl_row.c ewl_seeker.c ewl_table.c ewl_table.h ewl_tree.c ewl_tree2.h ewl_widge

E CVS: libs/ewl rbdpngn

2005-12-28 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_paned.c Log Message: Set the size in the non-orientation direction. === RCS file: /cvsroo

E CVS: libs/ewl rbdpngn

2005-12-28 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_embed.c Log Message: Attempt to traverse to the currently focused widget in the tab order. ==

E CVS: libs/ewl rbdpngn

2005-12-27 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/data/themes Modified Files: e17.edc Log Message: Theme work from titansoccer15, a big improvement and getting it more inline with the window manager. ===

E CVS: libs/ewl rbdpngn

2005-12-27 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/data/themes/e17/bits Modified Files: entry-groups.edc scrollbar-groups.edc tree-groups.edc window-groups.edc Added Files: box-groups.edc panedbg-groups.edc treebg-grou

E CVS: libs/ewl rbdpngn

2005-12-27 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/data/themes/e17/bits/images Modified Files: e17_border3.png e17_button.png e17_button_detail_down.png e17_button_detail_left.png e17_button_detail_right.png e17_button

E CVS: libs/ewl rbdpngn

2005-12-27 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_scrollpane.c Log Message: Jump to a focused widget in the scrollpane. === RCS file: /cvsr

E CVS: libs/ewl rbdpngn

2005-12-27 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin Modified Files: ewl_image_test.c Log Message: Update to use the new filedialog API. === RCS file: /cvsroot/en

E CVS: libs/ewl rbdpngn

2005-12-23 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_tree.c Log Message: Update the row signals on expansion. === RCS file: /cvsroot/enlighten

E CVS: libs/ewl rbdpngn

2005-12-23 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_seeker.h Log Message: Missed the header to go with the seeker timer. === RCS file: /cvsro

E CVS: libs/ewl rbdpngn

2005-12-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_seeker.c Log Message: Scroll repeat while mouse is down in the trough. === RCS file: /cvs

E CVS: libs/ewl rbdpngn

2005-12-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_tree.c Log Message: Setup for signals to be sent to rows indicating placement. === RCS fi

E CVS: libs/ewl rbdpngn

2005-12-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_scrollpane.c Log Message: Notify scrollpane of focus changes. === RCS file: /cvsroot/enli

E CVS: libs/ewl rbdpngn

2005-12-22 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin Modified Files: ewl_menu_test.c Log Message: Outdated menu retrieval of text. === RCS file: /cvsroot/enlighte

E CVS: libs/ewl rbdpngn

2005-12-21 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_scrollpane.c Log Message: Allow scrollpanes to receive focus. === RCS file: /cvsroot/enli

E CVS: libs/ewl rbdpngn

2005-12-17 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_box.c ewl_box.h ewl_config.c ewl_config.h ewl_container.c ewl_events.c ewl_fileselector.c ewl_misc.c ewl_widget.c Log Message: Add debugging opti

E CVS: libs/ewl rbdpngn

2005-12-16 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_filedialog.c Log Message: Don't flag the buttons as internal. === RCS file: /cvsroot/enli

E CVS: libs/ewl rbdpngn

2005-12-14 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/data/themes/e17/bits/images Added Files: e17_menu_arrow.png Log Message: Missed an image. --- This SF.net email is sponsored

E CVS: libs/ewl rbdpngn

2005-12-14 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/data/themes/e17/bits Modified Files: button-groups.edc entry-groups.edc Log Message: Theme focus changes to match e17. ==

E CVS: libs/ewl rbdpngn

2005-12-14 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/data/themes/e17/bits/images Modified Files: images.edc Log Message: Theme focus changes to match e17. === RCS file:

E CVS: libs/ewl rbdpngn

2005-12-14 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_button.c ewl_cell.c ewl_embed.c ewl_widget.c ewl_widget.h Log Message: Intercept the layer change for the embed smart object. Generalize the focus change

E CVS: libs/ewl rbdpngn

2005-12-13 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_checkbutton.c Log Message: Return correctly as pointed out by dj2. === RCS file: /cvsroot

E CVS: libs/ewl rbdpngn

2005-12-13 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_checkbutton.c ewl_checkbutton.h Log Message: Use functions to provide NULL and type checks. =

E CVS: libs/ewl rbdpngn

2005-12-07 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/bin Modified Files: ewl_text_editor_test.c Log Message: Check for NULL contents. === RCS file: /cvsroot/enlighten

E CVS: libs/ewl rbdpngn

2005-12-07 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_text.c Log Message: Mark the layout clean after the layout is completed. === RCS file: /c

E CVS: libs/ewl rbdpngn

2005-12-06 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_text.c ewl_text.h Log Message: Reduce textblock layouts. === RCS file: /cvsroot/enlighten

E CVS: libs/ewl rbdpngn

2005-12-06 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_spectrum.c Log Message: Fix spectrum to avoid problem with clicks on the crosshairs. ===

E CVS: libs/ewl rbdpngn

2005-12-05 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_embed.c Log Message: Wrap the tab focus. === RCS file: /cvsroot/enlightenment/e17/libs/ew

E CVS: libs/ewl rbdpngn

2005-12-05 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl Modified Files: TODO Log Message: Wrap the tab focus. === RCS file: /cvsroot/enlightenment/e17/libs/ewl/TODO,v retrie

E CVS: libs/ewl rbdpngn

2005-12-05 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl Modified Files: TODO Log Message: Clarify the .. in the filedialog issue. === RCS file: /cvsroot/enlightenment/e17/li

E CVS: libs/ewl rbdpngn

2005-12-05 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl Modified Files: TODO Log Message: Text navigation bug. === RCS file: /cvsroot/enlightenment/e17/libs/ewl/TODO,v retri

E CVS: libs/ewl rbdpngn

2005-12-05 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_misc.c ewl_misc.h ewl_notebook.c ewl_theme.c ewl_widget.c ewl_widget.h Log Message: Fix theme changing to update sub-widgets. Clean up the theme

E CVS: libs/ewl rbdpngn

2005-12-04 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_text.c Log Message: Correct for lack of \n on the end of a line. === RCS file: /cvsroot/e

E CVS: libs/ewl rbdpngn

2005-12-02 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_text.c Log Message: Round the cursor position. === RCS file: /cvsroot/enlightenment/e17/l

E CVS: libs/ewl rbdpngn

2005-12-02 Thread enlightenment-cvs
Enlightenment CVS committal Author : rbdpngn Project : e17 Module : libs/ewl Dir : e17/libs/ewl/src/lib Modified Files: ewl_text.c Log Message: It is now OK. === RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/l

  1   2   3   4   5   6   7   8   9   10   >