10755 Commits (2b9279ba81b03deceb9668fe08f6c78cc01025ad)

Author SHA1 Message Date
Mike Blumenkrantz 2b9279ba81 convert some ints to size_t in e_sys_main 11 years ago
Mike Blumenkrantz 45a7a3e283 fix shadow warnings 11 years ago
Mike Blumenkrantz 74594f4c6d also hook dialog delete in entry dialog 11 years ago
Mike Blumenkrantz ffac12a5e1 forgot to hook dialog deletes in new import dialogs which led to a crash when keybinds were used. fix! 11 years ago
Mike Blumenkrantz 97faa73719 modal windows now properly block events on their parent windows 11 years ago
Mike Blumenkrantz 968fda6d06 formatting 11 years ago
Mike Blumenkrantz edf4cfa5da add case for net wm state change fetch flag to be set 11 years ago
Mike Blumenkrantz c0790f7d55 fix case of reparenting window where properties are just being set and window is not actually being reparented 11 years ago
Mike Blumenkrantz e3e11778fa wait till after module init is over before drawing gadgets so we can draw them all at once, also don't need to bind to frametime anymore with this 11 years ago
Mike Blumenkrantz 3c2e02bf8b prevent module init end event from getting canceled here 11 years ago
Carsten Haitzler e5b196862d fix shelf "fixups" on zone add/del. 11 years ago
Mike Blumenkrantz f6af7bd8d2 remove all traces of old and unused bg import dialog. whoever put a separate import dialog into e_utils.c, and the person who committed r44556 with the id "barbieri" on 2009-12-18 shall indeed remain nameless, decided to leave the other one hanging around. as a result, the one that he copied from the original sat around without being modified, and now ended up being removed instead of being properly integrated 11 years ago
Mike Blumenkrantz c8087e9533 set import config as child of import dialog; e_border bug pending with herohorns before this works properly again 11 years ago
Mike Blumenkrantz d2d10a05ab add dialog helper function to set modal/transientfor on windows 11 years ago
Mike Blumenkrantz 142b11e6f0 grab escape key for dialogs for closing them 11 years ago
Mike Blumenkrantz 5e1e915578 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
Mike Blumenkrantz 0689758ce0 call changed when radio changes 11 years ago
Mike Blumenkrantz b9877f6ac1 formatting 11 years ago
Mike Blumenkrantz 361376a48b typedef for E_Dialog_Cb 11 years ago
Mike Blumenkrantz f8eff99bf8 Dear all. 11 years ago
Mike Blumenkrantz 934caf9241 fix min sizing (height) of fsel 11 years ago
Mike Blumenkrantz 5c9aeaaa47 fsel now properly selects the first file in a directory on directory load/change 11 years ago
Mike Blumenkrantz ac28718562 add function for counting number of selected files 11 years ago
Mike Blumenkrantz e58efabc1e filepreview directory previews now allow navigation, disable click rename in filepreview and fsel 11 years ago
Mike Blumenkrantz 8ab4a302b4 disable view menu in fsel, this looked terrible anyway 11 years ago
Mike Blumenkrantz 6ea8835011 disable click renaming in theme, wallpaper, desklock wallpaper, and fwin sidebar file lists 11 years ago
Mike Blumenkrantz d2b8ccd61a add efm option to disable click renaming 11 years ago
Mike Blumenkrantz 903408f4d4 add flist function to get config 11 years ago
Mike Blumenkrantz e4584d2214 fix up advanced font dialog a lot to work less stupidly and set icon indicators when it should 11 years ago
Mike Blumenkrantz fe2cfa7e0c ilist now supports disabled state, though it does not indicate this visually yet 11 years ago
Carsten Haitzler 756faca85b and by default for fullscreen windows use fullscreen comp style theme 11 years ago
Mike Blumenkrantz 3997046ea2 add function to change valptr on check widget 11 years ago
Carsten Haitzler 7713bd830f fix flash fullscreening to stay above shelf. 11 years ago
Mike Blumenkrantz b1c5983d72 revert some changes to e font that broke things; the hunt for #1284 begins 11 years ago
Mike Blumenkrantz cd9c7ee8dc ensure that title clicking an icon to rename only causes the rename if no other icons are clicked/selected 11 years ago
Mike Blumenkrantz 8fecf57e7e fix up mapping change hacks, not sure what I was thinking here 11 years ago
Carsten Haitzler a3df76badf limit menus to 2048x2048 due to them now being abused for filemanager... 11 years ago
Carsten Haitzler 3f1c68dbd0 tile not title! 11 years ago
Mike Blumenkrantz 4f815c99fd files settings once again says files 11 years ago
Mike Blumenkrantz e0eaec35c8 ensure entry dialogs open with text selected 11 years ago
Mike Blumenkrantz c41e7c24ba ensure dialog recalcs when content is set 11 years ago
Mike Blumenkrantz c285c6cc99 add shelf naming dialog now uses e entry dialog 11 years ago
Mike Blumenkrantz eaa4ab9d9f use internal rename dialog from shelf config dialog 11 years ago
Mike Blumenkrantz 6e9de5d01f add rename option to shelf right click menu, also externally accessible function to pop this dialog 11 years ago
Carsten Haitzler 7c987dcd1f use zome num, not id so we all acree on zome num now... not id... :) 11 years ago
Mike Blumenkrantz 7623fa4de0 add new functions for renaming a shelf/gadcon in the process of hunting #1286 11 years ago
Carsten Haitzler 0eb043e8bf A -> a 11 years ago
Mike Blumenkrantz 3b748e94c5 prevent all renaming when the icon menu flag is set to disable it 11 years ago
Mike Blumenkrantz ce76c249b8 efm now allows renaming by clicking an icon's label 11 years ago
Mike Blumenkrantz 6790e78bb7 fix possible crashes when going to parent directory, also fix case where attempting to go to parent directory from root would throw an error dialog 11 years ago