aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-06Camera no longer needs ourGlobals.David Walter Seikel4-46/+43
2014-05-06Shuffle stuff around into the new scenri.c and camera stuff.David Walter Seikel8-254/+260
2014-05-05Clean up include files.David Walter Seikel13-19/+44
2014-05-05Call skang modules from extantz. Needs some clean up.David Walter Seikel11-29/+49
2014-05-05GuiLuaDo() now returns astructure, and has that structure in Lua's C registry...David Walter Seikel3-10/+40
2014-05-05GuiLua handles multiple windows now.David Walter Seikel1-18/+27
2014-05-05Whitespace--David Walter Seikel1-1/+1
2014-05-05Support light user data in the Lua argument support functions.David Walter Seikel1-1/+18
2014-05-05No more ourGlobals in GuiLua.David Walter Seikel2-51/+14
2014-05-05Make logDom a stand alone, plus related fix ups and some clean ups.David Walter Seikel8-53/+40
2014-05-05Prepare for using GuiLua from extantz, but not going through with it just yet...David Walter Seikel3-19/+15
2014-05-05_on_done() no longer needed in GuiLUa, it's in winFang.David Walter Seikel1-15/+1
2014-05-05Move winFang to libraries, and convert GuiLua to use it.David Walter Seikel7-76/+35
2014-05-05Merge inline and external window creation.David Walter Seikel5-50/+72
2014-05-05Merge winFangComplete into winFangAdd.David Walter Seikel5-43/+36
2014-05-05winFang no longer depends on ourGlobals.David Walter Seikel6-18/+17
2014-05-05Merge the window handle creation code, and add proper hiding for them.David Walter Seikel3-29/+69
2014-05-05Track all windows in a Eina_List.David Walter Seikel4-9/+16
2014-05-05Delete libwinFang.so on build.David Walter Seikel1-1/+1
2014-05-05fangWin -> winFang and related changes.David Walter Seikel8-101/+124
2014-05-04Minor clean up.David Walter Seikel1-2/+2
2014-05-04Fold some common code into widgetAdd, and related cleanups.David Walter Seikel4-20/+22
2014-05-04Combine eo_add() and eo_do(), plus related cleanups.David Walter Seikel5-169/+137
2014-05-04luaopen_widget is surplus to requirements.David Walter Seikel2-2/+1
2014-05-04Make the file selector actually useful.David Walter Seikel3-18/+47
2014-05-04Major clean up of the file selector.David Walter Seikel2-166/+176
2014-05-04Oops, reverse the order of these deletions.David Walter Seikel1-2/+2
2014-05-04Work around Elm entry hang on exit bug in chat.David Walter Seikel1-4/+13
2014-05-04New fangWin and Widget structures, and modify fangWin stuff to use them.David Walter Seikel6-54/+118
2014-05-04Add a file selector.David Walter Seikel4-2/+287
2014-05-04Notes about callbacks.David Walter Seikel1-0/+54
2014-05-03Small clean ups I forgot from the last commit.David Walter Seikel2-3/+0
2014-05-03More shuffling of gld -> ourGlobals and related cleanups.David Walter Seikel7-62/+69
2014-05-03White space clean ups from uncrustify.David Walter Seikel3-629/+591
2014-05-03Using elm_obj_widget_part_text_set() works, but it's really private API that ...David Walter Seikel1-0/+1
2014-05-03Move non GL_View stuff from gld -> ourGlobals. Plus some white space fixes.David Walter Seikel6-288/+287
2014-05-03Remove Evas_3d example stuff from GuiLua, now that it's in extantz.David Walter Seikel1-706/+1
2014-05-03Rotate camera.David Walter Seikel2-17/+31
2014-05-03Major extantz clean up part 2. Including new Evas_3d style camera.David Walter Seikel8-210/+270
2014-05-02Major cleanup of extantz, part one.David Walter Seikel7-366/+242
2014-05-02Minor clean ups of the overlay comments.David Walter Seikel1-4/+2
2014-05-02Test .gitignore change. Works. B-)David Walter Seikel1-3/+0
2014-05-02Split up extantz.David Walter Seikel10-1072/+1116
2014-05-02Copy the Evas_3D demo stuff to extantz.David Walter Seikel4-16/+731
2014-05-02Whitespace++David Walter Seikel1-1/+1
2014-05-02Bring extantz up to date with respect to GuiLua.David Walter Seikel2-17/+51
2014-05-02Clean up globals.David Walter Seikel2-6/+2
2014-05-02Silence some more excess EFL bitching.David Walter Seikel1-0/+2
2014-05-02Minor cleanups.David Walter Seikel1-11/+12
2014-05-02Add tooltips for 3D objects.David Walter Seikel1-4/+49