Commit Graph

25 Commits

Author SHA1 Message Date
Mike Blumenkrantz c70cfbaf16 use slightly more concise descriptions of basic window lock settings
SVN revision: 74065
2012-07-18 12:43:04 +00:00
Mike Blumenkrantz 1118e80f1d also fix up window locks -> advanced to not suck
SVN revision: 74063
2012-07-18 12:33:49 +00:00
Mike Blumenkrantz 8bf407fad0 formatting
SVN revision: 74057
2012-07-18 11:31:09 +00:00
Vincent Torri c3b0637802 e17: whitespaces--
SVN revision: 72561
2012-06-21 06:19:43 +00:00
Christopher Michael 77f6e0d40f Add unused.
SVN revision: 51331
2010-08-18 19:51:11 +00:00
Lucas De Marchi 6638a10e20 FORMATTING
* Remove vim modelines:
 find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
 find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;

* Remove leading blank lines:
 find . -name '*.[cxh]' -exec sed -i '/./,$!d'

If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0



SVN revision: 50816
2010-08-04 16:57:32 +00:00
Hannes Janetzek 7bcc49c2fe - fixed e_remember_default_match to set match values
since these are not set by e_remember_update anymore
- remove E_Remember parameter from e_remmber_update. 
  if update is possible bd->remember is already set
- do not overwrite bordername value of remember on update. 
  should only be set by conf_border dialog
- make sure on update that match values are set otherwise 
  delete remember 


SVN revision: 42435
2009-09-12 11:08:07 +00:00
Christopher Michael 4f84cf6c0e Fix Remember check location for tokyo :)
SVN revision: 32087
2007-10-16 08:38:19 +00:00
Christopher Michael 3b61274069 Fix position of last checkbox to be like Remember dialog.
SVN revision: 31575
2007-08-30 07:52:23 +00:00
Sebastian Dransfeld f6dc1dc1cc Remove stale code.
Fix comments.


SVN revision: 29159
2007-03-25 22:45:00 +00:00
Carsten Haitzler 974650ba81 metrics remember patch - he's also allowed to have a new name.
SVN revision: 26816
2006-10-28 01:32:43 +00:00
Carsten Haitzler a9e7340190 you're all goign to kill me :) but here goes - i broke the dialog and config
dialog api's - added name and class params so u can set the name and class -
so users can later use things like rememebr to rememebr where a dialog will
go for usability and convenience.


SVN revision: 24691
2006-08-14 15:22:46 +00:00
Stafford Mitchell Horne 3942b7e618 Be able to turn basic settings off
SVN revision: 24303
2006-07-29 19:00:30 +00:00
Carsten Haitzler 47e7c5f243 cross-compile fixes, (odd that this didnt screw up before when i did some
cross-compiling of e for arm), illogict patches too :)


SVN revision: 20552
2006-02-18 04:35:35 +00:00
Christopher Michael 1148850a2b Disable Auto-Apply on the border config dialogs
SVN revision: 20497
2006-02-15 20:40:55 +00:00
Christopher Michael 0bb5680ef8 No Need to _fill_data twice. _create_data already fills it
SVN revision: 20452
2006-02-14 09:39:26 +00:00
David Walter Seikel e2cadbf7aa When changing API semantics, grep is your friend. My policy - if I break
it, I fix it.


SVN revision: 19968
2006-01-22 18:20:59 +00:00
sebastid 3df39a04d0 Fix warnings.
Make a global typedef for Config Data, and let the different dialogs fill
the struct.


SVN revision: 19800
2006-01-14 16:05:35 +00:00
sebastid 6a638a7806 Fix EAPI warnings.
SVN revision: 19597
2006-01-07 10:39:46 +00:00
Carsten Haitzler 43e88e956e and working on maing a border selector
does NOTHING YET! BEWARE! do NOT useit if u dont want some pain. i need to
make ecore evas canavses accepssible form an evas pointer etc. to make the
livethumb stuff cleaner so it can work


SVN revision: 18335
2005-11-06 08:03:13 +00:00
sebastid 12e9497d94 Remove unused variable.
SVN revision: 17822
2005-10-23 15:13:48 +00:00
Carsten Haitzler 8a0ea631a8 remember stuff is now... a... DIALOG too :)
SVN revision: 17705
2005-10-20 12:49:47 +00:00
Carsten Haitzler ac37b80087 clean up lock ptr on obj del :)
SVN revision: 17630
2005-10-17 14:33:57 +00:00
Carsten Haitzler e83b8a72de and actually delete the locks dialog if the window is deleted.
SVN revision: 17629
2005-10-17 12:01:33 +00:00
Carsten Haitzler be4f5dfbab locks have been dialogified :)
SVN revision: 17628
2005-10-17 11:51:46 +00:00