Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2018-09-06 | Update translation filesgtk3_deprecated_conversion | Mauro Carvalho Chehab | 48 | -1783/+1717 |
2018-09-06 | gtk_menu_popup() is deprecated on gtk 3.22 | Mauro Carvalho Chehab | 1 | -0/+6 |
2018-09-06 | get rid of the unused xpm_label_box() function | Mauro Carvalho Chehab | 2 | -23/+0 |
2018-09-06 | main: use gdk_monitor_get_geometry() on newer Gtk 3 | Mauro Carvalho Chehab | 1 | -2/+18 |
2018-09-06 | Remove the tray icon | Mauro Carvalho Chehab | 10 | -161/+6 |
2018-09-05 | camorama-window: fix tray icon | Mauro Carvalho Chehab | 2 | -22/+12 |
2018-09-05 | Change default to build with Gtk3 | Mauro Carvalho Chehab | 3 | -13/+14 |
2018-09-05 | Merge pull request #20 from mchehab/gtk3_improvements0.20.2 | Mauro Carvalho Chehab | 80 | -9034/+11690 |
2018-09-05 | Bump version to 0.20.2 | Mauro Carvalho Chehab | 51 | -877/+880 |
2018-09-05 | add support for scaling the image with cairo | Mauro Carvalho Chehab | 5 | -20/+47 |
2018-09-05 | callbacks: fix apply_filters() logic | Mauro Carvalho Chehab | 1 | -5/+5 |
2018-09-05 | callbacks: use a callback to draw at GtkDrawingAreagtk3_improvements | Mauro Carvalho Chehab | 5 | -41/+70 |
2018-09-05 | callbacks: Optimize cairo logic for Gtk 3 | Mauro Carvalho Chehab | 1 | -2/+24 |
2018-09-04 | v4l: fix some troubles due to unsigned int on resolutionsdist_improvements | Mauro Carvalho Chehab | 2 | -5/+5 |
2018-09-04 | callbacks: don't print resolution by default | Mauro Carvalho Chehab | 1 | -1/+2 |
2018-09-04 | ChangeLog: update it with latest changes | Mauro Carvalho Chehab | 1 | -0/+4 |
2018-09-04 | callback: Fix some issues at the about dialog | Mauro Carvalho Chehab | 1 | -9/+9 |
2018-09-04 | Update pt_BR translation | Mauro Carvalho Chehab | 1 | -3/+3 |
2018-09-04 | Update po files | Mauro Carvalho Chehab | 48 | -2640/+2880 |
2018-09-04 | Unify coding style | Mauro Carvalho Chehab | 23 | -5595/+5682 |
2018-09-04 | callbacks: get rid of some dead code | Mauro Carvalho Chehab | 1 | -6/+0 |
2018-09-04 | callbacks: fix the notification functions | Mauro Carvalho Chehab | 3 | -16/+16 |
2018-09-04 | callbacks: get rid of unsused GconfClient | Mauro Carvalho Chehab | 1 | -52/+0 |
2018-09-04 | Don't use gdk-pixbuf-xlib-2.0 anymore | Mauro Carvalho Chehab | 5 | -15/+3 |
2018-09-04 | Use g_list_free_full() convenience function | Mauro Carvalho Chehab | 1 | -4/+2 |
2018-09-04 | Enable warnings when building Camorama | Mauro Carvalho Chehab | 7 | -276/+2584 |
2018-09-04 | Do some code cleanups | Mauro Carvalho Chehab | 13 | -84/+88 |
2018-09-04 | Centralize include for gtk 2 | Mauro Carvalho Chehab | 10 | -19/+22 |
2018-09-04 | Rename camera struct typedef from cam to cam_t | Mauro Carvalho Chehab | 9 | -115/+115 |
2018-09-03 | Merge pull request #18 from mchehab/dist_improvements | Mauro Carvalho Chehab | 75 | -2406/+2541 |
2018-09-03 | Add Brazilian Portuguese translation for .desktop keywords key0.20.1 | Mauro Carvalho Chehab | 1 | -2/+2 |
2018-09-03 | Bump version to 0.20.1 | Mauro Carvalho Chehab | 51 | -2264/+2397 |
2018-09-03 | Fix some gcc warnings | Mauro Carvalho Chehab | 9 | -44/+42 |
2018-09-03 | Update camorama.desktop.in | Mauro Carvalho Chehab | 1 | -7/+4 |
2018-09-03 | Rework camorama images | Mauro Carvalho Chehab | 15 | -80/+26 |
2018-09-03 | Add logic to install the camorama's man page | Mauro Carvalho Chehab | 2 | -14/+66 |
2018-09-03 | Add extra distribution files | Mauro Carvalho Chehab | 2 | -7/+16 |
2018-08-28 | Improvements and fixes (#17)0.20 | Mauro Carvalho Chehab | 155 | -36298/+43440 |
2018-08-01 | Merge pull request #12 from mchehab/resolution_improvement | Alessio Treglia | 6 | -45/+174 |
2018-07-24 | Allow selecting the image resolution instead of "small/midium/large"resolution_improvement | Mauro Carvalho Chehab | 5 | -20/+129 |
2018-07-24 | Dynamically create midium/large resolutions | Mauro Carvalho Chehab | 2 | -28/+28 |
2018-07-24 | Prevent activating an already active size | Mauro Carvalho Chehab | 3 | -16/+36 |
2018-07-23 | Merge pull request #11 from mchehab/v4l2_convert | Alessio Treglia | 114 | -39732/+648 |
2018-07-23 | Rename control widgets, in order to make easier to reference them.v4l2_convert | Mauro Carvalho Chehab | 2 | -25/+25 |
2018-07-23 | Hide V4L2 controls if not present at the camera | Mauro Carvalho Chehab | 3 | -26/+66 |
2018-07-23 | Ignore pad bytes on camera streams | Mauro Carvalho Chehab | 2 | -4/+10 |
2018-07-23 | Optimize the logic with sets control values | Mauro Carvalho Chehab | 4 | -25/+5 |
2018-07-23 | convert camorama to use the V4L2 API | Mauro Carvalho Chehab | 9 | -429/+551 |
2018-07-23 | Add two missing includes to main.c | Mauro Carvalho Chehab | 1 | -0/+2 |
2018-07-23 | Explicitly include libm | Mauro Carvalho Chehab | 2 | -2/+2 |