Commit Graph

3976 Commits

Author SHA1 Message Date
sebastid ea2689ba93 The window border close is caught by the object del callback.
SVN revision: 24276
2006-07-28 13:06:12 +00:00
sebastid 7ff7e171a4 No // when browsing /
SVN revision: 24275
2006-07-28 12:02:38 +00:00
sebastid 86c6a15d8c use const char with evas_stringshare
SVN revision: 24274
2006-07-28 11:44:23 +00:00
sebastid aaefe4fb9b Fix declaration
SVN revision: 24273
2006-07-28 11:41:41 +00:00
sebastid aaea1b4bc1 Add return value
SVN revision: 24272
2006-07-28 11:37:55 +00:00
sebastid 8d2e09c7d7 Remove unused
SVN revision: 24271
2006-07-28 11:36:10 +00:00
sebastid 7353b24902 E style
SVN revision: 24270
2006-07-28 11:34:38 +00:00
sebastid 0b830fa639 Add return value.
Remove unused variable.


SVN revision: 24269
2006-07-28 11:33:43 +00:00
sebastid 3d1f519d17 Add return value
SVN revision: 24268
2006-07-28 11:31:50 +00:00
sebastid 8606459d74 Remove unused variable
SVN revision: 24267
2006-07-28 11:31:00 +00:00
sebastid 02d2993d17 strdup -> evas_stringshare
SVN revision: 24266
2006-07-28 11:27:59 +00:00
sebastid dbe9adc835 Fix maximize options
SVN revision: 24265
2006-07-28 11:17:33 +00:00
sebastid 85b5a557b9 Add a DEBUG define for debug functions.
Remove unused variable


SVN revision: 24264
2006-07-28 10:59:27 +00:00
sebastid 3efb09077b Remove unneeded function.
SVN revision: 24263
2006-07-28 10:56:21 +00:00
Carsten Haitzler a8a734f3ad formatting
SVN revision: 24262
2006-07-28 06:45:00 +00:00
sndev fdc2cbb4ad bug++. The maximaze state of the window has to be droped to non-maximazed state
if window was resized. Otherwise on E restart it gets maximized.


SVN revision: 24260
2006-07-28 04:44:02 +00:00
Christopher Michael 34d49c4a24 Remove unused variable.
SVN revision: 24250
2006-07-27 22:40:51 +00:00
Carsten Haitzler 63e193659e todo++
SVN revision: 24248
2006-07-27 19:40:20 +00:00
Carsten Haitzler 930e142f36 for really big files lists.. efm was being hyper-slow. i knwo why - and it's
fixed :) all hail a better sorting algorithm - incriemntal insertion quick sort
:) (or whatever you want to call it) and a little better "scheduling" in the
code :)


SVN revision: 24246
2006-07-27 19:29:16 +00:00
kiwi efd0e746fb now when you try to set an existing key binding, it tells you the name of the action associated with the binding
SVN revision: 24234
2006-07-27 13:55:36 +00:00
Christopher Michael 9457c0fb31 This bug is gone as style can be set without deleting/remaking the shelf.
SVN revision: 24231
2006-07-27 06:28:08 +00:00
Christopher Michael 420b305add Function protos for new shelf additions.
SVN revision: 24230
2006-07-27 06:22:19 +00:00
Christopher Michael 71a88dcb52 Can now set shelf "style" without a restart. More will follow.
SVN revision: 24229
2006-07-27 06:21:56 +00:00
Christopher Michael ff0bd38928 Some convenience functions for setting shelf properties without restarting
the shelf.


SVN revision: 24228
2006-07-27 06:21:15 +00:00
Christopher Michael 04ac95cee8 Fix occasional problem that caused a shelf reload from config dialog to
reload the wrong shelf. It is possible to have shelf->id = 0 for first
shelf, so don't use list count for that one.


SVN revision: 24227
2006-07-27 05:13:30 +00:00
Adam Kisiel 2799e70b06 Polish translation for E17 update
SVN revision: 24209
2006-07-26 20:57:07 +00:00
Christopher Michael be5784e9bd Avoid extra calls to e_shelf_config_init as it destroys and recreates all
shelves every time. Only call it on an add.


