summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAge
* mvEleni Maria Stea2013-04-01
|
* added struct subsys so that we know each Eleni Maria Stea2013-03-27
| | | | public struct's position in the shared memory
* added license GPLEleni Maria Stea2013-03-23
|
* removed commentsEleni Maria Stea2013-03-12
|
* added shared memoryEleni Maria Stea2013-03-12
|
* bug fixes, added background imageEleni Maria Stea2013-03-11
|
* clear fb on exitEleni Maria Stea2013-03-10
|
* maximize windowsEleni Maria Stea2013-03-10
|
* added memory allocatorEleni Maria Stea2013-03-10
| | | | | double buffer :-) TODO: allocate pool from shared memory
* in progress: added shalloc.h/cc did nothing :pEleni Maria Stea2013-03-07
|
* fixed fbdev/*.cc to work with mallocEleni Maria Stea2013-03-03
|
* changed mouse to use mallocEleni Maria Stea2013-03-03
|
* fixed grab win initializationEleni Maria Stea2013-03-03
|
* minor changes in main:pEleni Hikiko2013-03-02
|
* added clipping rectanglesEleni Maria Stea2013-02-28
|
* fbdev version works with truetypeEleni Maria Stea2013-02-27
|
* added fonts - works with sdl versionEleni Maria Stea2013-02-27
| | | | todo: add fonts in the fb version too
* fixed focus: get_window_at_pos now searches back to front in root_windowEleni Maria Stea2013-02-26
| | | | children
* raise worksEleni Maria Stea2013-02-25
|
* using 2 windows, focus worksEleni Maria Stea2013-02-25
| | | | todo: 1- raise, 2-fonts
* fixed mouse events in fb version tooEleni Maria Stea2013-02-25
| | | | | | | | | | | | | | | | | | | | | | -------------- Ths line and the following will be ignored -------------- modified: Makefile src/fbdev/mouse.cc unknown: tags winnie winnie_fix_abs_mouse.patch src/pixmap.d src/wm.cc.rej src/fbdev/event.d src/fbdev/gfx.d src/fbdev/keyboard.d src/fbdev/mouse.d src/sdl/event.d src/sdl/gfx.d src/sdl/keyboard.d src/sdl/mouse.d
* fixed mouse events the windows can grab the mouseEleni Maria Stea2013-02-25
|
* added second windowEleni Maria Stea2013-02-25
|
* get dirtyEleni Maria Stea2013-02-25
|
* fixed win motion bugEleni Maria Stea2013-02-24
|
* ioctl doesn't work for my intelEleni Maria Stea2013-02-24
| | | | | #@%&)@*&)*$%^)#&@%_ todo: find an intel and test
* *in progress*Eleni Maria Stea2013-02-24
| | | | fixed fill_rect boundaries
* *in progress*Eleni Maria Stea2013-02-24
| | | | ouf. winnie is b-o-r-i-n-g
* *in progress*Eleni Maria Stea2013-02-23
| | | | | | | | changed fb button too TODO: 1 in fill_rect check boundaries !! 2 vsync 3 the abs pos bug
* *in progress*Eleni Maria Stea2013-02-23
| | | | | | fixed mouse bug still need to fix the strange win behavior (I use absol. pos somewhere I shouldn't)
* *in progress*Eleni Maria Stea2013-02-23
| | | | | absolute positions (still doesn't work)
* fixed the wrong draggingEleni Maria Stea2013-02-23
|
* added SDL backend for easier testingEleni Maria Stea2013-02-23
|
* *in progress*Eleni Maria Stea2013-02-22
| | | | some minor fixes
* *in progress*Eleni Maria Stea2013-02-21
| | | | | | | f***ed up :p TODO: 1- v-sync 2- relative pos
* *in progress*Eleni Maria Stea2013-02-20
| | | | | | | added frames TODO: 1 - relative positions before implementing the mouse button/motion callbacks 2 - get_absolute_pos function
* * in progress *Eleni Maria Stea2013-02-20
| | | | | added blit and blit_key functions to the graphics code added mouse cursor drawing
* *in progress*Eleni Maria Stea2013-02-19
| | | | todo: blit zz :p
* *in progress*Eleni Maria Stea2013-02-19
| | | | mouse, keyboard events + focus window work!!!!!!!!
* *in progress*Eleni Maria Stea2013-02-18
| | | | added mouse events (don't work :p)
* *work in progress*Eleni Maria Stea2013-02-18
| | | | fixed the stupid error :p
* *work in progress* quick backupEleni Maria Stea2013-02-17
| | | | added get_window_at_pos (TODO set focused window - send mouse event)
* *work in progress*Eleni Maria Stea2013-02-16
| | | | win + keyb events work
* *work in progress*Eleni Maria Stea2013-02-16
| | | | window drawing works xD
* *work in progress*Eleni Maria Stea2013-02-16
| | | | dirty rectangles, psaux device
* *work in progress*Eleni Maria Stea2013-02-14
| | | | | | added some stuff on the window manager and windows set /dev/tty in raw mode disable echo etc added todo lists everywhere :p
* events should have a ptr to windowsEleni Maria Stea2013-02-08
|
* experiment #1: writing some pixels in the framebuffer device and clsEleni Maria Stea2013-02-03