SVN revision: 24206
2006-07-26 19:10:20 +00:00
Christopher Michael 0b4260962c Window placement policy is doable in ipc already, update e_config to reflect.
SVN revision: 24203
2006-07-26 15:04:42 +00:00
Carsten Haitzler fd51a2051b bug++
SVN revision: 24200
2006-07-26 03:55:27 +00:00
Christopher Michael a4d36b4d94 Make flip work properly now. Tested ala raster's suggested method.
SVN revision: 24189
2006-07-25 09:54:30 +00:00
Christopher Michael 643d4da1f6 Cleanup: Fix return value of modapi_init
SVN revision: 24187
2006-07-25 04:15:11 +00:00
Christopher Michael 6e6240a23a Cleanup: Fix return value of modapi_init.
SVN revision: 24186
2006-07-25 04:11:41 +00:00
Christopher Michael a0f661695a Cleanup: Fix return value for modapi_init.
SVN revision: 24185
2006-07-25 04:09:41 +00:00
Christopher Michael f40409e4e2 Remove Screen Dialog Flip Checkbox todo.
SVN revision: 24184
2006-07-25 04:01:52 +00:00
Christopher Michael 59a111c30c Change Flip to use checkbox with icons.
I cannot test this here as I have no "Flip", so the bit manip may need some
review.


SVN revision: 24183
2006-07-25 04:01:18 +00:00
Christopher Michael fab9ec5037 Add "Window Properties" icon.
SVN revision: 24181
2006-07-25 03:27:23 +00:00
Christopher Michael 613e7db8de Add an icon for "Window Properties"
SVN revision: 24180
2006-07-25 03:26:58 +00:00
Christopher Michael 2f32b1ae37 Remove "close button on menu" cleanup.
SVN revision: 24179
2006-07-25 02:38:12 +00:00
Christopher Michael f696996503 Move "Close" away from the bottom of the menu. Placed below "Kill" now.
This removes a "Cleanups" item from todo.


SVN revision: 24178
2006-07-25 02:37:33 +00:00
Christopher Michael 9372051e27 Remove window Sticky->Send To bug as border menu has if (!bd->sticky) for
making the send to menu.


SVN revision: 24177
2006-07-25 02:07:45 +00:00
Christopher Michael 9df72a070e Shelf delete bugger gone :)
SVN revision: 24162
2006-07-24 18:22:19 +00:00
Christopher Michael 9e7bd294b3 Remove sscanf totally. Much more reliable this way.
SVN revision: 24161
2006-07-24 18:10:01 +00:00
Christopher Michael 691a84e71d Oops. Fix sscanf usage.
SVN revision: 24160
2006-07-24 17:44:37 +00:00
Carsten Haitzler ce41ff9c58 better wobbliness
SVN revision: 24159
2006-07-24 17:41:43 +00:00
Carsten Haitzler 697e0652ca add overclip so boneyfrog's theme visuals look nicer :)
SVN revision: 24158
2006-07-24 16:59:02 +00:00
Christopher Michael c9080663fc Fix shelf list config dialog to not segfault on delete.
Added null checks.
Uses sorted e_shelf_list.
Disable Delete/Config buttons until a shelf is selected.

There are still some issues with the shelf_config dialog itself tho. Seems
to sometimes change properties for the wrong shelf.


SVN revision: 24157
2006-07-24 16:32:34 +00:00
Christopher Michael 77adbbcc09 Another Shelf Config Bug :(
SVN revision: 24156
2006-07-24 13:26:01 +00:00
Carsten Haitzler 2c1fc18240 fix prefix problem if using env vars
SVN revision: 24154
2006-07-24 07:20:43 +00:00
Carsten Haitzler 1942ba83a6 release the asparagus... another snapshot! :)
SVN revision: 24151
2006-07-23 21:40:03 +00:00
Carsten Haitzler 10ffed6545 now THIS is cute -watch the thumbnails wobble when generated... or found
cached... most fun! let the power of edje be known! :)


SVN revision: 24150
2006-07-23 21:19:04 +00:00